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