javax.xml.registry.infomodel
Interface SpecificationLink

All Superinterfaces:
ExtensibleObject (src) , RegistryObject (src)

public interface SpecificationLink
extends RegistryObject (src)


Method Summary
 ServiceBinding (src) getServiceBinding()
           
 RegistryObject (src) getSpecificationObject()
           
 InternationalString (src) getUsageDescription()
           
 java.util.Collection getUsageParameters()
           
 void setSpecificationObject(RegistryObject (src)  obj)
           
 void setUsageDescription(InternationalString (src)  usageDescription)
           
 void setUsageParameters(java.util.Collection usageParams)
           
 
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject (src)
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

getServiceBinding

public ServiceBinding (src)  getServiceBinding()
                                 throws JAXRException (src) 
Throws:
JAXRException (src)

getSpecificationObject

public RegistryObject (src)  getSpecificationObject()
                                      throws JAXRException (src) 
Throws:
JAXRException (src)

getUsageDescription

public InternationalString (src)  getUsageDescription()
                                        throws JAXRException (src) 
Throws:
JAXRException (src)

getUsageParameters

public java.util.Collection getUsageParameters()
                                        throws JAXRException (src) 
Throws:
JAXRException (src)

setSpecificationObject

public void setSpecificationObject(RegistryObject (src)  obj)
                            throws JAXRException (src) 
Throws:
JAXRException (src)

setUsageDescription

public void setUsageDescription(InternationalString (src)  usageDescription)
                         throws JAXRException (src) 
Throws:
JAXRException (src)

setUsageParameters

public void setUsageParameters(java.util.Collection usageParams)
                        throws JAXRException (src) 
Throws:
JAXRException (src)