public class XmlAlternateIdentifier extends Object implements Serializable
| Constructor and Description |
|---|
XmlAlternateIdentifier()
Default constructor
|
XmlAlternateIdentifier(Identifier identifier)
Copy-Constructor to create a
XmlAlternateIdentifier from a
Identifier object. |
XmlAlternateIdentifier(String identifier)
Constructor to create a
XmlAlternateIdentifier with the specified
identifier. |
XmlAlternateIdentifier(String identifier,
String alternateIdentifierType)
Constructor to create a
XmlAlternateIdentifier with the specified
identifier and identifierType. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternateIdentifierType()
Returns the value of field 'alternateIdentifierType'.
|
String |
getIdentifier()
Returns the value of field 'identifier'.
|
void |
setAlternateIdentifierType(String alternateIdentifierType)
Sets the value of field 'alternateIdentifierType'.
|
void |
setIdentifier(String identifier)
Sets the value of field 'identifier'.
|
public XmlAlternateIdentifier()
public XmlAlternateIdentifier(String identifier)
XmlAlternateIdentifier with the specified
identifier.identifier - the identifier to set.public XmlAlternateIdentifier(String identifier, String alternateIdentifierType)
XmlAlternateIdentifier with the specified
identifier and identifierType.identifier - the identifier to set.alternateIdentifierType - the identifierType to set.public XmlAlternateIdentifier(Identifier identifier)
XmlAlternateIdentifier from a
Identifier object.identifier - to convert into a XmlAlternateIdentifier.public String getAlternateIdentifierType()
public String getIdentifier()
public void setAlternateIdentifierType(String alternateIdentifierType)
alternateIdentifierType - the value of field 'alternateIdentifierType'.public void setIdentifier(String identifier)
identifier - the value of field 'identifier'.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.