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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim that return PersonNameType
 PersonNameType RimFactory.createPersonNameType()
          Returns a new object of class 'Person Name Type'.
 PersonNameType UserType.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._2._1.rim with parameters of type PersonNameType
 void UserType.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._2._1.rim.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that implement PersonNameType
 class PersonNameTypeImpl
          An implementation of the model object 'Person Name Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl that return PersonNameType
 PersonNameType RimFactoryImpl.createPersonNameType()
           
 PersonNameType UserTypeImpl.getPersonName()
           
 PersonNameType DocumentRootImpl.getPersonName()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rim.impl with parameters of type PersonNameType
 org.eclipse.emf.common.notify.NotificationChain UserTypeImpl.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 UserTypeImpl.setPersonName(PersonNameType newPersonName)
           
 void DocumentRootImpl.setPersonName(PersonNameType newPersonName)
           
 

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