org.apache.ws.scout.registry.infomodel
Class SpecificationLinkImpl
java.lang.Object
org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
org.apache.ws.scout.registry.infomodel.SpecificationLinkImpl
- All Implemented Interfaces:
- ExtensibleObject, RegistryObject, SpecificationLink
public class SpecificationLinkImpl
- extends RegistryObjectImpl
- implements SpecificationLink
Implements JAXR API
- Since:
- Nov 20, 2004
- Author:
- Anil Saldhana
Methods inherited from class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, hashCode, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML |
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject |
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 |
SpecificationLinkImpl
public SpecificationLinkImpl(LifeCycleManager lifeCycleManager)
getServiceBinding
public ServiceBinding getServiceBinding()
throws JAXRException
- Specified by:
getServiceBinding
in interface SpecificationLink
- Throws:
JAXRException
getSpecificationObject
public RegistryObject getSpecificationObject()
throws JAXRException
- Specified by:
getSpecificationObject
in interface SpecificationLink
- Throws:
JAXRException
getUsageDescription
public InternationalString getUsageDescription()
throws JAXRException
- Specified by:
getUsageDescription
in interface SpecificationLink
- Throws:
JAXRException
getUsageParameters
public Collection getUsageParameters()
throws JAXRException
- Specified by:
getUsageParameters
in interface SpecificationLink
- Throws:
JAXRException
setSpecificationObject
public void setSpecificationObject(RegistryObject registryObject)
throws JAXRException
- Specified by:
setSpecificationObject
in interface SpecificationLink
- Throws:
JAXRException
setUsageDescription
public void setUsageDescription(InternationalString is)
throws JAXRException
- Specified by:
setUsageDescription
in interface SpecificationLink
- Throws:
JAXRException
setUsageParameters
public void setUsageParameters(Collection collection)
throws JAXRException
- Specified by:
setUsageParameters
in interface SpecificationLink
- Throws:
JAXRException
setServiceBinding
public void setServiceBinding(ServiceBinding s)
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.