Class AgreementTypeXmlAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,AgreementType>
-
- no.digipost.api.useragreements.client.xml.AgreementTypeXmlAdapter
-
public class AgreementTypeXmlAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,AgreementType>
-
-
Constructor Summary
Constructors Constructor Description AgreementTypeXmlAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringmarshal(AgreementType v)AgreementTypeunmarshal(String v)
-
-
-
Method Detail
-
unmarshal
public AgreementType unmarshal(String v)
- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,AgreementType>
-
marshal
public String marshal(AgreementType v)
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<String,AgreementType>
-
-