|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
com.sun.xml.registry.uddi.infomodel.ExternalIdentifierImpl
public class ExternalIdentifierImpl
Implementation of ExternalIdentifier interface
| Constructor Summary | |
|---|---|
ExternalIdentifierImpl()
|
|
ExternalIdentifierImpl(ClassificationScheme identificationScheme,
String name,
String value)
|
|
ExternalIdentifierImpl(Key key,
String name,
String value)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl |
|---|
getSlot, getSlots |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
|---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
| Constructor Detail |
|---|
public ExternalIdentifierImpl()
public ExternalIdentifierImpl(Key key,
String name,
String value)
public ExternalIdentifierImpl(ClassificationScheme identificationScheme,
String name,
String value)
| Method Detail |
|---|
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
JAXRException
public String getValue()
throws JAXRException
getValue in interface ExternalIdentifierJAXRException - If the JAXR provider encounters an internal error
public 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 error
public ClassificationScheme getIdentificationScheme()
throws JAXRException
getIdentificationScheme in interface ExternalIdentifierJAXRException - If the JAXR provider encounters an internal error
public 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 error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||