Class XmlIdentifier

  • All Implemented Interfaces:
    java.io.Serializable

    public class XmlIdentifier
    extends java.lang.Object
    implements java.io.Serializable
    A persistent identifier that identifies a resource. Currently, only DOI is allowed.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIdentifier()
      Returns the value of field 'identifier'.
      java.lang.String getIdentifierType()
      Returns the value of field 'identifierType'.
      void setIdentifier​(java.lang.String identifier)
      Sets the value of field 'identifier'.
      void setIdentifierType​(java.lang.String identifierType)
      Sets the value of field 'identifierType'.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlIdentifier

        public XmlIdentifier()
      • XmlIdentifier

        public XmlIdentifier​(java.lang.String identifier)
    • Method Detail

      • getIdentifier

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

        public java.lang.String getIdentifierType()
        Returns the value of field 'identifierType'.
        Returns:
        the value of field 'IdentifierType'.
      • setIdentifier

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

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