org.apache.ws.scout.registry.infomodel
Class ExternalIdentifierImpl
java.lang.Object
org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
org.apache.ws.scout.registry.infomodel.RegistryObjectImpl
org.apache.ws.scout.registry.infomodel.ExternalIdentifierImpl
- All Implemented Interfaces:
- ExtensibleObject, ExternalIdentifier, RegistryObject
public class ExternalIdentifierImpl
- extends RegistryObjectImpl
- implements ExternalIdentifier
Implements JAXR Interface.
For futher details, look into the JAXR API Javadoc.
- Author:
- Anil Saldhana
Methods inherited from class org.apache.ws.scout.registry.infomodel.RegistryObjectImpl |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, hashCode, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML |
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 |
ExternalIdentifierImpl
public ExternalIdentifierImpl(LifeCycleManager lifeCycleManager)
- Creates a new instance of ExternalIdentifierImpl
ExternalIdentifierImpl
public ExternalIdentifierImpl(LifeCycleManager lifeCycleManager,
ClassificationScheme identity,
InternationalString name,
String value)
getIdentificationScheme
public ClassificationScheme getIdentificationScheme()
throws JAXRException
- Specified by:
getIdentificationScheme
in interface ExternalIdentifier
- Throws:
JAXRException
getRegistryObject
public RegistryObject getRegistryObject()
throws JAXRException
- Specified by:
getRegistryObject
in interface ExternalIdentifier
- Throws:
JAXRException
getValue
public String getValue()
throws JAXRException
- Specified by:
getValue
in interface ExternalIdentifier
- Throws:
JAXRException
setIdentificationScheme
public void setIdentificationScheme(ClassificationScheme cs)
throws JAXRException
- Specified by:
setIdentificationScheme
in interface ExternalIdentifier
- Throws:
JAXRException
setValue
public void setValue(String str)
throws JAXRException
- Specified by:
setValue
in interface ExternalIdentifier
- Throws:
JAXRException
setRegistryObject
public void setRegistryObject(RegistryObject obj)
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.