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

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

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

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

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type ServiceQuery
 void AssociationBranchTypeChoice.setServiceQuery(ServiceQuery serviceQuery)
          Sets the value of field 'serviceQuery'.
 void FilterQuery.setServiceQuery(ServiceQuery serviceQuery)
          Sets the value of field 'serviceQuery'.