
com.connectifier.xeroclient.models.Adapter1 Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.03.08 at 08:40:56 PM PDT
//
package com.connectifier.xeroclient.models;
import java.util.Date;
import javax.xml.bind.annotation.adapters.XmlAdapter;
public class Adapter1
extends XmlAdapter
{
public Date unmarshal(String value) {
return (com.connectifier.xeroclient.jaxb.DateAdapter.parseDateTime(value));
}
public String marshal(Date value) {
return (com.connectifier.xeroclient.jaxb.DateAdapter.printDateTime(value));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy