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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return AssociationBranchType
 AssociationBranchType QueryFactory.createAssociationBranchType()
          Returns a new object of class 'Association Branch Type'.
 AssociationBranchType DocumentRoot.getSourceAssociationBranch()
          Returns the value of the 'Source Association Branch' containment reference.
 AssociationBranchType DocumentRoot.getTargetAssociationBranch()
          Returns the value of the 'Target Association Branch' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type AssociationBranchType
 void DocumentRoot.setSourceAssociationBranch(AssociationBranchType value)
          Sets the value of the 'Source Association Branch' containment reference.
 void DocumentRoot.setTargetAssociationBranch(AssociationBranchType value)
          Sets the value of the 'Target Association Branch' containment reference.
 

Uses of AssociationBranchType 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 AssociationBranchType
 class AssociationBranchTypeImpl
          An implementation of the model object 'Association Branch Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return AssociationBranchType
 AssociationBranchType QueryFactoryImpl.createAssociationBranchType()
           
 AssociationBranchType DocumentRootImpl.getSourceAssociationBranch()
           
 AssociationBranchType DocumentRootImpl.getTargetAssociationBranch()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type AssociationBranchType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetSourceAssociationBranch(AssociationBranchType newSourceAssociationBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetTargetAssociationBranch(AssociationBranchType newTargetAssociationBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setSourceAssociationBranch(AssociationBranchType newSourceAssociationBranch)
           
 void DocumentRootImpl.setTargetAssociationBranch(AssociationBranchType newTargetAssociationBranch)
           
 

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