public static class Element.ElementContent 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">
<choice>
<element name="Fields" type="{}Fields"/>
<element name="Table" type="{}Table"/>
<element name="INI_Table" type="{}INI_Table"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Fields |
fields |
protected INITable |
iniTable |
protected Table |
table |
| Constructor and Description |
|---|
ElementContent() |
| Modifier and Type | Method and Description |
|---|---|
Fields |
getFields()
Gets the value of the fields property.
|
INITable |
getINITable()
Gets the value of the iniTable property.
|
Table |
getTable()
Gets the value of the table property.
|
void |
setFields(Fields value)
Sets the value of the fields property.
|
void |
setINITable(INITable value)
Sets the value of the iniTable property.
|
void |
setTable(Table value)
Sets the value of the table property.
|
protected Fields fields
protected Table table
protected INITable iniTable
public Fields getFields()
Fieldspublic void setFields(Fields value)
value - allowed object is
Fieldspublic Table getTable()
Tablepublic void setTable(Table value)
value - allowed object is
Tablepublic INITable getINITable()
INITableCopyright © 2021. All rights reserved.