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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return AdhocQueryQueryType
 AdhocQueryQueryType QueryFactory.createAdhocQueryQueryType()
          Returns a new object of class 'Adhoc Query Query Type'.
 AdhocQueryQueryType DocumentRoot.getAdhocQueryQuery()
          Returns the value of the 'Adhoc Query Query' containment reference.
 AdhocQueryQueryType SubscriptionQueryType.getSelectorQuery()
          Returns the value of the 'Selector Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type AdhocQueryQueryType
 void DocumentRoot.setAdhocQueryQuery(AdhocQueryQueryType value)
          Sets the value of the 'Adhoc Query Query' containment reference.
 void SubscriptionQueryType.setSelectorQuery(AdhocQueryQueryType value)
          Sets the value of the 'Selector Query' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return AdhocQueryQueryType
 AdhocQueryQueryType QueryFactoryImpl.createAdhocQueryQueryType()
           
 AdhocQueryQueryType DocumentRootImpl.getAdhocQueryQuery()
           
 AdhocQueryQueryType SubscriptionQueryTypeImpl.getSelectorQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type AdhocQueryQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetAdhocQueryQuery(AdhocQueryQueryType newAdhocQueryQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SubscriptionQueryTypeImpl.basicSetSelectorQuery(AdhocQueryQueryType newSelectorQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setAdhocQueryQuery(AdhocQueryQueryType newAdhocQueryQuery)
           
 void SubscriptionQueryTypeImpl.setSelectorQuery(AdhocQueryQueryType newSelectorQuery)
           
 

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