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

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

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

Methods in org.oasis.ebxml.registry.bindings.query that return ServiceBindingBranch
 ServiceBindingBranch ServiceQueryType.getServiceBindingBranch(int index)
           
 ServiceBindingBranch[] ServiceQueryType.getServiceBindingBranch()
           
static ServiceBindingBranch ServiceBindingBranch.unmarshal(java.io.Reader reader)
           
 ServiceBindingBranch AssociationBranchTypeChoice.getServiceBindingBranch()
          Returns the value of field 'serviceBindingBranch'.
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type ServiceBindingBranch
 void ServiceQueryType.addServiceBindingBranch(ServiceBindingBranch vServiceBindingBranch)
           
 void ServiceQueryType.addServiceBindingBranch(int index, ServiceBindingBranch vServiceBindingBranch)
           
 boolean ServiceQueryType.removeServiceBindingBranch(ServiceBindingBranch vServiceBindingBranch)
           
 void ServiceQueryType.setServiceBindingBranch(int index, ServiceBindingBranch vServiceBindingBranch)
           
 void ServiceQueryType.setServiceBindingBranch(ServiceBindingBranch[] serviceBindingBranchArray)
           
 void AssociationBranchTypeChoice.setServiceBindingBranch(ServiceBindingBranch serviceBindingBranch)
          Sets the value of field 'serviceBindingBranch'.