|
Préférences
Moteurs de recherche
|
||||||||||||||
JavaTM Platform, Enterprise Edition, v 5.0
javax.xml.registry.infomodel
|
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