|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ExternalIdentifier instances provide the additional identifier information to RegistryObjects such as DUNS number, Social Security Number, or an alias name of the organization. The attribute name inherited from Object is used to contain the identification scheme (Social Security Number, etc), and the attribute value contains the actual information. Each RegistryObjects may have 0 or more association(s) with ExternalIdentifier.
RegistryObject
Method Summary | |
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 |
java.lang.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 |
setValue(java.lang.String value)
Sets the value of an ExternalIdentifier |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
addSlot, addSlots, getSlot, getSlotAt, getSlots, removeSlot, removeSlots |
Method Detail |
public RegistryObject getRegistryObject() throws JAXRException
public java.lang.String getValue() throws JAXRException
public void setValue(java.lang.String value) throws JAXRException
public ClassificationScheme getIdentificationScheme() throws JAXRException
public void setIdentificationScheme(ClassificationScheme classificationScheme) throws JAXRException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |