|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.text.TextBibliographyConfiguration
public class TextBibliographyConfiguration
| 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 |
|---|
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 Detail |
|---|
public TextBibliographyConfiguration()
| Method Detail |
|---|
public String getFoCountry()
Stringpublic String getFoLanguage()
Stringpublic String getTextNumberedEntries()
Stringpublic String getTextPrefix()
Stringpublic String getTextSortAlgorithm()
Stringpublic String getTextSortByPosition()
Stringpublic List<TextSortKey> getTextSortKey()
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
public String getTextSuffix()
Stringpublic void setFoCountry(String value)
value - allowed object is Stringpublic void setFoLanguage(String value)
value - allowed object is Stringpublic void setTextNumberedEntries(String value)
value - allowed object is Stringpublic void setTextPrefix(String value)
value - allowed object is Stringpublic void setTextSortAlgorithm(String value)
value - allowed object is Stringpublic void setTextSortByPosition(String value)
value - allowed object is Stringpublic void setTextSuffix(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||