|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalIdentifier
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 RegistryObject is used to contain the identification scheme ("DUNS" "Social Security Number", etc.), and the attribute value contains the actual information (e.g. the actual DUNS number). Each RegistryObject may have 0 or more ExternalIdentifiers.
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. |
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. |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
Method Detail |
---|
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 error
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.