All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.w3._2001.xmlschema.Adapter2 Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2016.07.19 at 05:08:29 PM CEST 
//


package org.w3._2001.xmlschema;

import javax.xml.bind.annotation.adapters.XmlAdapter;
import org.joda.time.LocalDate;

public class Adapter2
    extends XmlAdapter
{


    public LocalDate unmarshal(String value) {
        return (eu.europa.ec.grow.espd.xml.LocalDateAdapter.unmarshal(value));
    }

    public String marshal(LocalDate value) {
        return (eu.europa.ec.grow.espd.xml.LocalDateAdapter.marshal(value));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy