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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return TelephoneNumberType
 TelephoneNumberType RimFactory.createTelephoneNumberType()
          Returns a new object of class 'Telephone Number Type'.
 TelephoneNumberType DocumentRoot.getFaxNumber()
          Returns the value of the 'Fax Number' containment reference.
 TelephoneNumberType DocumentRoot.getMobileTelephoneNumber()
          Returns the value of the 'Mobile Telephone Number' containment reference.
 TelephoneNumberType DocumentRoot.getPagerNumber()
          Returns the value of the 'Pager Number' containment reference.
 TelephoneNumberType DocumentRoot.getTelephoneNumber()
          Returns the value of the 'Telephone Number' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim with parameters of type TelephoneNumberType
 void DocumentRoot.setFaxNumber(TelephoneNumberType value)
          Sets the value of the 'Fax Number' containment reference.
 void DocumentRoot.setMobileTelephoneNumber(TelephoneNumberType value)
          Sets the value of the 'Mobile Telephone Number' containment reference.
 void DocumentRoot.setPagerNumber(TelephoneNumberType value)
          Sets the value of the 'Pager Number' containment reference.
 void DocumentRoot.setTelephoneNumber(TelephoneNumberType value)
          Sets the value of the 'Telephone Number' containment reference.
 

Uses of TelephoneNumberType 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 TelephoneNumberType
 class TelephoneNumberTypeImpl
          An implementation of the model object 'Telephone Number Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return TelephoneNumberType
 TelephoneNumberType RimFactoryImpl.createTelephoneNumberType()
           
 TelephoneNumberType DocumentRootImpl.getFaxNumber()
           
 TelephoneNumberType DocumentRootImpl.getMobileTelephoneNumber()
           
 TelephoneNumberType DocumentRootImpl.getPagerNumber()
           
 TelephoneNumberType DocumentRootImpl.getTelephoneNumber()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type TelephoneNumberType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetFaxNumber(TelephoneNumberType newFaxNumber, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetMobileTelephoneNumber(TelephoneNumberType newMobileTelephoneNumber, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetPagerNumber(TelephoneNumberType newPagerNumber, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetTelephoneNumber(TelephoneNumberType newTelephoneNumber, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setFaxNumber(TelephoneNumberType newFaxNumber)
           
 void DocumentRootImpl.setMobileTelephoneNumber(TelephoneNumberType newMobileTelephoneNumber)
           
 void DocumentRootImpl.setPagerNumber(TelephoneNumberType newPagerNumber)
           
 void DocumentRootImpl.setTelephoneNumber(TelephoneNumberType newTelephoneNumber)
           
 

Uses of TelephoneNumberType 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 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)