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

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

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

Methods in org.oasis.ebxml.registry.bindings.query that return SpecificationLinkBranch
static SpecificationLinkBranch SpecificationLinkBranch.unmarshal(java.io.Reader reader)
           
 SpecificationLinkBranch AssociationBranchTypeChoice.getSpecificationLinkBranch()
          Returns the value of field 'specificationLinkBranch'.
 SpecificationLinkBranch ServiceBindingBranchType.getSpecificationLinkBranch(int index)
           
 SpecificationLinkBranch[] ServiceBindingBranchType.getSpecificationLinkBranch()
           
 

Methods in org.oasis.ebxml.registry.bindings.query with parameters of type SpecificationLinkBranch
 void AssociationBranchTypeChoice.setSpecificationLinkBranch(SpecificationLinkBranch specificationLinkBranch)
          Sets the value of field 'specificationLinkBranch'.
 void ServiceBindingBranchType.addSpecificationLinkBranch(SpecificationLinkBranch vSpecificationLinkBranch)
           
 void ServiceBindingBranchType.addSpecificationLinkBranch(int index, SpecificationLinkBranch vSpecificationLinkBranch)
           
 boolean ServiceBindingBranchType.removeSpecificationLinkBranch(SpecificationLinkBranch vSpecificationLinkBranch)
           
 void ServiceBindingBranchType.setSpecificationLinkBranch(int index, SpecificationLinkBranch vSpecificationLinkBranch)
           
 void ServiceBindingBranchType.setSpecificationLinkBranch(SpecificationLinkBranch[] specificationLinkBranchArray)