Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.PostalAddressType

Packages that use PostalAddressType
org.eclipse.ohf.ihe.common.ebxml._2._1.rim   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util   
 

Uses of PostalAddressType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return PostalAddressType
 PostalAddressType RimFactory.createPostalAddressType()
          Returns a new object of class 'Postal Address Type'.
 PostalAddressType UserType.getAddress()
          Returns the value of the 'Address' containment reference.
 PostalAddressType OrganizationType.getAddress()
          Returns the value of the 'Address' containment reference.
 PostalAddressType DocumentRoot.getAddress()
          Returns the value of the 'Address' containment reference.
 PostalAddressType DocumentRoot.getPostalAddress()
          Returns the value of the 'Postal Address' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type PostalAddressType
 void UserType.setAddress(PostalAddressType value)
          Sets the value of the 'Address' containment reference.
 void OrganizationType.setAddress(PostalAddressType value)
          Sets the value of the 'Address' containment reference.
 void DocumentRoot.setAddress(PostalAddressType value)
          Sets the value of the 'Address' containment reference.
 void DocumentRoot.setPostalAddress(PostalAddressType value)
          Sets the value of the 'Postal Address' containment reference.
 

Uses of PostalAddressType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement PostalAddressType
 class PostalAddressTypeImpl
          An implementation of the model object 'Postal Address Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return PostalAddressType
 PostalAddressType RimFactoryImpl.createPostalAddressType()
           
 PostalAddressType UserTypeImpl.getAddress()
           
 PostalAddressType OrganizationTypeImpl.getAddress()
           
 PostalAddressType DocumentRootImpl.getAddress()
           
 PostalAddressType DocumentRootImpl.getPostalAddress()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type PostalAddressType
 org.eclipse.emf.common.notify.NotificationChain UserTypeImpl.basicSetAddress(PostalAddressType newAddress, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OrganizationTypeImpl.basicSetAddress(PostalAddressType newAddress, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAddress(PostalAddressType newAddress, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetPostalAddress(PostalAddressType newPostalAddress, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UserTypeImpl.setAddress(PostalAddressType newAddress)
           
 void OrganizationTypeImpl.setAddress(PostalAddressType newAddress)
           
 void DocumentRootImpl.setAddress(PostalAddressType newAddress)
           
 void DocumentRootImpl.setPostalAddress(PostalAddressType newPostalAddress)
           
 

Uses of PostalAddressType in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.util with parameters of type PostalAddressType
 java.lang.Object RimSwitch.casePostalAddressType(PostalAddressType object)
          Returns the result of interpretting the object as an instance of 'Postal Address Type'.
 boolean RimValidator.validatePostalAddressType(PostalAddressType postalAddressType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)