Class Adapter6


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

      • Adapter6

        public Adapter6()
    • Method Detail

      • unmarshal

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

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