no.digipost.xsd.jaxb
Class XSDateAdapter

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

public class XSDateAdapter
extends XmlAdapter<String,org.joda.time.LocalDate>


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

Constructor Detail

XSDateAdapter

public XSDateAdapter()
Method Detail

unmarshal

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

marshal

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


Copyright © 2014 Digipost Open Source. All Rights Reserved.