Class ComplexAttributeTypeAdapter


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

      • ComplexAttributeTypeAdapter

        protected ComplexAttributeTypeAdapter()
      • ComplexAttributeTypeAdapter

        public ComplexAttributeTypeAdapter​(SchemaMapping schemaMapping)
    • Method Detail

      • unmarshal

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

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