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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query that return ServiceBindingQueryType
 ServiceBindingQueryType QueryFactory.createServiceBindingQueryType()
          Returns a new object of class 'Service Binding Query Type'.
 ServiceBindingQueryType SpecificationLinkQueryType.getServiceBindingQuery()
          Returns the value of the 'Service Binding Query' containment reference.
 ServiceBindingQueryType DocumentRoot.getServiceBindingQuery()
          Returns the value of the 'Service Binding Query' containment reference.
 ServiceBindingQueryType ServiceBindingQueryType.getTargetBindingQuery()
          Returns the value of the 'Target Binding Query' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query with parameters of type ServiceBindingQueryType
 void SpecificationLinkQueryType.setServiceBindingQuery(ServiceBindingQueryType value)
          Sets the value of the 'Service Binding Query' containment reference.
 void DocumentRoot.setServiceBindingQuery(ServiceBindingQueryType value)
          Sets the value of the 'Service Binding Query' containment reference.
 void ServiceBindingQueryType.setTargetBindingQuery(ServiceBindingQueryType value)
          Sets the value of the 'Target Binding Query' containment reference.
 

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

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl that return ServiceBindingQueryType
 ServiceBindingQueryType QueryFactoryImpl.createServiceBindingQueryType()
           
 ServiceBindingQueryType SpecificationLinkQueryTypeImpl.getServiceBindingQuery()
           
 ServiceBindingQueryType DocumentRootImpl.getServiceBindingQuery()
           
 ServiceBindingQueryType ServiceBindingQueryTypeImpl.getTargetBindingQuery()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._3._0.query.impl with parameters of type ServiceBindingQueryType
 org.eclipse.emf.common.notify.NotificationChain SpecificationLinkQueryTypeImpl.basicSetServiceBindingQuery(ServiceBindingQueryType newServiceBindingQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetServiceBindingQuery(ServiceBindingQueryType newServiceBindingQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ServiceBindingQueryTypeImpl.basicSetTargetBindingQuery(ServiceBindingQueryType newTargetBindingQuery, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SpecificationLinkQueryTypeImpl.setServiceBindingQuery(ServiceBindingQueryType newServiceBindingQuery)
           
 void DocumentRootImpl.setServiceBindingQuery(ServiceBindingQueryType newServiceBindingQuery)
           
 void ServiceBindingQueryTypeImpl.setTargetBindingQuery(ServiceBindingQueryType newTargetBindingQuery)
           
 

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