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

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

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

Methods in org.oasis.ebxml.registry.bindings.query that return AssociationQuery
 AssociationQuery AssociationBranchTypeChoice.getAssociationQuery()
          Returns the value of field 'associationQuery'.
 AssociationQuery FilterQuery.getAssociationQuery()
          Returns the value of field 'associationQuery'.
static AssociationQuery AssociationQuery.unmarshal(java.io.Reader reader)
           
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type AssociationQuery
 void AssociationBranchTypeChoice.setAssociationQuery(AssociationQuery associationQuery)
          Sets the value of field 'associationQuery'.
 void FilterQuery.setAssociationQuery(AssociationQuery associationQuery)
          Sets the value of field 'associationQuery'.