Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.PostalAddressType

Packages that use PostalAddressType
org.eclipse.ohf.ihe.common.ebxml._3._0.rim   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util   
 

Uses of PostalAddressType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return PostalAddressType
 PostalAddressType RimFactory.createPostalAddressType()
          Returns a new object of class 'Postal Address Type'.
 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._3._0.rim with parameters of type PostalAddressType
 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._3._0.rim.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl that return PostalAddressType
 PostalAddressType RimFactoryImpl.createPostalAddressType()
           
 PostalAddressType DocumentRootImpl.getAddress()
           
 PostalAddressType DocumentRootImpl.getPostalAddress()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type PostalAddressType
 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 DocumentRootImpl.setAddress(PostalAddressType newAddress)
           
 void DocumentRootImpl.setPostalAddress(PostalAddressType newPostalAddress)
           
 

Uses of PostalAddressType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.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)