public class ExternalIdentifierType extends RegistryObjectType
Java class for ExternalIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalIdentifierType">
<complexContent>
<extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
<attribute name="registryObject" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
<attribute name="identificationScheme" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
<attribute name="value" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" />
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ExternalIdentifierType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentificationScheme()
Gets the value of the identificationScheme property.
|
String |
getRegistryObject()
Gets the value of the registryObject property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setIdentificationScheme(String value)
Sets the value of the identificationScheme property.
|
void |
setRegistryObject(String value)
Sets the value of the registryObject property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic String getRegistryObject()
Stringpublic void setRegistryObject(String value)
value - allowed object is
Stringpublic String getIdentificationScheme()
Stringpublic void setIdentificationScheme(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2010–2025. All rights reserved.