Uses of Class
org.oasis.ebxml.registry.bindings.rim.SpecificationLink

Packages that use SpecificationLink
org.oasis.ebxml.registry.bindings.rim   
 

Uses of SpecificationLink in org.oasis.ebxml.registry.bindings.rim
 

Methods in org.oasis.ebxml.registry.bindings.rim that return SpecificationLink
static SpecificationLink SpecificationLink.unmarshal(java.io.Reader reader)
           
 SpecificationLink ServiceBindingType.getSpecificationLink(int index)
           
 SpecificationLink[] ServiceBindingType.getSpecificationLink()
           
 SpecificationLink LeafRegistryObjectListTypeItem.getSpecificationLink()
          Returns the value of field 'specificationLink'.
 

Methods in org.oasis.ebxml.registry.bindings.rim with parameters of type SpecificationLink
 void ServiceBindingType.addSpecificationLink(SpecificationLink vSpecificationLink)
           
 void ServiceBindingType.addSpecificationLink(int index, SpecificationLink vSpecificationLink)
           
 boolean ServiceBindingType.removeSpecificationLink(SpecificationLink vSpecificationLink)
           
 void ServiceBindingType.setSpecificationLink(int index, SpecificationLink vSpecificationLink)
           
 void ServiceBindingType.setSpecificationLink(SpecificationLink[] specificationLinkArray)
           
 void LeafRegistryObjectListTypeItem.setSpecificationLink(SpecificationLink specificationLink)
          Sets the value of field 'specificationLink'.