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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim that return PersonNameType
 PersonNameType RimFactory.createPersonNameType()
          Returns a new object of class 'Person Name Type'.
 PersonNameType PersonType.getPersonName()
          Returns the value of the 'Person Name' containment reference.
 PersonNameType DocumentRoot.getPersonName()
          Returns the value of the 'Person Name' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim with parameters of type PersonNameType
 void PersonType.setPersonName(PersonNameType value)
          Sets the value of the 'Person Name' containment reference.
 void DocumentRoot.setPersonName(PersonNameType value)
          Sets the value of the 'Person Name' containment reference.
 

Uses of PersonNameType 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 PersonNameType
 PersonNameType RimFactoryImpl.createPersonNameType()
           
 PersonNameType PersonTypeImpl.getPersonName()
           
 PersonNameType DocumentRootImpl.getPersonName()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.rim.impl with parameters of type PersonNameType
 org.eclipse.emf.common.notify.NotificationChain PersonTypeImpl.basicSetPersonName(PersonNameType newPersonName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetPersonName(PersonNameType newPersonName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PersonTypeImpl.setPersonName(PersonNameType newPersonName)
           
 void DocumentRootImpl.setPersonName(PersonNameType newPersonName)
           
 

Uses of PersonNameType 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 PersonNameType
 java.lang.Object RimSwitch.casePersonNameType(PersonNameType object)
          Returns the result of interpretting the object as an instance of 'Person Name Type'.
 boolean RimValidator.validatePersonNameType(PersonNameType personNameType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)