org.jopendocument.model.table
Class TableSort

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

public class TableSort
extends java.lang.Object


Constructor Summary
TableSort()
           
 
Method Summary
 java.lang.String getTableAlgorithm()
          Gets the value of the tableAlgorithm property.
 java.lang.String getTableBindStylesToContent()
          Gets the value of the tableBindStylesToContent property.
 java.lang.String getTableCaseSensitive()
          Gets the value of the tableCaseSensitive property.
 java.lang.String getTableCountry()
          Gets the value of the tableCountry property.
 java.lang.String getTableLanguage()
          Gets the value of the tableLanguage property.
 java.util.List<TableSortBy> getTableSortBy()
          Gets the value of the tableSortBy property.
 java.lang.String getTableTargetRangeAddress()
          Gets the value of the tableTargetRangeAddress property.
 void setTableAlgorithm(java.lang.String value)
          Sets the value of the tableAlgorithm property.
 void setTableBindStylesToContent(java.lang.String value)
          Sets the value of the tableBindStylesToContent property.
 void setTableCaseSensitive(java.lang.String value)
          Sets the value of the tableCaseSensitive property.
 void setTableCountry(java.lang.String value)
          Sets the value of the tableCountry property.
 void setTableLanguage(java.lang.String value)
          Sets the value of the tableLanguage 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

TableSort

public TableSort()
Method Detail

getTableAlgorithm

public java.lang.String getTableAlgorithm()
Gets the value of the tableAlgorithm property.

Returns:
possible object is String

getTableBindStylesToContent

public java.lang.String getTableBindStylesToContent()
Gets the value of the tableBindStylesToContent property.

Returns:
possible object is String

getTableCaseSensitive

public java.lang.String getTableCaseSensitive()
Gets the value of the tableCaseSensitive property.

Returns:
possible object is String

getTableCountry

public java.lang.String getTableCountry()
Gets the value of the tableCountry property.

Returns:
possible object is String

getTableLanguage

public java.lang.String getTableLanguage()
Gets the value of the tableLanguage property.

Returns:
possible object is String

getTableSortBy

public java.util.List<TableSortBy> getTableSortBy()
Gets the value of the tableSortBy 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 tableSortBy property.

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

 getTableSortBy().add(newItem);
 

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


getTableTargetRangeAddress

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

Returns:
possible object is String

setTableAlgorithm

public void setTableAlgorithm(java.lang.String value)
Sets the value of the tableAlgorithm property.

Parameters:
value - allowed object is String

setTableBindStylesToContent

public void setTableBindStylesToContent(java.lang.String value)
Sets the value of the tableBindStylesToContent property.

Parameters:
value - allowed object is String

setTableCaseSensitive

public void setTableCaseSensitive(java.lang.String value)
Sets the value of the tableCaseSensitive property.

Parameters:
value - allowed object is String

setTableCountry

public void setTableCountry(java.lang.String value)
Sets the value of the tableCountry property.

Parameters:
value - allowed object is String

setTableLanguage

public void setTableLanguage(java.lang.String value)
Sets the value of the tableLanguage 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