Class Table.AggPattern.AggForeignKey

  • Enclosing class:
    Table.AggPattern

    public static class Table.AggPattern.AggForeignKey
    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="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>
     
    • Field Detail

      • factColumn

        protected String factColumn
      • aggColumn

        protected String aggColumn
    • Constructor Detail

      • AggForeignKey

        public AggForeignKey()
    • Method Detail

      • getFactColumn

        public String getFactColumn()
        Gets the value of the factColumn property.
        Returns:
        possible object is String
      • setFactColumn

        public void setFactColumn​(String value)
        Sets the value of the factColumn property.
        Parameters:
        value - allowed object is String
      • getAggColumn

        public String getAggColumn()
        Gets the value of the aggColumn property.
        Returns:
        possible object is String
      • setAggColumn

        public void setAggColumn​(String value)
        Sets the value of the aggColumn property.
        Parameters:
        value - allowed object is String