Class Adapter1


  • public class Adapter1
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​AccessType>
    • Constructor Summary

      Constructors 
      Constructor Description
      Adapter1()  
    • Constructor Detail

      • Adapter1

        public Adapter1()
    • Method Detail

      • unmarshal

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

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