Package org.openforis.collect.mondrian
Class Hierarchy.InlineTable
- java.lang.Object
-
- org.openforis.collect.mondrian.Hierarchy.InlineTable
-
- Enclosing class:
- Hierarchy
public static class Hierarchy.InlineTable 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="ColumnDefs"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ColumnDef" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="String"/> <enumeration value="Numeric"/> <enumeration value="Integer"/> <enumeration value="Boolean"/> <enumeration value="Date"/> <enumeration value="Time"/> <enumeration value="Timestamp"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> <element name="Rows"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Row" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Value" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHierarchy.InlineTable.ColumnDefsJava class for anonymous complex type.static classHierarchy.InlineTable.RowsJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Hierarchy.InlineTable.ColumnDefscolumnDefsprotected Hierarchy.InlineTable.Rowsrows
-
Constructor Summary
Constructors Constructor Description InlineTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Hierarchy.InlineTable.ColumnDefsgetColumnDefs()Gets the value of the columnDefs property.Hierarchy.InlineTable.RowsgetRows()Gets the value of the rows property.voidsetColumnDefs(Hierarchy.InlineTable.ColumnDefs value)Sets the value of the columnDefs property.voidsetRows(Hierarchy.InlineTable.Rows value)Sets the value of the rows property.
-
-
-
Field Detail
-
columnDefs
protected Hierarchy.InlineTable.ColumnDefs columnDefs
-
rows
protected Hierarchy.InlineTable.Rows rows
-
-
Method Detail
-
getColumnDefs
public Hierarchy.InlineTable.ColumnDefs getColumnDefs()
Gets the value of the columnDefs property.- Returns:
- possible object is
Hierarchy.InlineTable.ColumnDefs
-
setColumnDefs
public void setColumnDefs(Hierarchy.InlineTable.ColumnDefs value)
Sets the value of the columnDefs property.- Parameters:
value- allowed object isHierarchy.InlineTable.ColumnDefs
-
getRows
public Hierarchy.InlineTable.Rows getRows()
Gets the value of the rows property.- Returns:
- possible object is
Hierarchy.InlineTable.Rows
-
setRows
public void setRows(Hierarchy.InlineTable.Rows value)
Sets the value of the rows property.- Parameters:
value- allowed object isHierarchy.InlineTable.Rows
-
-