xades4j.xml.bind
Class DateTimeXmlAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Calendar>
      extended by xades4j.xml.bind.DateTimeXmlAdapter

public class DateTimeXmlAdapter
extends XmlAdapter<String,Calendar>

Author:
Luís

Constructor Summary
DateTimeXmlAdapter()
           
 
Method Summary
 String marshal(Calendar value)
           
 Calendar unmarshal(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateTimeXmlAdapter

public DateTimeXmlAdapter()
Method Detail

unmarshal

public Calendar unmarshal(String value)
Specified by:
unmarshal in class XmlAdapter<String,Calendar>

marshal

public String marshal(Calendar value)
Specified by:
marshal in class XmlAdapter<String,Calendar>


Copyright © 2012. All Rights Reserved.