javax.xml.registry.infomodel
Interface ExternalIdentifier

All Superinterfaces:
ExtensibleObject, RegistryObject

public interface ExternalIdentifier
extends RegistryObject

Version:
$Revision$ $Date$

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

Method Detail

getIdentificationScheme

public ClassificationScheme getIdentificationScheme()
                                             throws JAXRException
Throws:
JAXRException

getRegistryObject

public RegistryObject getRegistryObject()
                                 throws JAXRException
Throws:
JAXRException

getValue

public java.lang.String getValue()
                          throws JAXRException
Throws:
JAXRException

setIdentificationScheme

public void setIdentificationScheme(ClassificationScheme identificationSchema)
                             throws JAXRException
Throws:
JAXRException

setValue

public void setValue(java.lang.String value)
              throws JAXRException
Throws:
JAXRException


Copyright © {inceptionYear}-2007 null. All Rights Reserved.