Class XmlAlternateIdentifier

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlAlternateIdentifier
    extends java.lang.Object
    implements java.io.Serializable
    An identifier other than the primary identifier applied to the resource being registered. This may be any alphanumeric string which is unique within its domain of issue. The format is open.
    See Also:
    Serialized Form
    • Constructor Detail

      • XmlAlternateIdentifier

        public XmlAlternateIdentifier()
        Default constructor
      • XmlAlternateIdentifier

        public XmlAlternateIdentifier​(java.lang.String identifier)
        Constructor to create a XmlAlternateIdentifier with the specified identifier.
        Parameters:
        identifier - the identifier to set.
      • XmlAlternateIdentifier

        public XmlAlternateIdentifier​(java.lang.String identifier,
                                      java.lang.String alternateIdentifierType)
        Constructor to create a XmlAlternateIdentifier with the specified identifier and identifierType.
        Parameters:
        identifier - the identifier to set.
        alternateIdentifierType - the identifierType to set.
    • Method Detail

      • getAlternateIdentifierType

        public java.lang.String getAlternateIdentifierType()
        Returns the value of field 'alternateIdentifierType'.
        Returns:
        the value of field 'alternateIdentifierType'.
      • getIdentifier

        public java.lang.String getIdentifier()
        Returns the value of field 'identifier'.
        Returns:
        the value of field 'identifier'.
      • setAlternateIdentifierType

        public void setAlternateIdentifierType​(java.lang.String alternateIdentifierType)
        Sets the value of field 'alternateIdentifierType'.
        Parameters:
        alternateIdentifierType - the value of field 'alternateIdentifierType'.
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
        Sets the value of field 'identifier'.
        Parameters:
        identifier - the value of field 'identifier'.