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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return OrganizationQueryResultType
 OrganizationQueryResultType QueryFactory.createOrganizationQueryResultType()
          Returns a new object of class 'Organization Query Result Type'.
 OrganizationQueryResultType FilterQueryResultType.getOrganizationQueryResult()
          Returns the value of the 'Organization Query Result' containment reference.
 OrganizationQueryResultType DocumentRoot.getOrganizationQueryResult()
          Returns the value of the 'Organization Query Result' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type OrganizationQueryResultType
 void FilterQueryResultType.setOrganizationQueryResult(OrganizationQueryResultType value)
          Sets the value of the 'Organization Query Result' containment reference.
 void DocumentRoot.setOrganizationQueryResult(OrganizationQueryResultType value)
          Sets the value of the 'Organization Query Result' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return OrganizationQueryResultType
 OrganizationQueryResultType QueryFactoryImpl.createOrganizationQueryResultType()
           
 OrganizationQueryResultType FilterQueryResultTypeImpl.getOrganizationQueryResult()
           
 OrganizationQueryResultType DocumentRootImpl.getOrganizationQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type OrganizationQueryResultType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryResultTypeImpl.basicSetOrganizationQueryResult(OrganizationQueryResultType newOrganizationQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetOrganizationQueryResult(OrganizationQueryResultType newOrganizationQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryResultTypeImpl.setOrganizationQueryResult(OrganizationQueryResultType newOrganizationQueryResult)
           
 void DocumentRootImpl.setOrganizationQueryResult(OrganizationQueryResultType newOrganizationQueryResult)
           
 

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