Class Hierarchy.Level.Closure

java.lang.Object
org.openforis.collect.mondrian.Hierarchy.Level.Closure
Enclosing class:
Hierarchy.Level

public static class Hierarchy.Level.Closure 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="Table" type="{}Table"/>
       </sequence>
       <attribute name="parentColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="childColumn" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • table

      protected Table table
    • parentColumn

      protected String parentColumn
    • childColumn

      protected String childColumn
  • Constructor Details

    • Closure

      public Closure()
  • Method Details

    • getTable

      public Table getTable()
      Gets the value of the table property.
      Returns:
      possible object is Table
    • setTable

      public void setTable(Table value)
      Sets the value of the table property.
      Parameters:
      value - allowed object is Table
    • getParentColumn

      public String getParentColumn()
      Gets the value of the parentColumn property.
      Returns:
      possible object is String
    • setParentColumn

      public void setParentColumn(String value)
      Sets the value of the parentColumn property.
      Parameters:
      value - allowed object is String
    • getChildColumn

      public String getChildColumn()
      Gets the value of the childColumn property.
      Returns:
      possible object is String
    • setChildColumn

      public void setChildColumn(String value)
      Sets the value of the childColumn property.
      Parameters:
      value - allowed object is String