public interface ExternalIdentifier extends RegistryObject
RegistryBean
interface that represents the JAXR ExternalIdentifier
.Modifier and Type | Method and Description |
---|---|
ClassificationScheme |
getIdentificationScheme()
Gets the ClassificationScheme that is used as the identification scheme for identifying this object.
|
RegistryBean |
getRegistryBean()
Gets the parent RegistryObject for this ExternalIdentifier.
|
java.lang.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 |
setRegistryBean(RegistryBean registryObject)
Sets the RegistryBean of an ExternalIdentifier.
|
void |
setValue(java.lang.String value)
Sets the value of an ExternalIdentifier.
|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization
getDescription, getKey, getName, setDescription, setName
getSlots, setSlots
ClassificationScheme getIdentificationScheme()
RegistryBean getRegistryBean()
java.lang.String getValue()
void setIdentificationScheme(ClassificationScheme identificationScheme)
identificationScheme
- the identification scheme for identifying this object.void setValue(java.lang.String value)
value
- the value of an ExternalIdentifier.void setRegistryBean(RegistryBean registryObject)
registryObject
- the registry bean.