org.apache.ws.scout.registry.infomodel
Class SpecificationLinkImpl

java.lang.Object
  extended by org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
      extended by org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
          extended by 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

Constructor Summary
SpecificationLinkImpl(LifeCycleManager lifeCycleManager)
           
 
Method Summary
 ServiceBinding getServiceBinding()
           
 RegistryObject getSpecificationObject()
           
 InternationalString getUsageDescription()
           
 Collection getUsageParameters()
           
 void setServiceBinding(ServiceBinding s)
           
 void setSpecificationObject(RegistryObject registryObject)
           
 void setUsageDescription(InternationalString is)
           
 void setUsageParameters(Collection collection)
           
 
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 class org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Constructor Detail

SpecificationLinkImpl

public SpecificationLinkImpl(LifeCycleManager lifeCycleManager)
Method Detail

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.