org.jopendocument.model.text
Class TextBibliographyConfiguration

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

public class TextBibliographyConfiguration
extends java.lang.Object


Constructor Summary
TextBibliographyConfiguration()
           
 
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.lang.String getTextNumberedEntries()
          Gets the value of the textNumberedEntries property.
 java.lang.String getTextPrefix()
          Gets the value of the textPrefix property.
 java.lang.String getTextSortAlgorithm()
          Gets the value of the textSortAlgorithm property.
 java.lang.String getTextSortByPosition()
          Gets the value of the textSortByPosition property.
 java.util.List<TextSortKey> getTextSortKey()
          Gets the value of the textSortKey property.
 java.lang.String getTextSuffix()
          Gets the value of the textSuffix 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 setTextNumberedEntries(java.lang.String value)
          Sets the value of the textNumberedEntries property.
 void setTextPrefix(java.lang.String value)
          Sets the value of the textPrefix property.
 void setTextSortAlgorithm(java.lang.String value)
          Sets the value of the textSortAlgorithm property.
 void setTextSortByPosition(java.lang.String value)
          Sets the value of the textSortByPosition property.
 void setTextSuffix(java.lang.String value)
          Sets the value of the textSuffix property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBibliographyConfiguration

public TextBibliographyConfiguration()
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

getTextNumberedEntries

public java.lang.String getTextNumberedEntries()
Gets the value of the textNumberedEntries property.

Returns:
possible object is String

getTextPrefix

public java.lang.String getTextPrefix()
Gets the value of the textPrefix property.

Returns:
possible object is String

getTextSortAlgorithm

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

Returns:
possible object is String

getTextSortByPosition

public java.lang.String getTextSortByPosition()
Gets the value of the textSortByPosition property.

Returns:
possible object is String

getTextSortKey

public java.util.List<TextSortKey> getTextSortKey()
Gets the value of the textSortKey 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 textSortKey property.

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

 getTextSortKey().add(newItem);
 

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


getTextSuffix

public java.lang.String getTextSuffix()
Gets the value of the textSuffix 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

setTextNumberedEntries

public void setTextNumberedEntries(java.lang.String value)
Sets the value of the textNumberedEntries property.

Parameters:
value - allowed object is String

setTextPrefix

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

setTextSortByPosition

public void setTextSortByPosition(java.lang.String value)
Sets the value of the textSortByPosition property.

Parameters:
value - allowed object is String

setTextSuffix

public void setTextSuffix(java.lang.String value)
Sets the value of the textSuffix property.

Parameters:
value - allowed object is String