Class Adapter11
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,TimestampType>
eu.europa.esig.dss.diagnostic.jaxb.Adapter11
public class Adapter11 extends XmlAdapter<String,TimestampType>
-
Constructor Summary
Constructors Constructor Description Adapter11()
-
Method Summary
Modifier and Type Method Description String
marshal(TimestampType value)
TimestampType
unmarshal(String value)
-
Constructor Details
-
Adapter11
public Adapter11()
-
-
Method Details
-
unmarshal
- Specified by:
unmarshal
in classXmlAdapter<String,TimestampType>
-
marshal
- Specified by:
marshal
in classXmlAdapter<String,TimestampType>
-