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  String identificationScheme
           
protected  String registryObject
           
protected  String value
           
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
classification, description, externalIdentifier, lid, name, objectType, status, versionInfo
 
Fields inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.IdentifiableType
home, id, slot
 
Constructor Summary
ExternalIdentifierType()
           
 
Method Summary
 String getIdentificationScheme()
          Gets the value of the identificationScheme property.
 String getRegistryObject()
          Gets the value of the registryObject property.
 String getValue()
          Gets the value of the value property.
 void setIdentificationScheme(String value)
          Sets the value of the identificationScheme property.
 void setRegistryObject(String value)
          Sets the value of the registryObject property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class oasis.names.tc.ebxml_regrep.xsd.rim._3.RegistryObjectType
getClassification, getDescription, getExternalIdentifier, 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, getSlot, setHome, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registryObject

protected String registryObject

identificationScheme

protected String identificationScheme

value

protected String value
Constructor Detail

ExternalIdentifierType

public ExternalIdentifierType()
Method Detail

getRegistryObject

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

Returns:
possible object is String

setRegistryObject

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

Parameters:
value - allowed object is String

getIdentificationScheme

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

Returns:
possible object is String

setIdentificationScheme

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

Parameters:
value - allowed object is String

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String


Copyright © 2010-2011. All Rights Reserved.