Class Table.AggPattern

  • Enclosing class:
    Table

    public static class Table.AggPattern
    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">
           <sequence>
             <element name="AggFactCount" type="{}AggColumnName"/>
             <element name="AggIgnoreColumn" type="{}AggColumnName" maxOccurs="unbounded" minOccurs="0"/>
             <element name="AggForeignKey" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="factColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="aggColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="AggMeasure" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="AggLevel" maxOccurs="unbounded" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                     <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="AggExclude" maxOccurs="unbounded" minOccurs="0">
               <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>
             </element>
           </sequence>
           <attribute name="pattern" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="ignorecase" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AggPattern

        public AggPattern()
    • Method Detail

      • getAggFactCount

        public AggColumnName getAggFactCount()
        Gets the value of the aggFactCount property.
        Returns:
        possible object is AggColumnName
      • setAggFactCount

        public void setAggFactCount​(AggColumnName value)
        Sets the value of the aggFactCount property.
        Parameters:
        value - allowed object is AggColumnName
      • getAggIgnoreColumn

        public List<AggColumnName> getAggIgnoreColumn()
        Gets the value of the aggIgnoreColumn property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aggIgnoreColumn property.

        For example, to add a new item, do as follows:

            getAggIgnoreColumn().add(newItem);
         

        Objects of the following type(s) are allowed in the list AggColumnName

      • getAggForeignKey

        public List<Table.AggPattern.AggForeignKey> getAggForeignKey()
        Gets the value of the aggForeignKey property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aggForeignKey property.

        For example, to add a new item, do as follows:

            getAggForeignKey().add(newItem);
         

        Objects of the following type(s) are allowed in the list Table.AggPattern.AggForeignKey

      • getAggMeasure

        public List<Table.AggPattern.AggMeasure> getAggMeasure()
        Gets the value of the aggMeasure property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aggMeasure property.

        For example, to add a new item, do as follows:

            getAggMeasure().add(newItem);
         

        Objects of the following type(s) are allowed in the list Table.AggPattern.AggMeasure

      • getAggLevel

        public List<Table.AggPattern.AggLevel> getAggLevel()
        Gets the value of the aggLevel property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aggLevel property.

        For example, to add a new item, do as follows:

            getAggLevel().add(newItem);
         

        Objects of the following type(s) are allowed in the list Table.AggPattern.AggLevel

      • getAggExclude

        public List<Table.AggPattern.AggExclude> getAggExclude()
        Gets the value of the aggExclude property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the aggExclude property.

        For example, to add a new item, do as follows:

            getAggExclude().add(newItem);
         

        Objects of the following type(s) are allowed in the list Table.AggPattern.AggExclude

      • 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
      • 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