Class Adapter7


  • public class Adapter7
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​InheritanceType>
    • Constructor Detail

      • Adapter7

        public Adapter7()
    • Method Detail

      • unmarshal

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

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