public class Table extends Object
<complexType name="table">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element name="column-ref">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute ref="{}id use="required""/>
<attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute ref="{}id use="required""/>
<attribute name="datatype" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="orderby" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Table.ColumnRef
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Table.ColumnRef> |
columnRef |
protected String |
datatype |
protected String |
filter |
protected Integer |
height |
protected String |
id |
protected String |
orderby |
protected Integer |
width |
| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
List<Table.ColumnRef> |
getColumnRef()
Gets the value of the columnRef property.
|
String |
getDatatype()
Gets the value of the datatype property.
|
String |
getFilter()
Gets the value of the filter property.
|
Integer |
getHeight()
Gets the value of the height property.
|
String |
getId()
Gets the value of the id property.
|
String |
getOrderby()
Gets the value of the orderby property.
|
Integer |
getWidth()
Gets the value of the width property.
|
void |
setDatatype(String value)
Sets the value of the datatype property.
|
void |
setFilter(String value)
Sets the value of the filter property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOrderby(String value)
Sets the value of the orderby property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
protected List<Table.ColumnRef> columnRef
protected String id
protected String datatype
protected String filter
protected String orderby
protected Integer height
protected Integer width
public List<Table.ColumnRef> getColumnRef()
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 columnRef property.
For example, to add a new item, do as follows:
getColumnRef().add(newItem);
Objects of the following type(s) are allowed in the list
Table.ColumnRef
public void setId(String value)
value - allowed object is
Stringpublic String getDatatype()
Stringpublic void setDatatype(String value)
value - allowed object is
Stringpublic String getFilter()
Stringpublic void setFilter(String value)
value - allowed object is
Stringpublic String getOrderby()
Stringpublic void setOrderby(String value)
value - allowed object is
Stringpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic Integer getWidth()
IntegerCopyright © 2018. All rights reserved.