org.jopendocument.model.text
Class TextFootnote

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

public class TextFootnote
extends java.lang.Object


Constructor Summary
TextFootnote()
           
 
Method Summary
 TextFootnoteBody getTextFootnoteBody()
          Gets the value of the textFootnoteBody property.
 TextFootnoteCitation getTextFootnoteCitation()
          Gets the value of the textFootnoteCitation property.
 java.lang.String getTextId()
          Gets the value of the textId property.
 void setTextFootnoteBody(TextFootnoteBody value)
          Sets the value of the textFootnoteBody property.
 void setTextFootnoteCitation(TextFootnoteCitation value)
          Sets the value of the textFootnoteCitation property.
 void setTextId(java.lang.String value)
          Sets the value of the textId property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextFootnote

public TextFootnote()
Method Detail

getTextFootnoteBody

public TextFootnoteBody getTextFootnoteBody()
Gets the value of the textFootnoteBody property.

Returns:
possible object is TextFootnoteBody

getTextFootnoteCitation

public TextFootnoteCitation getTextFootnoteCitation()
Gets the value of the textFootnoteCitation property.

Returns:
possible object is TextFootnoteCitation

getTextId

public java.lang.String getTextId()
Gets the value of the textId property.

Returns:
possible object is String

setTextFootnoteBody

public void setTextFootnoteBody(TextFootnoteBody value)
Sets the value of the textFootnoteBody property.

Parameters:
value - allowed object is TextFootnoteBody

setTextFootnoteCitation

public void setTextFootnoteCitation(TextFootnoteCitation value)
Sets the value of the textFootnoteCitation property.

Parameters:
value - allowed object is TextFootnoteCitation

setTextId

public void setTextId(java.lang.String value)
Sets the value of the textId property.

Parameters:
value - allowed object is String