public class XmlIdentifier
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
XmlIdentifier() |
XmlIdentifier(java.lang.String identifier) |
| Modifier and Type | Method and 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'.
|
public XmlIdentifier()
public XmlIdentifier(java.lang.String identifier)
public java.lang.String getIdentifier()
public java.lang.String getIdentifierType()
public void setIdentifier(java.lang.String identifier)
identifier - the value of field 'identifier'.public void setIdentifierType(java.lang.String identifierType)
identifierType - the value of field 'identifierType'.