Uses of Interface
org.eclipse.ohf.ihe.common.ebxml._2._1.query.OrganizationQueryType

Packages that use OrganizationQueryType
org.eclipse.ohf.ihe.common.ebxml._2._1.query   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl   
org.eclipse.ohf.ihe.common.ebxml._2._1.query.util   
 

Uses of OrganizationQueryType in org.eclipse.ohf.ihe.common.ebxml._2._1.query
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return OrganizationQueryType
 OrganizationQueryType QueryFactory.createOrganizationQueryType()
          Returns a new object of class 'Organization Query Type'.
 OrganizationQueryType DocumentRoot.getOrganizationChildrenBranch()
          Returns the value of the 'Organization Children Branch' containment reference.
 OrganizationQueryType OrganizationQueryType.getOrganizationParentBranch()
          Returns the value of the 'Organization Parent Branch' containment reference.
 OrganizationQueryType DocumentRoot.getOrganizationParentBranch()
          Returns the value of the 'Organization Parent Branch' containment reference.
 OrganizationQueryType UserBranchType.getOrganizationQuery()
          Returns the value of the 'Organization Query' containment reference.
 OrganizationQueryType FilterQueryType.getOrganizationQuery()
          Returns the value of the 'Organization Query' containment reference.
 OrganizationQueryType DocumentRoot.getOrganizationQuery()
          Returns the value of the 'Organization Query' containment reference.
 OrganizationQueryType AssociationBranchType.getOrganizationQuery()
          Returns the value of the 'Organization Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type OrganizationQueryType
 void DocumentRoot.setOrganizationChildrenBranch(OrganizationQueryType value)
          Sets the value of the 'Organization Children Branch' containment reference.
 void OrganizationQueryType.setOrganizationParentBranch(OrganizationQueryType value)
          Sets the value of the 'Organization Parent Branch' containment reference.
 void DocumentRoot.setOrganizationParentBranch(OrganizationQueryType value)
          Sets the value of the 'Organization Parent Branch' containment reference.
 void UserBranchType.setOrganizationQuery(OrganizationQueryType value)
          Sets the value of the 'Organization Query' containment reference.
 void FilterQueryType.setOrganizationQuery(OrganizationQueryType value)
          Sets the value of the 'Organization Query' containment reference.
 void DocumentRoot.setOrganizationQuery(OrganizationQueryType value)
          Sets the value of the 'Organization Query' containment reference.
 void AssociationBranchType.setOrganizationQuery(OrganizationQueryType value)
          Sets the value of the 'Organization Query' containment reference.
 

Uses of OrganizationQueryType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl
 

Classes in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that implement OrganizationQueryType
 class OrganizationQueryTypeImpl
          An implementation of the model object 'Organization Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return OrganizationQueryType
 OrganizationQueryType QueryFactoryImpl.createOrganizationQueryType()
           
 OrganizationQueryType DocumentRootImpl.getOrganizationChildrenBranch()
           
 OrganizationQueryType OrganizationQueryTypeImpl.getOrganizationParentBranch()
           
 OrganizationQueryType DocumentRootImpl.getOrganizationParentBranch()
           
 OrganizationQueryType UserBranchTypeImpl.getOrganizationQuery()
           
 OrganizationQueryType FilterQueryTypeImpl.getOrganizationQuery()
           
 OrganizationQueryType DocumentRootImpl.getOrganizationQuery()
           
 OrganizationQueryType AssociationBranchTypeImpl.getOrganizationQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type OrganizationQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOrganizationChildrenBranch(OrganizationQueryType newOrganizationChildrenBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OrganizationQueryTypeImpl.basicSetOrganizationParentBranch(OrganizationQueryType newOrganizationParentBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOrganizationParentBranch(OrganizationQueryType newOrganizationParentBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain UserBranchTypeImpl.basicSetOrganizationQuery(OrganizationQueryType newOrganizationQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain FilterQueryTypeImpl.basicSetOrganizationQuery(OrganizationQueryType newOrganizationQuery, 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 AssociationBranchTypeImpl.basicSetOrganizationQuery(OrganizationQueryType newOrganizationQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setOrganizationChildrenBranch(OrganizationQueryType newOrganizationChildrenBranch)
           
 void OrganizationQueryTypeImpl.setOrganizationParentBranch(OrganizationQueryType newOrganizationParentBranch)
           
 void DocumentRootImpl.setOrganizationParentBranch(OrganizationQueryType newOrganizationParentBranch)
           
 void UserBranchTypeImpl.setOrganizationQuery(OrganizationQueryType newOrganizationQuery)
           
 void FilterQueryTypeImpl.setOrganizationQuery(OrganizationQueryType newOrganizationQuery)
           
 void DocumentRootImpl.setOrganizationQuery(OrganizationQueryType newOrganizationQuery)
           
 void AssociationBranchTypeImpl.setOrganizationQuery(OrganizationQueryType newOrganizationQuery)
           
 

Uses of OrganizationQueryType in org.eclipse.ohf.ihe.common.ebxml._2._1.query.util
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.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'.