javax.xml.registry.infomodel
Interface ExternalIdentifier

All Superinterfaces:
ExtensibleObject (src) , RegistryObject (src)

public interface ExternalIdentifier
extends RegistryObject (src)


Method Summary
 ClassificationScheme (src) getIdentificationScheme()
           
 RegistryObject (src) getRegistryObject()
           
 java.lang.String getValue()
           
 void setIdentificationScheme(ClassificationScheme (src)  identificationScheme)
           
 void setValue(java.lang.String value)
           
 
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
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

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)