
org.w3._2001.xmlschema.Adapter2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of madura-workflow Show documentation
Show all versions of madura-workflow Show documentation
Workflow engine that integrates Madura.
//
// 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: 2016.04.01 at 11:03:38 AM NZDT
//
package org.w3._2001.xmlschema;
import java.util.Date;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter2
extends XmlAdapter
{
public Date unmarshal(String value) {
return (nz.co.senanque.validationengine.ConvertUtils.parseDate(value));
}
public String marshal(Date value) {
return (nz.co.senanque.validationengine.ConvertUtils.printDate(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy