public class DurationXmlAdapter extends XmlAdapter<Duration,Duration>
| Constructor and Description |
|---|
DurationXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
marshal(Duration value) |
protected Duration |
marshal(long time) |
protected Duration |
marshalDayTime(long time) |
Duration |
unmarshal(Duration xmlDurationValue) |
public Duration unmarshal(Duration xmlDurationValue)
unmarshal in class XmlAdapter<Duration,Duration>public Duration marshal(Duration value)
marshal in class XmlAdapter<Duration,Duration>protected Duration marshalDayTime(long time)
protected Duration marshal(long time)
Copyright © 2022. All rights reserved.