Uses of Class
net.time4j.xml.XMLAdapter
-
Uses of XMLAdapter in net.time4j.xml
Modifier and TypeFieldDescriptionstatic XMLAdapter<XMLGregorianCalendar,PlainDate>
XMLAdapter.XML_DATE
Bridge between a XML-date according toxsd:date
and the typePlainDate
.static XMLAdapter<XMLGregorianCalendar,PlainTimestamp>
XMLAdapter.XML_DATE_TIME
Bridge between a XML-timestamp according toxsd:dateTime
(without timezone-offset) and the typePlainTimestamp
.static XMLAdapter<XMLGregorianCalendar,ZonalDateTime>
XMLAdapter.XML_DATE_TIME_OFFSET
Bridge between a XML-timestamp according toxsd:dateTime
inclusive timezone-offset and the typeZonalDateTime
.static XMLAdapter<Duration,Duration<IsoUnit>>
XMLAdapter.XML_DURATION
Bridge between a XML-duration according toxsd:duration
and the Time4J-typeDuration
.static XMLAdapter<XMLGregorianCalendar,PlainTime>
XMLAdapter.XML_TIME
Bridge between a XML-time according toxsd:time
and the typePlainTime
.