public class DateTimeElement extends Element<java.time.ZonedDateTime>
| Constructor and Description |
|---|
DateTimeElement() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.time.ZonedDateTime |
getValue()
The value of a Date & time element is a string in the ISO 8601 format.
|
int |
hashCode() |
void |
setValue(java.time.ZonedDateTime value)
The value of a Date & time element is a string in the ISO 8601 format.
|
java.lang.String |
toString() |
getCodeName, getName, getParent, getType, setCodeName, setName, setParent, setTypepublic java.time.ZonedDateTime getValue()
public void setValue(java.time.ZonedDateTime value)
value - New value of the ZonedDateTime of this element.public java.lang.String toString()
public boolean equals(java.lang.Object o)
protected boolean canEqual(java.lang.Object other)