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

mx.bigdata.sat.cfdi.schema.Adapter1 Maven / Gradle / Ivy

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2018.03.13 at 09:36:11 AM MST 
//


package mx.bigdata.sat.cfdi.schema;

import java.util.Date;
import javax.xml.bind.annotation.adapters.XmlAdapter;

public class Adapter1
    extends XmlAdapter
{


    public Date unmarshal(String value) {
        return (mx.bigdata.sat.schema.binder.DateTimeCustomBinder.parseDateTime(value));
    }

    public String marshal(Date value) {
        return (mx.bigdata.sat.schema.binder.DateTimeCustomBinder.printDateTime(value));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy