Class FilterClauseType

    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_MATCHING

        public static final QName F_MATCHING
      • matching

        protected String matching
    • Constructor Detail

      • FilterClauseType

        public FilterClauseType()
        Creates a new FilterType instance.
      • FilterClauseType

        public FilterClauseType​(FilterClauseType o)
        Creates a new FilterType instance by deeply copying a given FilterType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.