public interface ExternalIdentifier extends RegistryObject
RegistryObject
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 RegistryObject for this ExternalIdentifier.
|
String |
getValue()
Gets the value of an ExternalIdentifier.
|
void |
setIdentificationScheme(ClassificationScheme identificationScheme)
Sets the ClassificationScheme that is used as the identification scheme
for identifying this object.
|
void |
setValue(String value)
Sets the value of an ExternalIdentifier.
|
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
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
RegistryObject getRegistryObject() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorRegistryObject.addExternalIdentifier(ExternalIdentifier ei)
String getValue() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setValue(String value) throws JAXRException
value
- the identification value defined by this object (e.g. a company's DUNS number)JAXRException
- If the JAXR provider encounters an internal errorClassificationScheme getIdentificationScheme() throws JAXRException
JAXRException
- If the JAXR provider encounters an internal errorvoid setIdentificationScheme(ClassificationScheme identificationScheme) throws JAXRException
identificationScheme
- the ClassificationScheme that is used as the identification scheme (e.g. "DUNS")JAXRException
- If the JAXR provider encounters an internal errorCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.