public static class Hierarchy.InlineTable.ColumnDefs 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Hierarchy.InlineTable.ColumnDefs.ColumnDef
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Hierarchy.InlineTable.ColumnDefs.ColumnDef> |
columnDef |
| Constructor and Description |
|---|
ColumnDefs() |
| Modifier and Type | Method and Description |
|---|---|
List<Hierarchy.InlineTable.ColumnDefs.ColumnDef> |
getColumnDef()
Gets the value of the columnDef property.
|
protected List<Hierarchy.InlineTable.ColumnDefs.ColumnDef> columnDef
public List<Hierarchy.InlineTable.ColumnDefs.ColumnDef> getColumnDef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the columnDef property.
For example, to add a new item, do as follows:
getColumnDef().add(newItem);
Objects of the following type(s) are allowed in the list
Hierarchy.InlineTable.ColumnDefs.ColumnDef
Copyright © 2022 Open Foris. All rights reserved.