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

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

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

Methods in org.oasis.ebxml.registry.bindings.query that return OrganizationQuery
 OrganizationQuery UserBranch.getOrganizationQuery()
          Returns the value of field 'organizationQuery'.
static OrganizationQuery OrganizationQuery.unmarshal(java.io.Reader reader)
           
 OrganizationQuery AssociationBranchTypeChoice.getOrganizationQuery()
          Returns the value of field 'organizationQuery'.
 OrganizationQuery FilterQuery.getOrganizationQuery()
          Returns the value of field 'organizationQuery'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type OrganizationQuery
 void UserBranch.setOrganizationQuery(OrganizationQuery organizationQuery)
          Sets the value of field 'organizationQuery'.
 void AssociationBranchTypeChoice.setOrganizationQuery(OrganizationQuery organizationQuery)
          Sets the value of field 'organizationQuery'.
 void FilterQuery.setOrganizationQuery(OrganizationQuery organizationQuery)
          Sets the value of field 'organizationQuery'.