Class Table.AggPattern.AggExclude

  • Enclosing class:
    Table.AggPattern

    public static class Table.AggPattern.AggExclude
    extends Object

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="pattern" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="ignorecase" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • pattern

        protected String pattern
      • ignorecase

        protected Boolean ignorecase
    • Constructor Detail

      • AggExclude

        public AggExclude()
    • Method Detail

      • getPattern

        public String getPattern()
        Gets the value of the pattern property.
        Returns:
        possible object is String
      • setPattern

        public void setPattern​(String value)
        Sets the value of the pattern property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isIgnorecase

        public boolean isIgnorecase()
        Gets the value of the ignorecase property.
        Returns:
        possible object is Boolean
      • setIgnorecase

        public void setIgnorecase​(Boolean value)
        Sets the value of the ignorecase property.
        Parameters:
        value - allowed object is Boolean