Class ErrorCodeXmlAdapter


  • public class ErrorCodeXmlAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<String,​ErrorCode>
    • Constructor Detail

      • ErrorCodeXmlAdapter

        public ErrorCodeXmlAdapter()
    • Method Detail

      • unmarshal

        public ErrorCode unmarshal​(String v)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​ErrorCode>
      • marshal

        public String marshal​(ErrorCode v)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,​ErrorCode>