Class XmlIdentifier
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.reference.datacite.xml.XmlIdentifier
-
- All Implemented Interfaces:
java.io.Serializable
public class XmlIdentifier extends java.lang.Object implements java.io.SerializableA persistent identifier that identifies a resource. Currently, only DOI is allowed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlIdentifier()XmlIdentifier(java.lang.String identifier)
-
Method Summary
Modifier and Type Method Description java.lang.StringgetIdentifier()Returns the value of field 'identifier'.java.lang.StringgetIdentifierType()Returns the value of field 'identifierType'.voidsetIdentifier(java.lang.String identifier)Sets the value of field 'identifier'.voidsetIdentifierType(java.lang.String identifierType)Sets the value of field 'identifierType'.
-
-
-
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'.
-
-