Class Adapter4


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

      • Adapter4

        public Adapter4()
    • Method Detail

      • unmarshal

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

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