no.digipost.xsd.jaxb
Class XSDateTimeAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,org.joda.time.DateTime>
      extended by no.digipost.xsd.jaxb.XSDateTimeAdapter

public class XSDateTimeAdapter
extends XmlAdapter<String,org.joda.time.DateTime>


Constructor Summary
XSDateTimeAdapter()
           
 
Method Summary
 String marshal(org.joda.time.DateTime value)
           
 org.joda.time.DateTime unmarshal(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDateTimeAdapter

public XSDateTimeAdapter()
Method Detail

unmarshal

public org.joda.time.DateTime unmarshal(String value)
Specified by:
unmarshal in class XmlAdapter<String,org.joda.time.DateTime>

marshal

public String marshal(org.joda.time.DateTime value)
Specified by:
marshal in class XmlAdapter<String,org.joda.time.DateTime>


Copyright © 2014 Digipost Open Source. All Rights Reserved.