eu.europa.esig.xades.jaxb.xades122.Adapter1 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of specs-xades Show documentation
Show all versions of specs-xades Show documentation
Generated sources from the ETSI XAdES XML Schemas.
The newest version!
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.06.17 at 03:22:37 PM EEST
//
package eu.europa.esig.xades.jaxb.xades122;
import eu.europa.esig.dss.enumerations.ObjectIdentifierQualifier;
import jakarta.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter1
extends XmlAdapter
{
public ObjectIdentifierQualifier unmarshal(String value) {
return (eu.europa.esig.dss.jaxb.parsers.ObjectIdentifierQualifierParser.parse(value));
}
public String marshal(ObjectIdentifierQualifier value) {
return (eu.europa.esig.dss.jaxb.parsers.ObjectIdentifierQualifierParser.print(value));
}
}