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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return ServiceQueryResultType
 ServiceQueryResultType QueryFactory.createServiceQueryResultType()
          Returns a new object of class 'Service Query Result Type'.
 ServiceQueryResultType FilterQueryResultType.getServiceQueryResult()
          Returns the value of the 'Service Query Result' containment reference.
 ServiceQueryResultType DocumentRoot.getServiceQueryResult()
          Returns the value of the 'Service Query Result' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type ServiceQueryResultType
 void FilterQueryResultType.setServiceQueryResult(ServiceQueryResultType value)
          Sets the value of the 'Service Query Result' containment reference.
 void DocumentRoot.setServiceQueryResult(ServiceQueryResultType value)
          Sets the value of the 'Service Query Result' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ServiceQueryResultType
 ServiceQueryResultType QueryFactoryImpl.createServiceQueryResultType()
           
 ServiceQueryResultType FilterQueryResultTypeImpl.getServiceQueryResult()
           
 ServiceQueryResultType DocumentRootImpl.getServiceQueryResult()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ServiceQueryResultType
 org.eclipse.emf.common.notify.NotificationChain FilterQueryResultTypeImpl.basicSetServiceQueryResult(ServiceQueryResultType newServiceQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetServiceQueryResult(ServiceQueryResultType newServiceQueryResult, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FilterQueryResultTypeImpl.setServiceQueryResult(ServiceQueryResultType newServiceQueryResult)
           
 void DocumentRootImpl.setServiceQueryResult(ServiceQueryResultType newServiceQueryResult)
           
 

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