org.jopendocument.model.text
Class TextBibliographyConfiguration

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

public class TextBibliographyConfiguration
extends Object


Field Summary
protected  String foCountry
           
protected  String foLanguage
           
protected  String textNumberedEntries
           
protected  String textPrefix
           
protected  String textSortAlgorithm
           
protected  String textSortByPosition
           
protected  List<TextSortKey> textSortKey
           
protected  String textSuffix
           
 
Constructor Summary
TextBibliographyConfiguration()
           
 
Method Summary
 String getFoCountry()
          Gets the value of the foCountry property.
 String getFoLanguage()
          Gets the value of the foLanguage property.
 String getTextNumberedEntries()
          Gets the value of the textNumberedEntries property.
 String getTextPrefix()
          Gets the value of the textPrefix property.
 String getTextSortAlgorithm()
          Gets the value of the textSortAlgorithm property.
 String getTextSortByPosition()
          Gets the value of the textSortByPosition property.
 List<TextSortKey> getTextSortKey()
          Gets the value of the textSortKey property.
 String getTextSuffix()
          Gets the value of the textSuffix property.
 void setFoCountry(String value)
          Sets the value of the foCountry property.
 void setFoLanguage(String value)
          Sets the value of the foLanguage property.
 void setTextNumberedEntries(String value)
          Sets the value of the textNumberedEntries property.
 void setTextPrefix(String value)
          Sets the value of the textPrefix property.
 void setTextSortAlgorithm(String value)
          Sets the value of the textSortAlgorithm property.
 void setTextSortByPosition(String value)
          Sets the value of the textSortByPosition property.
 void setTextSuffix(String value)
          Sets the value of the textSuffix property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foCountry

protected String foCountry

foLanguage

protected String foLanguage

textNumberedEntries

protected String textNumberedEntries

textPrefix

protected String textPrefix

textSortAlgorithm

protected String textSortAlgorithm

textSortByPosition

protected String textSortByPosition

textSortKey

protected List<TextSortKey> textSortKey

textSuffix

protected String textSuffix
Constructor Detail

TextBibliographyConfiguration

public TextBibliographyConfiguration()
Method Detail

getFoCountry

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

Returns:
possible object is String

getFoLanguage

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

Returns:
possible object is String

getTextNumberedEntries

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

Returns:
possible object is String

getTextPrefix

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

Returns:
possible object is String

getTextSortAlgorithm

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

Returns:
possible object is String

getTextSortByPosition

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

Returns:
possible object is String

getTextSortKey

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

Returns:
possible object is String

setFoCountry

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

Parameters:
value - allowed object is String

setFoLanguage

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

Parameters:
value - allowed object is String

setTextNumberedEntries

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

Parameters:
value - allowed object is String

setTextPrefix

public void setTextPrefix(String value)
Sets the value of the textPrefix property.

Parameters:
value - allowed object is String

setTextSortAlgorithm

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

Parameters:
value - allowed object is String

setTextSortByPosition

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

Parameters:
value - allowed object is String

setTextSuffix

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.