org.jopendocument.model.text
Class TextAlphabeticalIndexSource

java.lang.Object
  extended by org.jopendocument.model.text.TextAlphabeticalIndexSource

public class TextAlphabeticalIndexSource
extends java.lang.Object


Constructor Summary
TextAlphabeticalIndexSource()
           
 
Method Summary
 java.lang.String getFoCountry()
          Gets the value of the foCountry property.
 java.lang.String getFoLanguage()
          Gets the value of the foLanguage property.
 java.util.List<TextAlphabeticalIndexEntryTemplate> getTextAlphabeticalIndexEntryTemplate()
          Gets the value of the textAlphabeticalIndexEntryTemplate property.
 java.lang.String getTextAlphabeticalSeparators()
          Gets the value of the textAlphabeticalSeparators property.
 java.lang.String getTextCapitalizeEntries()
          Gets the value of the textCapitalizeEntries property.
 java.lang.String getTextCombineEntries()
          Gets the value of the textCombineEntries property.
 java.lang.String getTextCombineEntriesWithDash()
          Gets the value of the textCombineEntriesWithDash property.
 java.lang.String getTextCombineEntriesWithPp()
          Gets the value of the textCombineEntriesWithPp property.
 java.lang.String getTextCommaSeparated()
          Gets the value of the textCommaSeparated property.
 java.lang.String getTextIgnoreCase()
          Gets the value of the textIgnoreCase property.
 java.lang.String getTextIndexScope()
          Gets the value of the textIndexScope property.
 TextIndexTitleTemplate getTextIndexTitleTemplate()
          Gets the value of the textIndexTitleTemplate property.
 java.lang.String getTextMainEntryStyleName()
          Gets the value of the textMainEntryStyleName property.
 java.lang.String getTextRelativeTabStopPosition()
          Gets the value of the textRelativeTabStopPosition property.
 java.lang.String getTextSortAlgorithm()
          Gets the value of the textSortAlgorithm property.
 java.lang.String getTextUseKeysAsEntries()
          Gets the value of the textUseKeysAsEntries property.
 void setFoCountry(java.lang.String value)
          Sets the value of the foCountry property.
 void setFoLanguage(java.lang.String value)
          Sets the value of the foLanguage property.
 void setTextAlphabeticalSeparators(java.lang.String value)
          Sets the value of the textAlphabeticalSeparators property.
 void setTextCapitalizeEntries(java.lang.String value)
          Sets the value of the textCapitalizeEntries property.
 void setTextCombineEntries(java.lang.String value)
          Sets the value of the textCombineEntries property.
 void setTextCombineEntriesWithDash(java.lang.String value)
          Sets the value of the textCombineEntriesWithDash property.
 void setTextCombineEntriesWithPp(java.lang.String value)
          Sets the value of the textCombineEntriesWithPp property.
 void setTextCommaSeparated(java.lang.String value)
          Sets the value of the textCommaSeparated property.
 void setTextIgnoreCase(java.lang.String value)
          Sets the value of the textIgnoreCase property.
 void setTextIndexScope(java.lang.String value)
          Sets the value of the textIndexScope property.
 void setTextIndexTitleTemplate(TextIndexTitleTemplate value)
          Sets the value of the textIndexTitleTemplate property.
 void setTextMainEntryStyleName(java.lang.String value)
          Sets the value of the textMainEntryStyleName property.
 void setTextRelativeTabStopPosition(java.lang.String value)
          Sets the value of the textRelativeTabStopPosition property.
 void setTextSortAlgorithm(java.lang.String value)
          Sets the value of the textSortAlgorithm property.
 void setTextUseKeysAsEntries(java.lang.String value)
          Sets the value of the textUseKeysAsEntries property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAlphabeticalIndexSource

public TextAlphabeticalIndexSource()
Method Detail

getFoCountry

public java.lang.String getFoCountry()
Gets the value of the foCountry property.

Returns:
possible object is String

getFoLanguage

public java.lang.String getFoLanguage()
Gets the value of the foLanguage property.

Returns:
possible object is String

getTextAlphabeticalIndexEntryTemplate

public java.util.List<TextAlphabeticalIndexEntryTemplate> getTextAlphabeticalIndexEntryTemplate()
Gets the value of the textAlphabeticalIndexEntryTemplate 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 textAlphabeticalIndexEntryTemplate property.

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

 getTextAlphabeticalIndexEntryTemplate().add(newItem);
 

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


getTextAlphabeticalSeparators

public java.lang.String getTextAlphabeticalSeparators()
Gets the value of the textAlphabeticalSeparators property.

Returns:
possible object is String

