Class AttributeTypeAdapter


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

      • AttributeTypeAdapter

        public AttributeTypeAdapter()
    • Method Detail

      • unmarshal

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

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