javax.xml.registry.infomodel
Interface ExternalIdentifier
- All Superinterfaces:
- ExtensibleObject, RegistryObject
public interface ExternalIdentifier
- extends RegistryObject
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML |
getIdentificationScheme
ClassificationScheme getIdentificationScheme()
throws JAXRException
- Throws:
JAXRException
getRegistryObject
RegistryObject getRegistryObject()
throws JAXRException
- Throws:
JAXRException
getValue
java.lang.String getValue()
throws JAXRException
- Throws:
JAXRException
setIdentificationScheme
void setIdentificationScheme(ClassificationScheme identificationSchema)
throws JAXRException
- Throws:
JAXRException
setValue
void setValue(java.lang.String value)
throws JAXRException
- Throws:
JAXRException