getTextCapitalizeEntries

public java.lang.String getTextCapitalizeEntries()
Gets the value of the textCapitalizeEntries property.

Returns:
possible object is String

getTextCombineEntries

public java.lang.String getTextCombineEntries()
Gets the value of the textCombineEntries property.

Returns:
possible object is String

getTextCombineEntriesWithDash

public java.lang.String getTextCombineEntriesWithDash()
Gets the value of the textCombineEntriesWithDash property.

Returns:
possible object is String

getTextCombineEntriesWithPp

public java.lang.String getTextCombineEntriesWithPp()
Gets the value of the textCombineEntriesWithPp property.

Returns:
possible object is String

getTextCommaSeparated

public java.lang.String getTextCommaSeparated()
Gets the value of the textCommaSeparated property.

Returns:
possible object is String

getTextIgnoreCase

public java.lang.String getTextIgnoreCase()
Gets the value of the textIgnoreCase property.

Returns:
possible object is String

getTextIndexScope

public java.lang.String getTextIndexScope()
Gets the value of the textIndexScope property.

Returns:
possible object is String

getTextIndexTitleTemplate

public TextIndexTitleTemplate getTextIndexTitleTemplate()
Gets the value of the textIndexTitleTemplate property.

Returns:
possible object is TextIndexTitleTemplate

getTextMainEntryStyleName

public java.lang.String getTextMainEntryStyleName()
Gets the value of the textMainEntryStyleName property.

Returns:
possible object is String

getTextRelativeTabStopPosition

public java.lang.String getTextRelativeTabStopPosition()
Gets the value of the textRelativeTabStopPosition property.

Returns:
possible object is String

getTextSortAlgorithm

public java.lang.String getTextSortAlgorithm()
Gets the value of the textSortAlgorithm property.

Returns:
possible object is String

getTextUseKeysAsEntries

public java.lang.String getTextUseKeysAsEntries()
Gets the value of the textUseKeysAsEntries property.

Returns:
possible object is String

setFoCountry

public void setFoCountry(java.lang.String value)
Sets the value of the foCountry property.

Parameters:
value - allowed object is String

setFoLanguage

public void setFoLanguage(java.lang.String value)
Sets the value of the foLanguage property.

Parameters:
value - allowed object is String

setTextAlphabeticalSeparators

public void setTextAlphabeticalSeparators(java.lang.String value)
Sets the value of the textAlphabeticalSeparators property.

Parameters:
value - allowed object is String

setTextCapitalizeEntries

public void setTextCapitalizeEntries(java.lang.String value)
Sets the value of the textCapitalizeEntries property.

Parameters:
value - allowed object is String

setTextCombineEntries

public void setTextCombineEntries(java.lang.String value)
Sets the value of the textCombineEntries property.

Parameters:
value - allowed object is String

setTextCombineEntriesWithDash

public void setTextCombineEntriesWithDash(java.lang.String value)
Sets the value of the textCombineEntriesWithDash property.

Parameters:
value - allowed object is String

setTextCombineEntriesWithPp

public void setTextCombineEntriesWithPp(java.lang.String value)
Sets the value of the textCombineEntriesWithPp property.

Parameters:
value - allowed object is String

setTextCommaSeparated

public void setTextCommaSeparated(java.lang.String value)
Sets the value of the textCommaSeparated property.

Parameters:
value - allowed object is String

setTextIgnoreCase

public void setTextIgnoreCase(java.lang.String value)
Sets the value of the textIgnoreCase property.

Parameters:
value - allowed object is String

setTextIndexScope

public void setTextIndexScope(java.lang.String value)
Sets the value of the textIndexScope property.

Parameters:
value - allowed object is String

setTextIndexTitleTemplate

public void setTextIndexTitleTemplate(TextIndexTitleTemplate value)
Sets the value of the textIndexTitleTemplate property.

Parameters:
value - allowed object is TextIndexTitleTemplate

setTextMainEntryStyleName

public void setTextMainEntryStyleName(java.lang.String value)
Sets the value of the textMainEntryStyleName property.

Parameters:
value - allowed object is String

setTextRelativeTabStopPosition

public void setTextRelativeTabStopPosition(java.lang.String value)
Sets the value of the textRelativeTabStopPosition property.

Parameters:
value - allowed object is String

setTextSortAlgorithm

public void setTextSortAlgorithm(java.lang.String value)
Sets the value of the textSortAlgorithm property.

Parameters:
value - allowed object is String

setTextUseKeysAsEntries

public void setTextUseKeysAsEntries(java.lang.String value)
Sets the value of the textUseKeysAsEntries property.

Parameters:
value - allowed object is String