Class SearchFilterType

    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_DESCRIPTION

        public static final QName F_DESCRIPTION
      • F_TEXT

        public static final QName F_TEXT
      • description

        protected String description
      • filterClauseXNode

        protected MapXNode filterClauseXNode
    • Constructor Detail

      • SearchFilterType

        public SearchFilterType()
        Creates a new QueryType instance.
      • SearchFilterType

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