Class Table.AggPattern.AggForeignKey

java.lang.Object
org.openforis.collect.mondrian.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 Details

    • factColumn

      protected String factColumn
    • aggColumn

      protected String aggColumn
  • Constructor Details

    • AggForeignKey

      public AggForeignKey()
  • Method Details

    • 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