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

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

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

Methods in org.oasis.ebxml.registry.bindings.query that return BooleanClause
static BooleanClause BooleanClause.unmarshal(java.io.Reader reader)
           
 BooleanClause SimpleClause.getBooleanClause()
          Returns the value of field 'booleanClause'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type BooleanClause
 void SimpleClause.setBooleanClause(BooleanClause booleanClause)
          Sets the value of field 'booleanClause'.