Class XmlCalendarAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Calendar>
flexagon.fd.core.XmlCalendarAdapter

public class XmlCalendarAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Calendar>
  • Constructor Details

    • XmlCalendarAdapter

      public XmlCalendarAdapter()
  • Method Details

    • unmarshal

      public Calendar unmarshal(String value)
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Calendar>
    • marshal

      public String marshal(Calendar value)
      Specified by:
      marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Calendar>