public interface SpecificationLink extends RegistryObject
Concept
Modifier and Type | Method and Description |
---|---|
ServiceBinding |
getServiceBinding()
Gets the parent ServiceBinding for this SpecificationLink.
|
RegistryObject |
getSpecificationObject()
Gets the specification object for this object.
|
InternationalString |
getUsageDescription()
Gets the description of usage parameters.
|
Collection |
getUsageParameters()
Gets any usage parameters.
|
void |
setSpecificationObject(RegistryObject obj)
Sets the specification object for this object.
|
void |
setUsageDescription(InternationalString usageDescription)
Sets the description of usage parameters.
|
void |
setUsageParameters(Collection usageParameters)
Sets any usage parameters.
|
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
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
RegistryObject getSpecificationObject() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setSpecificationObject(RegistryObject obj) throws JAXRException
obj
- the RegistryObject that is the specification object.
For a UDDI provider the specification object must be a Concept with no parent.
For an ebXML provider it is likely to be an ExtrinsicObject.JAXRException
- If the JAXR provider encounters an internal errorInternationalString getUsageDescription() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setUsageDescription(InternationalString usageDescription) throws JAXRException
usageDescription
- the description of usage parameters for this objectJAXRException
- If the JAXR provider encounters an internal errorCollection getUsageParameters() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setUsageParameters(Collection usageParameters) throws JAXRException
usageParameters
- the Collection of usage parameter StringsJAXRException
- If the JAXR provider encounters an internal errorServiceBinding getServiceBinding() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.