org.w3._2001.xmlschema.Adapter1 Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.09.18 at 04:46:59 PM CEST
//
package org.w3._2001.xmlschema;
import javax.xml.bind.annotation.adapters.XmlAdapter;
import org.joda.time.DateTime;
public class Adapter1
extends XmlAdapter
{
public DateTime unmarshal(String value) {
return (adapters.DateTimeAdapter.unmarshal(value));
}
public String marshal(DateTime value) {
return (adapters.DateTimeAdapter.marshal(value));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy