Class PrimaryTypeAdapter


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

      • PrimaryTypeAdapter

        public PrimaryTypeAdapter()
    • Method Detail

      • marshal

        public java.lang.String marshal​(PrimaryType type)
                                 throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​PrimaryType>
        Throws:
        java.lang.Exception
      • unmarshal

        public PrimaryType unmarshal​(java.lang.String typeCode)
                              throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​PrimaryType>
        Throws:
        java.lang.Exception