public class Row extends Object implements Serializable
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 ref="{http://www.openfuxml.org/layout}layout" minOccurs="0"/>
<element ref="{http://www.openfuxml.org/table}cell" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Cell> |
cell |
protected String |
id |
protected Layout |
layout |
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
getCell()
Gets the value of the cell property.
|
String |
getId()
Gets the value of the id property.
|
Layout |
getLayout()
Gets the value of the layout property.
|
boolean |
isSetCell() |
boolean |
isSetId() |
boolean |
isSetLayout() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setLayout(Layout value)
Sets the value of the layout property.
|
void |
unsetCell() |
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public Layout getLayout()
Layoutpublic void setLayout(Layout value)
value - allowed object is
Layoutpublic boolean isSetLayout()
public List<Cell> getCell()
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 cell property.
For example, to add a new item, do as follows:
getCell().add(newItem);
Objects of the following type(s) are allowed in the list
Cell
public boolean isSetCell()
public void unsetCell()
Copyright © 2023. All rights reserved.