org.jopendocument.model.text
Class TextFootnoteBody

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

public class TextFootnoteBody
extends Object


Field Summary
protected  List<Object> textHOrTextPOrTextOrderedListOrTextUnorderedList
           
 
Constructor Summary
TextFootnoteBody()
           
 
Method Summary
 List<Object> getTextHOrTextPOrTextOrderedListOrTextUnorderedList()
          Gets the value of the textHOrTextPOrTextOrderedListOrTextUnorderedList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textHOrTextPOrTextOrderedListOrTextUnorderedList

protected List<Object> textHOrTextPOrTextOrderedListOrTextUnorderedList
Constructor Detail

TextFootnoteBody

public TextFootnoteBody()
Method Detail

getTextHOrTextPOrTextOrderedListOrTextUnorderedList

public List<Object> getTextHOrTextPOrTextOrderedListOrTextUnorderedList()
Gets the value of the textHOrTextPOrTextOrderedListOrTextUnorderedList 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 textHOrTextPOrTextOrderedListOrTextUnorderedList property.

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

 getTextHOrTextPOrTextOrderedListOrTextUnorderedList().add(newItem);
 

Objects of the following type(s) are allowed in the list TextH TextP TextOrderedList TextUnorderedList



Copyright © 2010 jOpenDocument All Rights Reserved.