Class Adapter2


  • public class Adapter2
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​Calendar>
    • Constructor Detail

      • Adapter2

        public Adapter2()
    • Method Detail

      • 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>