javax.xml.registry.infomodel
Interface ExternalIdentifier
- All Superinterfaces:
- ExtensibleObject (src) , RegistryObject (src)
- public interface ExternalIdentifier
- extends RegistryObject (src)
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject (src) |
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
public ClassificationScheme (src) getIdentificationScheme()
throws JAXRException (src)
- Throws:
JAXRException (src)
getRegistryObject
public RegistryObject (src) getRegistryObject()
throws JAXRException (src)
- Throws:
JAXRException (src)
getValue
public java.lang.String getValue()
throws JAXRException (src)
- Throws:
JAXRException (src)
setIdentificationScheme
public void setIdentificationScheme(ClassificationScheme (src) identificationScheme)
throws JAXRException (src)
- Throws:
JAXRException (src)
setValue
public void setValue(java.lang.String value)
throws JAXRException (src)
- Throws:
JAXRException (src)