Package org.openforis.collect.mondrian
Class Hierarchy.InlineTable
java.lang.Object
org.openforis.collect.mondrian.Hierarchy.InlineTable
- Enclosing class:
Hierarchy
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Hierarchy.InlineTable.ColumnDefsprotected Hierarchy.InlineTable.Rows -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the columnDefs property.getRows()Gets the value of the rows property.voidSets the value of the columnDefs property.voidSets the value of the rows property.
-
Field Details
-
columnDefs
-
rows
-
-
Constructor Details
-
InlineTable
public InlineTable()
-
-
Method Details
-
getColumnDefs
Gets the value of the columnDefs property.- Returns:
- possible object is
Hierarchy.InlineTable.ColumnDefs
-
setColumnDefs
Sets the value of the columnDefs property.- Parameters:
value- allowed object isHierarchy.InlineTable.ColumnDefs
-
getRows
Gets the value of the rows property.- Returns:
- possible object is
Hierarchy.InlineTable.Rows
-
setRows
Sets the value of the rows property.- Parameters:
value- allowed object isHierarchy.InlineTable.Rows
-