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