public class XmlDate
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
XmlDate()
Default constructor
|
XmlDate(java.lang.String value)
Constructor to create a
XmlDate with the specified date. |
XmlDate(java.lang.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'.
|
java.lang.String |
getValue()
Returns the value of field 'value'.
|
void |
setDateType(DateType dateType)
Sets the value of field 'dateType'.
|
void |
setValue(java.lang.String value)
Sets the value of field 'value'.
|
public XmlDate()
public XmlDate(java.lang.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(java.lang.String value)
value - the value of field 'value'.public java.lang.String getValue()