public class DateTimeAdapter extends XmlAdapter<DateTimeElement,Attribute>
| Constructor and Description |
|---|
DateTimeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
DateTimeElement |
marshal(Attribute attribute) |
static DateTimeElement |
marshalFrom(Attribute attribute) |
Attribute |
unmarshal(DateTimeElement element) |
static Attribute |
unmarshalFrom(DateTimeElement element) |
public static DateTimeElement marshalFrom(Attribute attribute)
public static Attribute unmarshalFrom(DateTimeElement element)
public DateTimeElement marshal(Attribute attribute)
marshal in class XmlAdapter<DateTimeElement,Attribute>public Attribute unmarshal(DateTimeElement element)
unmarshal in class XmlAdapter<DateTimeElement,Attribute>This work is licensed under a Creative Commons Attribution 4.0 International License.