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 |
|---|---|
java.lang.String |
getIdentificationScheme()
Gets the value of the identificationScheme property.
|
java.lang.String |
getRegistryObject()
Gets the value of the registryObject property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setIdentificationScheme(java.lang.String value)
Sets the value of the identificationScheme property.
|
void |
setRegistryObject(java.lang.String value)
Sets the value of the registryObject property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
getClassification, getDescription, getExternalIdentifier, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfopublic java.lang.String getRegistryObject()
Stringpublic void setRegistryObject(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentificationScheme()
Stringpublic void setIdentificationScheme(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
String