Class FilterOperatorAdapter


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

      • FilterOperatorAdapter

        public FilterOperatorAdapter()
    • Method Detail

      • unmarshal

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

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