Uses of Class
org.oasis.ebxml.registry.bindings.query.UserBranch

Packages that use UserBranch
org.oasis.ebxml.registry.bindings.query   
 

Uses of UserBranch in org.oasis.ebxml.registry.bindings.query
 

Methods in org.oasis.ebxml.registry.bindings.query that return UserBranch
static UserBranch UserBranch.unmarshal(java.io.Reader reader)
           
 UserBranch AuditableEventQueryType.getUserBranch()
          Returns the value of field 'userBranch'.
 UserBranch OrganizationQueryType.getUserBranch()
          Returns the value of field 'userBranch'.
 UserBranch AssociationBranchTypeChoice.getUserBranch()
          Returns the value of field 'userBranch'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type UserBranch
 void AuditableEventQueryType.setUserBranch(UserBranch userBranch)
          Sets the value of field 'userBranch'.
 void OrganizationQueryType.setUserBranch(UserBranch userBranch)
          Sets the value of field 'userBranch'.
 void AssociationBranchTypeChoice.setUserBranch(UserBranch userBranch)
          Sets the value of field 'userBranch'.