public class Tables extends GenericModel
| Constructor and Description |
|---|
Tables() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BodyCells> |
getBodyCells()
Gets the bodyCells.
|
java.util.List<ColumnHeaders> |
getColumnHeaders()
Gets the columnHeaders.
|
Location |
getLocation()
Gets the location.
|
java.util.List<RowHeaders> |
getRowHeaders()
Gets the rowHeaders.
|
SectionTitle |
getSectionTitle()
Gets the sectionTitle.
|
java.util.List<TableHeaders> |
getTableHeaders()
Gets the tableHeaders.
|
java.lang.String |
getText()
Gets the text.
|
equals, hashCode, toStringpublic Location getLocation()
public java.lang.String getText()
public SectionTitle getSectionTitle()
public java.util.List<TableHeaders> getTableHeaders()
public java.util.List<RowHeaders> getRowHeaders()
public java.util.List<ColumnHeaders> getColumnHeaders()
public java.util.List<BodyCells> getBodyCells()