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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Hierarchy.InlineTable.ColumnDefs
Java class for anonymous complex type.
|
static class |
Hierarchy.InlineTable.Rows
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Hierarchy.InlineTable.ColumnDefs |
columnDefs |
protected Hierarchy.InlineTable.Rows |
rows |
| Constructor and Description |
|---|
InlineTable() |
| Modifier and Type | Method and Description |
|---|---|
Hierarchy.InlineTable.ColumnDefs |
getColumnDefs()
Gets the value of the columnDefs property.
|
Hierarchy.InlineTable.Rows |
getRows()
Gets the value of the rows property.
|
void |
setColumnDefs(Hierarchy.InlineTable.ColumnDefs value)
Sets the value of the columnDefs property.
|
void |
setRows(Hierarchy.InlineTable.Rows value)
Sets the value of the rows property.
|
protected Hierarchy.InlineTable.ColumnDefs columnDefs
protected Hierarchy.InlineTable.Rows rows
public Hierarchy.InlineTable.ColumnDefs getColumnDefs()
Hierarchy.InlineTable.ColumnDefspublic void setColumnDefs(Hierarchy.InlineTable.ColumnDefs value)
value - allowed object is
Hierarchy.InlineTable.ColumnDefspublic Hierarchy.InlineTable.Rows getRows()
Hierarchy.InlineTable.Rowspublic void setRows(Hierarchy.InlineTable.Rows value)
value - allowed object is
Hierarchy.InlineTable.RowsCopyright © 2021 Open Foris. All rights reserved.