eu.europa.esig.dss.detailedreport.jaxb.Adapter7 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dss-detailed-report-jaxb Show documentation
Show all versions of dss-detailed-report-jaxb Show documentation
Generated source from XSD for Detailed Report and additional XSLT (for HTML/PDF renderings).
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.8
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2023.11.03 at 04:25:51 PM CET
//
package eu.europa.esig.dss.detailedreport.jaxb;
import javax.xml.bind.annotation.adapters.XmlAdapter;
import eu.europa.esig.dss.enumerations.Context;
public class Adapter7
extends XmlAdapter
{
public Context unmarshal(String value) {
return (eu.europa.esig.dss.jaxb.parsers.ContextParser.parse(value));
}
public String marshal(Context value) {
return (eu.europa.esig.dss.jaxb.parsers.ContextParser.print(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy