oasis.names.tc.ebxml_regrep.xsd.rim._3
Class ExternalIdentifierType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
      extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
          extended by oasis.names.tc.ebxml_regrep.xsd.rim._3.ExternalIdentifierType

public class ExternalIdentifierType
extends RegistryObjectType

ExternalIdentifier is the mapping of the same named interface in ebRIM. It extends RegistryObject.

Java class for ExternalIdentifierType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ExternalIdentifierType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}RegistryObjectType">
       <attribute name="registryObject" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
       <attribute name="identificationScheme" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}referenceURI" />
       <attribute name="value" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0}LongName" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String identificationScheme
           
protected  java.lang.String registryObject
           
protected  java.lang.String value
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classifications, description, externalIdentifiers, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slots
 
Constructor Summary
ExternalIdentifierType()
           
 
Method Summary
 java.lang.String getIdentificationScheme()
          Gets the value of the identificationScheme property.
 java.lang.String getRegistryObject()
          Gets the value of the registryObject property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setIdentificationScheme(java.lang.String value)
          Sets the value of the identificationScheme property.
 void setRegistryObject(java.lang.String value)
          Sets the value of the registryObject property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassifications, getDescription, getExternalIdentifiers, getLid, getName, getObjectType, getStatus, getVersionInfo, setDescription, setLid, setName, setObjectType, setStatus, setVersionInfo
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
getHome, getId, getSlots, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryObject

protected java.lang.String registryObject

identificationScheme

protected java.lang.String identificationScheme

value

protected java.lang.String value
Constructor Detail

ExternalIdentifierType

public ExternalIdentifierType()
Method Detail

getRegistryObject

public java.lang.String getRegistryObject()
Gets the value of the registryObject property.

Returns:
possible object is String

setRegistryObject

public void setRegistryObject(java.lang.String value)
Sets the value of the registryObject property.

Parameters:
value - allowed object is String

getIdentificationScheme

public java.lang.String getIdentificationScheme()
Gets the value of the identificationScheme property.

Returns:
possible object is String

setIdentificationScheme

public void setIdentificationScheme(java.lang.String value)
Sets the value of the identificationScheme property.

Parameters:
value - allowed object is String

getValue

public java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String