org.jopendocument.model.text
Class TextEndnote

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

public class TextEndnote
extends Object


Field Summary
protected  TextEndnoteBody textEndnoteBody
           
protected  TextEndnoteCitation textEndnoteCitation
           
protected  String textId
           
 
Constructor Summary
TextEndnote()
           
 
Method Summary
 TextEndnoteBody getTextEndnoteBody()
          Gets the value of the textEndnoteBody property.
 TextEndnoteCitation getTextEndnoteCitation()
          Gets the value of the textEndnoteCitation property.
 String getTextId()
          Gets the value of the textId property.
 void setTextEndnoteBody(TextEndnoteBody value)
          Sets the value of the textEndnoteBody property.
 void setTextEndnoteCitation(TextEndnoteCitation value)
          Sets the value of the textEndnoteCitation 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

textEndnoteBody

protected TextEndnoteBody textEndnoteBody

textEndnoteCitation

protected TextEndnoteCitation textEndnoteCitation

textId

protected String textId
Constructor Detail

TextEndnote

public TextEndnote()
Method Detail

getTextEndnoteBody

public TextEndnoteBody getTextEndnoteBody()
Gets the value of the textEndnoteBody property.

Returns:
possible object is TextEndnoteBody

getTextEndnoteCitation

public TextEndnoteCitation getTextEndnoteCitation()
Gets the value of the textEndnoteCitation property.

Returns:
possible object is TextEndnoteCitation

getTextId

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

Returns:
possible object is String

setTextEndnoteBody

public void setTextEndnoteBody(TextEndnoteBody value)
Sets the value of the textEndnoteBody property.

Parameters:
value - allowed object is TextEndnoteBody

setTextEndnoteCitation

public void setTextEndnoteCitation(TextEndnoteCitation value)
Sets the value of the textEndnoteCitation property.

Parameters:
value - allowed object is TextEndnoteCitation

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.