org.jopendocument.model.text
Class TextFootnote

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

public class TextFootnote
extends Object


Field Summary
protected  TextFootnoteBody textFootnoteBody
           
protected  TextFootnoteCitation textFootnoteCitation
           
protected  String textId
           
 
Constructor Summary
TextFootnote()
           
 
Method Summary
 TextFootnoteBody getTextFootnoteBody()
          Gets the value of the textFootnoteBody property.
 TextFootnoteCitation getTextFootnoteCitation()
          Gets the value of the textFootnoteCitation property.
 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(String value)
          Sets the value of the textId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textFootnoteBody

protected TextFootnoteBody textFootnoteBody

textFootnoteCitation

protected TextFootnoteCitation textFootnoteCitation

textId

protected String textId
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 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(String value)
Sets the value of the textId property.

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.