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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return AdhocQueryRequestType
 AdhocQueryRequestType QueryFactory.createAdhocQueryRequestType()
          Returns a new object of class 'Adhoc Query Request Type'.
 AdhocQueryRequestType DocumentRoot.getAdhocQueryRequest()
          Returns the value of the 'Adhoc Query Request' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type AdhocQueryRequestType
 void DocumentRoot.setAdhocQueryRequest(AdhocQueryRequestType value)
          Sets the value of the 'Adhoc Query Request' containment reference.
 

Uses of AdhocQueryRequestType 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 AdhocQueryRequestType
 class AdhocQueryRequestTypeImpl
          An implementation of the model object 'Adhoc Query Request Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return AdhocQueryRequestType
 AdhocQueryRequestType QueryFactoryImpl.createAdhocQueryRequestType()
           
 AdhocQueryRequestType DocumentRootImpl.getAdhocQueryRequest()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type AdhocQueryRequestType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAdhocQueryRequest(AdhocQueryRequestType newAdhocQueryRequest, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAdhocQueryRequest(AdhocQueryRequestType newAdhocQueryRequest)
           
 

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