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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return SubscriptionQueryType
 SubscriptionQueryType QueryFactory.createSubscriptionQueryType()
          Returns a new object of class 'Subscription Query Type'.
 SubscriptionQueryType DocumentRoot.getSubscriptionQuery()
          Returns the value of the 'Subscription Query' containment reference.
 

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

Uses of SubscriptionQueryType 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 SubscriptionQueryType
 class SubscriptionQueryTypeImpl
          An implementation of the model object 'Subscription Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return SubscriptionQueryType
 SubscriptionQueryType QueryFactoryImpl.createSubscriptionQueryType()
           
 SubscriptionQueryType DocumentRootImpl.getSubscriptionQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type SubscriptionQueryType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSubscriptionQuery(SubscriptionQueryType newSubscriptionQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSubscriptionQuery(SubscriptionQueryType newSubscriptionQuery)
           
 

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