javax.xml.registry.infomodel
Interface SpecificationLink

All Superinterfaces:
ExtensibleObject, RegistryObject

public interface SpecificationLink
extends RegistryObject

Version:
$Revision$ $Date$

Method Summary
 ServiceBinding getServiceBinding()
           
 RegistryObject getSpecificationObject()
           
 InternationalString getUsageDescription()
           
 java.util.Collection getUsageParameters()
           
 void setSpecificationObject(RegistryObject obj)
           
 void setUsageDescription(InternationalString usageDescription)
           
 void setUsageParameters(java.util.Collection usageParameters)
           
 
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
 

Method Detail

getServiceBinding

public ServiceBinding getServiceBinding()
                                 throws JAXRException
Throws:
JAXRException

getSpecificationObject

public RegistryObject getSpecificationObject()
                                      throws JAXRException
Throws:
JAXRException

getUsageDescription

public InternationalString getUsageDescription()
                                        throws JAXRException
Throws:
JAXRException

getUsageParameters

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

setSpecificationObject

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

setUsageDescription

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

setUsageParameters

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


Copyright © 2004-2007 Apache Web Services. All Rights Reserved.