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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return ServiceQueryType
 ServiceQueryType QueryFactory.createServiceQueryType()
          Returns a new object of class 'Service Query Type'.
 ServiceQueryType FilterQueryType.getServiceQuery()
          Returns the value of the 'Service Query' containment reference.
 ServiceQueryType DocumentRoot.getServiceQuery()
          Returns the value of the 'Service Query' containment reference.
 ServiceQueryType AssociationBranchType.getServiceQuery()
          Returns the value of the 'Service Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type ServiceQueryType
 void FilterQueryType.setServiceQuery(ServiceQueryType value)
          Sets the value of the 'Service Query' containment reference.
 void DocumentRoot.setServiceQuery(ServiceQueryType value)
          Sets the value of the 'Service Query' containment reference.
 void AssociationBranchType.setServiceQuery(ServiceQueryType value)
          Sets the value of the 'Service Query' containment reference.
 

Uses of ServiceQueryType 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 ServiceQueryType
 class ServiceQueryTypeImpl
          An implementation of the model object 'Service Query Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ServiceQueryType
 ServiceQueryType QueryFactoryImpl.createServiceQueryType()
           
 ServiceQueryType FilterQueryTypeImpl.getServiceQuery()
           
 ServiceQueryType DocumentRootImpl.getServiceQuery()
           
 ServiceQueryType AssociationBranchTypeImpl.getServiceQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ServiceQueryType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryTypeImpl.basicSetServiceQuery(ServiceQueryType newServiceQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetServiceQuery(ServiceQueryType newServiceQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssociationBranchTypeImpl.basicSetServiceQuery(ServiceQueryType newServiceQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryTypeImpl.setServiceQuery(ServiceQueryType newServiceQuery)
           
 void DocumentRootImpl.setServiceQuery(ServiceQueryType newServiceQuery)
           
 void AssociationBranchTypeImpl.setServiceQuery(ServiceQueryType newServiceQuery)
           
 

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