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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return ServiceBindingBranchType
 ServiceBindingBranchType QueryFactory.createServiceBindingBranchType()
          Returns a new object of class 'Service Binding Branch Type'.
 ServiceBindingBranchType DocumentRoot.getServiceBindingBranch()
          Returns the value of the 'Service Binding Branch' containment reference.
 ServiceBindingBranchType AssociationBranchType.getServiceBindingBranch()
          Returns the value of the 'Service Binding Branch' containment reference.
 ServiceBindingBranchType ServiceBindingBranchType.getServiceBindingTargetBranch()
          Returns the value of the 'Service Binding Target Branch' containment reference.
 ServiceBindingBranchType DocumentRoot.getServiceBindingTargetBranch()
          Returns the value of the 'Service Binding Target Branch' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type ServiceBindingBranchType
 void DocumentRoot.setServiceBindingBranch(ServiceBindingBranchType value)
          Sets the value of the 'Service Binding Branch' containment reference.
 void AssociationBranchType.setServiceBindingBranch(ServiceBindingBranchType value)
          Sets the value of the 'Service Binding Branch' containment reference.
 void ServiceBindingBranchType.setServiceBindingTargetBranch(ServiceBindingBranchType value)
          Sets the value of the 'Service Binding Target Branch' containment reference.
 void DocumentRoot.setServiceBindingTargetBranch(ServiceBindingBranchType value)
          Sets the value of the 'Service Binding Target Branch' containment reference.
 

Uses of ServiceBindingBranchType 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 ServiceBindingBranchType
 class ServiceBindingBranchTypeImpl
          An implementation of the model object 'Service Binding Branch Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return ServiceBindingBranchType
 ServiceBindingBranchType QueryFactoryImpl.createServiceBindingBranchType()
           
 ServiceBindingBranchType DocumentRootImpl.getServiceBindingBranch()
           
 ServiceBindingBranchType AssociationBranchTypeImpl.getServiceBindingBranch()
           
 ServiceBindingBranchType ServiceBindingBranchTypeImpl.getServiceBindingTargetBranch()
           
 ServiceBindingBranchType DocumentRootImpl.getServiceBindingTargetBranch()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type ServiceBindingBranchType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetServiceBindingBranch(ServiceBindingBranchType newServiceBindingBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssociationBranchTypeImpl.basicSetServiceBindingBranch(ServiceBindingBranchType newServiceBindingBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ServiceBindingBranchTypeImpl.basicSetServiceBindingTargetBranch(ServiceBindingBranchType newServiceBindingTargetBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetServiceBindingTargetBranch(ServiceBindingBranchType newServiceBindingTargetBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setServiceBindingBranch(ServiceBindingBranchType newServiceBindingBranch)
           
 void AssociationBranchTypeImpl.setServiceBindingBranch(ServiceBindingBranchType newServiceBindingBranch)
           
 void ServiceBindingBranchTypeImpl.setServiceBindingTargetBranch(ServiceBindingBranchType newServiceBindingTargetBranch)
           
 void DocumentRootImpl.setServiceBindingTargetBranch(ServiceBindingBranchType newServiceBindingTargetBranch)
           
 

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