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

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

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

Methods in org.oasis.ebxml.registry.bindings.query that return ClassificationNodeQuery
static ClassificationNodeQuery ClassificationNodeQuery.unmarshal(java.io.Reader reader)
           
 ClassificationNodeQuery ClassificationQueryType.getClassificationNodeQuery()
          Returns the value of field 'classificationNodeQuery'.
 ClassificationNodeQuery AssociationBranchTypeChoice.getClassificationNodeQuery()
          Returns the value of field 'classificationNodeQuery'.
 ClassificationNodeQuery FilterQuery.getClassificationNodeQuery()
          Returns the value of field 'classificationNodeQuery'.
 ClassificationNodeQuery ClassifiedByBranch.getClassificationNodeQuery()
          Returns the value of field 'classificationNodeQuery'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type ClassificationNodeQuery
 void ClassificationQueryType.setClassificationNodeQuery(ClassificationNodeQuery classificationNodeQuery)
          Sets the value of field 'classificationNodeQuery'.
 void AssociationBranchTypeChoice.setClassificationNodeQuery(ClassificationNodeQuery classificationNodeQuery)
          Sets the value of field 'classificationNodeQuery'.
 void FilterQuery.setClassificationNodeQuery(ClassificationNodeQuery classificationNodeQuery)
          Sets the value of field 'classificationNodeQuery'.
 void ClassifiedByBranch.setClassificationNodeQuery(ClassificationNodeQuery classificationNodeQuery)
          Sets the value of field 'classificationNodeQuery'.