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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return OrganizationQueryType
 OrganizationQueryType QueryFactory.createOrganizationQueryType()
          Returns a new object of class 'Organization Query Type'.
 OrganizationQueryType RegistryQueryType.getOperatorQuery()
          Returns the value of the 'Operator Query' containment reference.
 OrganizationQueryType DocumentRoot.getOrganizationQuery()
          Returns the value of the 'Organization Query' containment reference.
 OrganizationQueryType OrganizationQueryType.getParentQuery()
          Returns the value of the 'Parent Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type OrganizationQueryType
 void RegistryQueryType.setOperatorQuery(OrganizationQueryType value)
          Sets the value of the 'Operator Query' containment reference.
 void DocumentRoot.setOrganizationQuery(OrganizationQueryType value)
          Sets the value of the 'Organization Query' containment reference.
 void OrganizationQueryType.setParentQuery(OrganizationQueryType value)
          Sets the value of the 'Parent Query' containment reference.
 

Uses of OrganizationQueryType 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 OrganizationQueryType
 class OrganizationQueryTypeImpl
          An implementation of the model object 'Organization Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return OrganizationQueryType
 OrganizationQueryType QueryFactoryImpl.createOrganizationQueryType()
           
 OrganizationQueryType RegistryQueryTypeImpl.getOperatorQuery()
           
 OrganizationQueryType DocumentRootImpl.getOrganizationQuery()
           
 OrganizationQueryType OrganizationQueryTypeImpl.getParentQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type OrganizationQueryType
 org.eclipse.emf.common.notify.NotificationChain RegistryQueryTypeImpl.basicSetOperatorQuery(OrganizationQueryType newOperatorQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOrganizationQuery(OrganizationQueryType newOrganizationQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OrganizationQueryTypeImpl.basicSetParentQuery(OrganizationQueryType newParentQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RegistryQueryTypeImpl.setOperatorQuery(OrganizationQueryType newOperatorQuery)
           
 void DocumentRootImpl.setOrganizationQuery(OrganizationQueryType newOrganizationQuery)
           
 void OrganizationQueryTypeImpl.setParentQuery(OrganizationQueryType newParentQuery)
           
 

Uses of OrganizationQueryType 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 OrganizationQueryType
 java.lang.Object QuerySwitch.caseOrganizationQueryType(OrganizationQueryType object)
          Returns the result of interpretting the object as an instance of 'Organization Query Type'.