|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public String getFoLanguage()
String
public String getTextNumberedEntries()
String
public String getTextPrefix()
String
public String getTextSortAlgorithm()
String
public String getTextSortByPosition()
String
public 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()
String
public void setFoCountry(String value)
value
- allowed object is String
public void setFoLanguage(String value)
value
- allowed object is String
public void setTextNumberedEntries(String value)
value
- allowed object is String
public void setTextPrefix(String value)
value
- allowed object is String
public void setTextSortAlgorithm(String value)
value
- allowed object is String
public void setTextSortByPosition(String value)
value
- allowed object is String
public 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 |