public class XmlDate extends Object implements Serializable
| Constructor and Description |
|---|
XmlDate()
Default constructor
|
XmlDate(String value)
Constructor to create a
XmlDate with the specified date. |
XmlDate(String value,
DateType dateType)
Constructor to create a
XmlDate with the specified date and
dateType. |
| Modifier and Type | Method and Description |
|---|---|
DateType |
getDateType()
Returns the value of field 'dateType'.
|
String |
getValue()
Returns the value of field 'value'.
|
void |
setDateType(DateType dateType)
Sets the value of field 'dateType'.
|
void |
setValue(String value)
Sets the value of field 'value'.
|
public XmlDate()
public XmlDate(String value)
XmlDate with the specified date.value - the date to set.public DateType getDateType()
public void setDateType(DateType dateType)
dateType - the value of field 'dateType'.public void setValue(String value)
value - the value of field 'value'.public String getValue()
Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.