Class 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 Details

    • registryObject

      protected String registryObject
    • identificationScheme

      protected String identificationScheme
    • value

      protected String value
  • Constructor Details

    • ExternalIdentifierType

      public ExternalIdentifierType()
  • Method Details

    • 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