public class Table extends Object
Java class for Table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Table"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="info" type="{http://schemas.google.com/dspl/2010}Info" minOccurs="0"/> <element name="column" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://schemas.google.com/dspl/2010}LocalId" /> <attribute name="type" use="required" type="{http://schemas.google.com/dspl/2010}DataType" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="data" type="{http://schemas.google.com/dspl/2010}Data" minOccurs="0"/> </sequence> <attribute name="id" use="required" type="{http://schemas.google.com/dspl/2010}Id" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Table.Column
Java class for anonymous complex type.
|
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
List<Table.Column> |
getColumn()
Gets the value of the column property.
|
Data |
getData()
Gets the value of the data property.
|
DataSet |
getDataSet() |
String |
getId()
Gets the value of the id property.
|
Info |
getInfo()
Gets the value of the info property.
|
void |
setData(Data value)
Sets the value of the data property.
|
void |
setDataSet(DataSet dataSet) |
void |
setId(String value)
Sets the value of the id property.
|
void |
setInfo(Info value)
Sets the value of the info property.
|
public void setInfo(Info value)
value
- allowed object is
Info
public List<Table.Column> getColumn()
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 column property.
For example, to add a new item, do as follows:
getColumn().add(newItem);
Objects of the following type(s) are allowed in the list
Table.Column
public void setData(Data value)
value
- allowed object is
Data
public void setId(String value)
value
- allowed object is
String
public DataSet getDataSet()
public void setDataSet(DataSet dataSet)
Copyright © 2016 Metron, Inc.. All rights reserved.