Class ExternalIdentifierImpl
- java.lang.Object
-
- com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
-
- com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
-
- com.sun.xml.registry.uddi.infomodel.ExternalIdentifierImpl
-
- All Implemented Interfaces:
Serializable,javax.xml.registry.infomodel.ExtensibleObject,javax.xml.registry.infomodel.ExternalIdentifier,javax.xml.registry.infomodel.RegistryObject
public class ExternalIdentifierImpl extends RegistryObjectImpl implements javax.xml.registry.infomodel.ExternalIdentifier, Serializable
Implementation of ExternalIdentifier interface- Author:
- Farrukh S. Najmi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalIdentifierImpl()ExternalIdentifierImpl(javax.xml.registry.infomodel.ClassificationScheme identificationScheme, String name, String value)ExternalIdentifierImpl(javax.xml.registry.infomodel.Key key, String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.registry.infomodel.ClassificationSchemegetIdentificationScheme()Gets the ClassificationScheme that is used as the identification scheme for identifying this object.javax.xml.registry.infomodel.RegistryObjectgetRegistryObject()Gets the parent registry objectStringgetValue()Gets the value of an ExternalIdentifiervoidsetIdentificationScheme(javax.xml.registry.infomodel.ClassificationScheme classificationScheme)Sets the ClassificationScheme that is used as the identification scheme for identifying this object.voidsetRegistryObject(javax.xml.registry.infomodel.RegistryObject registryObject)Internal method to set the registry objectvoidsetValue(String value)Sets the value of an ExternalIdentifier-
Methods inherited from class com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, addSlot, addSlots, areAssociationsLoaded, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getConnection, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getRegistryService, getServiceId, getSubmittingOrganization, isDeleted, isLoaded, isModified, isNew, isRetrieved, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, removeSlot, removeSlots, setAssociations, setAssociationsLoaded, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setIsDeleted, setIsLoaded, setIsModified, setIsNew, setIsRetrieved, setKey, setLifeCycleManager, setName, setObjectType, setRegistryService, setServiceId, setStatusFlags, setSubmittingOrganization, toXML
-
Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
getSlot, getSlots
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
-
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
-
-
-
-
Method Detail
-
getRegistryObject
public javax.xml.registry.infomodel.RegistryObject getRegistryObject() throws javax.xml.registry.JAXRExceptionGets the parent registry object- Specified by:
getRegistryObjectin interfacejavax.xml.registry.infomodel.ExternalIdentifier- Throws:
javax.xml.registry.JAXRException
-
setRegistryObject
public void setRegistryObject(javax.xml.registry.infomodel.RegistryObject registryObject) throws javax.xml.registry.JAXRExceptionInternal method to set the registry object- Throws:
javax.xml.registry.JAXRException
-
getValue
public String getValue() throws javax.xml.registry.JAXRException
Gets the value of an ExternalIdentifier- Specified by:
getValuein interfacejavax.xml.registry.infomodel.ExternalIdentifier- Throws:
javax.xml.registry.JAXRException
-
setValue
public void setValue(String value) throws javax.xml.registry.JAXRException
Sets the value of an ExternalIdentifier- Specified by:
setValuein interfacejavax.xml.registry.infomodel.ExternalIdentifier- Throws:
javax.xml.registry.JAXRException
-
getIdentificationScheme
public javax.xml.registry.infomodel.ClassificationScheme getIdentificationScheme() throws javax.xml.registry.JAXRExceptionGets the ClassificationScheme that is used as the identification scheme for identifying this object.- Specified by:
getIdentificationSchemein interfacejavax.xml.registry.infomodel.ExternalIdentifier- Throws:
javax.xml.registry.JAXRException
-
setIdentificationScheme
public void setIdentificationScheme(javax.xml.registry.infomodel.ClassificationScheme classificationScheme) throws javax.xml.registry.JAXRExceptionSets the ClassificationScheme that is used as the identification scheme for identifying this object.- Specified by:
setIdentificationSchemein interfacejavax.xml.registry.infomodel.ExternalIdentifier- Throws:
javax.xml.registry.JAXRException
-
-