public class AgreementTypeXmlAdapter extends XmlAdapter<String,AgreementType>
| Constructor and Description |
|---|
AgreementTypeXmlAdapter() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(AgreementType v) |
AgreementType |
unmarshal(String v) |
public AgreementType unmarshal(String v)
unmarshal in class XmlAdapter<String,AgreementType>public String marshal(AgreementType v)
marshal in class XmlAdapter<String,AgreementType>Copyright © 2016 Digipost Open Source. All rights reserved.