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

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

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query that return UserBranchType
 UserBranchType QueryFactory.createUserBranchType()
          Returns a new object of class 'User Branch Type'.
 UserBranchType OrganizationQueryType.getUserBranch()
          Returns the value of the 'User Branch' containment reference.
 UserBranchType DocumentRoot.getUserBranch()
          Returns the value of the 'User Branch' containment reference.
 UserBranchType AuditableEventQueryType.getUserBranch()
          Returns the value of the 'User Branch' containment reference.
 UserBranchType AssociationBranchType.getUserBranch()
          Returns the value of the 'User Branch' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query with parameters of type UserBranchType
 void OrganizationQueryType.setUserBranch(UserBranchType value)
          Sets the value of the 'User Branch' containment reference.
 void DocumentRoot.setUserBranch(UserBranchType value)
          Sets the value of the 'User Branch' containment reference.
 void AuditableEventQueryType.setUserBranch(UserBranchType value)
          Sets the value of the 'User Branch' containment reference.
 void AssociationBranchType.setUserBranch(UserBranchType value)
          Sets the value of the 'User Branch' containment reference.
 

Uses of UserBranchType 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 UserBranchType
 class UserBranchTypeImpl
          An implementation of the model object 'User Branch Type'.
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl that return UserBranchType
 UserBranchType QueryFactoryImpl.createUserBranchType()
           
 UserBranchType OrganizationQueryTypeImpl.getUserBranch()
           
 UserBranchType DocumentRootImpl.getUserBranch()
           
 UserBranchType AuditableEventQueryTypeImpl.getUserBranch()
           
 UserBranchType AssociationBranchTypeImpl.getUserBranch()
           
 

Methods in org.eclipse.ohf.ihe.common.ebxml._2._1.query.impl with parameters of type UserBranchType
 org.eclipse.emf.common.notify.NotificationChain OrganizationQueryTypeImpl.basicSetUserBranch(UserBranchType newUserBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUserBranch(UserBranchType newUserBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AuditableEventQueryTypeImpl.basicSetUserBranch(UserBranchType newUserBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AssociationBranchTypeImpl.basicSetUserBranch(UserBranchType newUserBranch, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void OrganizationQueryTypeImpl.setUserBranch(UserBranchType newUserBranch)
           
 void DocumentRootImpl.setUserBranch(UserBranchType newUserBranch)
           
 void AuditableEventQueryTypeImpl.setUserBranch(UserBranchType newUserBranch)
           
 void AssociationBranchTypeImpl.setUserBranch(UserBranchType newUserBranch)
           
 

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