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

Packages that use TelephoneNumberType
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 TelephoneNumberType in org.eclipse.ohf.ihe.common.ebxml._3._0.rim
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return TelephoneNumberType
 TelephoneNumberType RimFactory.createTelephoneNumberType()
          Returns a new object of class 'Telephone Number Type'.
 TelephoneNumberType DocumentRoot.getTelephoneNumber()
          Returns the value of the 'Telephone Number' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type TelephoneNumberType
 void DocumentRoot.setTelephoneNumber(TelephoneNumberType value)
          Sets the value of the 'Telephone Number' containment reference.
 

Uses of TelephoneNumberType 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 TelephoneNumberType
 TelephoneNumberType RimFactoryImpl.createTelephoneNumberType()
           
 TelephoneNumberType DocumentRootImpl.getTelephoneNumber()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type TelephoneNumberType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetTelephoneNumber(TelephoneNumberType newTelephoneNumber, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setTelephoneNumber(TelephoneNumberType newTelephoneNumber)
           
 

Uses of TelephoneNumberType 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 TelephoneNumberType
 java.lang.Object RimSwitch.caseTelephoneNumberType(TelephoneNumberType object)
          Returns the result of interpretting the object as an instance of 'Telephone Number Type'.
 boolean RimValidator.validateTelephoneNumberType(TelephoneNumberType telephoneNumberType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)