public class ExternalIdentifierImpl extends RegistryObjectImpl implements ExternalIdentifier, Serializable
| Constructor and Description |
|---|
ExternalIdentifierImpl() |
ExternalIdentifierImpl(ClassificationScheme identificationScheme,
String name,
String value) |
ExternalIdentifierImpl(Key key,
String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
ClassificationScheme |
getIdentificationScheme()
Gets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
RegistryObject |
getRegistryObject()
Gets the parent registry object
|
String |
getValue()
Gets the value of an ExternalIdentifier
|
void |
setIdentificationScheme(ClassificationScheme classificationScheme)
Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
void |
setRegistryObject(RegistryObject registryObject)
Internal method to set the registry object
|
void |
setValue(String value)
Sets the value of an ExternalIdentifier
|
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, toXMLgetSlot, getSlotsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAssociation, 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, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotspublic ExternalIdentifierImpl()
public ExternalIdentifierImpl(ClassificationScheme identificationScheme, String name, String value)
public RegistryObject getRegistryObject() throws JAXRException
getRegistryObject in interface ExternalIdentifierJAXRException - If the JAXR provider encounters an internal errorRegistryObject.addExternalIdentifier(ExternalIdentifier ei)public void setRegistryObject(RegistryObject registryObject) throws JAXRException
JAXRExceptionpublic String getValue() throws JAXRException
getValue in interface ExternalIdentifierJAXRException - If the JAXR provider encounters an internal errorpublic void setValue(String value) throws JAXRException
setValue in interface ExternalIdentifiervalue - the identification value defined by this object (e.g. a company's DUNS number)JAXRException - If the JAXR provider encounters an internal errorpublic ClassificationScheme getIdentificationScheme() throws JAXRException
getIdentificationScheme in interface ExternalIdentifierJAXRException - If the JAXR provider encounters an internal errorpublic void setIdentificationScheme(ClassificationScheme classificationScheme) throws JAXRException
setIdentificationScheme in interface ExternalIdentifierclassificationScheme - the ClassificationScheme that is used as the identification scheme (e.g. "DUNS")JAXRException - If the JAXR provider encounters an internal errorCopyright © 2005–2017 Oracle Corporation. All rights reserved.