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

Packages that use AdhocQueryResponseType
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   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs   
org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl   
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return AdhocQueryResponseType
 AdhocQueryResponseType QueryFactory.createAdhocQueryResponseType()
          Returns a new object of class 'Adhoc Query Response Type'.
 AdhocQueryResponseType DocumentRoot.getAdhocQueryResponse()
          Returns the value of the 'Adhoc Query Response' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type AdhocQueryResponseType
 void DocumentRoot.setAdhocQueryResponse(AdhocQueryResponseType value)
          Sets the value of the 'Adhoc Query Response' containment reference.
 

Uses of AdhocQueryResponseType 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 AdhocQueryResponseType
 class AdhocQueryResponseTypeImpl
          An implementation of the model object 'Adhoc Query Response Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return AdhocQueryResponseType
 AdhocQueryResponseType QueryFactoryImpl.createAdhocQueryResponseType()
           
 AdhocQueryResponseType DocumentRootImpl.getAdhocQueryResponse()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type AdhocQueryResponseType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAdhocQueryResponse(AdhocQueryResponseType newAdhocQueryResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAdhocQueryResponse(AdhocQueryResponseType newAdhocQueryResponse)
           
 

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

Uses of AdhocQueryResponseType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs that return AdhocQueryResponseType
 AdhocQueryResponseType RegistryResponseType.getAdhocQueryResponse()
          Returns the value of the 'Adhoc Query Response' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs with parameters of type AdhocQueryResponseType
 void RegistryResponseType.setAdhocQueryResponse(AdhocQueryResponseType value)
          Sets the value of the 'Adhoc Query Response' containment reference.
 

Uses of AdhocQueryResponseType in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl that return AdhocQueryResponseType
 AdhocQueryResponseType RegistryResponseTypeImpl.getAdhocQueryResponse()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.rs.impl with parameters of type AdhocQueryResponseType
 org.eclipse.emf.common.notify.NotificationChain RegistryResponseTypeImpl.basicSetAdhocQueryResponse(AdhocQueryResponseType newAdhocQueryResponse, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void RegistryResponseTypeImpl.setAdhocQueryResponse(AdhocQueryResponseType newAdhocQueryResponse)