Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._3._0.query.PersonQueryType

Packages that use PersonQueryType
org.eclipse.ohf.ihe.common.ebxml._3._0.query   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl   
org.eclipse.ohf.ihe.common.ebxml._3._0.query.util   
 

Uses of PersonQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 

Subinterfaces of PersonQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query
 interface UserQueryType
          A representation of the model object 'User Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return PersonQueryType
 PersonQueryType QueryFactory.createPersonQueryType()
          Returns a new object of class 'Person Query Type'.
 PersonQueryType OrganizationQueryType.getPrimaryContactQuery()
          Returns the value of the 'Primary Contact Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type PersonQueryType
 void OrganizationQueryType.setPrimaryContactQuery(PersonQueryType value)
          Sets the value of the 'Primary Contact Query' containment reference.
 

Uses of PersonQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that implement PersonQueryType
 class PersonQueryTypeImpl
          An implementation of the model object 'Person Query Type'.
 class UserQueryTypeImpl
          An implementation of the model object 'User Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return PersonQueryType
 PersonQueryType QueryFactoryImpl.createPersonQueryType()
           
 PersonQueryType OrganizationQueryTypeImpl.getPrimaryContactQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type PersonQueryType
 org.eclipse.emf.common.notify.NotificationChain OrganizationQueryTypeImpl.basicSetPrimaryContactQuery(PersonQueryType newPrimaryContactQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void OrganizationQueryTypeImpl.setPrimaryContactQuery(PersonQueryType newPrimaryContactQuery)
           
 

Uses of PersonQueryType in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.util with parameters of type PersonQueryType
 java.lang.Object QuerySwitch.casePersonQueryType(PersonQueryType object)
          Returns the result of interpretting the object as an instance of 'Person Query Type'.