javax.xml.registry.infomodel
Interface SpecificationLink
- All Superinterfaces:
- ExtensibleObject (src) , RegistryObject (src)
- public interface SpecificationLink
- extends RegistryObject (src)
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 |
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)