org.jopendocument.model.table
Class TableDataPilotTable

java.lang.Object
  extended by org.jopendocument.model.table.TableDataPilotTable

public class TableDataPilotTable
extends java.lang.Object


Constructor Summary
TableDataPilotTable()
           
 
Method Summary
 java.lang.String getTableApplicationData()
          Gets the value of the tableApplicationData property.
 java.lang.String getTableButtons()
          Gets the value of the tableButtons property.
 java.util.List<java.lang.Object> getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange()
          Gets the value of the tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange property.
 java.util.List<TableDataPilotField> getTableDataPilotField()
          Gets the value of the tableDataPilotField property.
 java.lang.String getTableGrandTotal()
          Gets the value of the tableGrandTotal property.
 java.lang.String getTableIdentifyCategories()
          Gets the value of the tableIdentifyCategories property.
 java.lang.String getTableIgnoreEmptyRows()
          Gets the value of the tableIgnoreEmptyRows property.
 java.lang.String getTableName()
          Gets the value of the tableName property.
 java.lang.String getTableTargetRangeAddress()
          Gets the value of the tableTargetRangeAddress property.
 void setTableApplicationData(java.lang.String value)
          Sets the value of the tableApplicationData property.
 void setTableButtons(java.lang.String value)
          Sets the value of the tableButtons property.
 void setTableGrandTotal(java.lang.String value)
          Sets the value of the tableGrandTotal property.
 void setTableIdentifyCategories(java.lang.String value)
          Sets the value of the tableIdentifyCategories property.
 void setTableIgnoreEmptyRows(java.lang.String value)
          Sets the value of the tableIgnoreEmptyRows property.
 void setTableName(java.lang.String value)
          Sets the value of the tableName property.
 void setTableTargetRangeAddress(java.lang.String value)
          Sets the value of the tableTargetRangeAddress property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDataPilotTable

public TableDataPilotTable()
Method Detail

getTableApplicationData

public java.lang.String getTableApplicationData()
Gets the value of the tableApplicationData property.

Returns:
possible object is String

getTableButtons

public java.lang.String getTableButtons()
Gets the value of the tableButtons property.

Returns:
possible object is String

getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange

public java.util.List<java.lang.Object> getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange()
Gets the value of the tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange property.

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 tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange property.

For example, to add a new item, do as follows:

 getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQueryOrTableSourceServiceOrTableSourceCellRange().add(newItem);
 

Objects of the following type(s) are allowed in the list TableDatabaseSourceSql TableDatabaseSourceTable TableDatabaseSourceQuery TableSourceService TableSourceCellRange


getTableDataPilotField

public java.util.List<TableDataPilotField> getTableDataPilotField()
Gets the value of the tableDataPilotField property.

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 tableDataPilotField property.

For example, to add a new item, do as follows:

 getTableDataPilotField().add(newItem);
 

Objects of the following type(s) are allowed in the list TableDataPilotField


getTableGrandTotal

public java.lang.String getTableGrandTotal()
Gets the value of the tableGrandTotal property.

Returns:
possible object is String

getTableIdentifyCategories

public java.lang.String getTableIdentifyCategories()
Gets the value of the tableIdentifyCategories property.

Returns:
possible object is String

getTableIgnoreEmptyRows

public java.lang.String getTableIgnoreEmptyRows()
Gets the value of the tableIgnoreEmptyRows property.

Returns:
possible object is String

getTableName

public java.lang.String getTableName()
Gets the value of the tableName property.

Returns:
possible object is String

getTableTargetRangeAddress

public java.lang.String getTableTargetRangeAddress()
Gets the value of the tableTargetRangeAddress property.

Returns:
possible object is String

setTableApplicationData

public void setTableApplicationData(java.lang.String value)
Sets the value of the tableApplicationData property.

Parameters:
value - allowed object is String

setTableButtons

public void setTableButtons(java.lang.String value)
Sets the value of the tableButtons property.

Parameters:
value - allowed object is String

setTableGrandTotal

public void setTableGrandTotal(java.lang.String value)
Sets the value of the tableGrandTotal property.

Parameters:
value - allowed object is String

setTableIdentifyCategories

public void setTableIdentifyCategories(java.lang.String value)
Sets the value of the tableIdentifyCategories property.

Parameters:
value - allowed object is String

setTableIgnoreEmptyRows

public void setTableIgnoreEmptyRows(java.lang.String value)
Sets the value of the tableIgnoreEmptyRows property.

Parameters:
value - allowed object is String

setTableName

public void setTableName(java.lang.String value)
Sets the value of the tableName property.

Parameters:
value - allowed object is String

setTableTargetRangeAddress

public void setTableTargetRangeAddress(java.lang.String value)
Sets the value of the tableTargetRangeAddress property.

Parameters:
value - allowed object is String