|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.text.TextEndnote
public class TextEndnote
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 |
---|
protected TextEndnoteBody textEndnoteBody
protected TextEndnoteCitation textEndnoteCitation
protected String textId
Constructor Detail |
---|
public TextEndnote()
Method Detail |
---|
public TextEndnoteBody getTextEndnoteBody()
TextEndnoteBody
public TextEndnoteCitation getTextEndnoteCitation()
TextEndnoteCitation
public String getTextId()
String
public void setTextEndnoteBody(TextEndnoteBody value)
value
- allowed object is TextEndnoteBody
public void setTextEndnoteCitation(TextEndnoteCitation value)
value
- allowed object is TextEndnoteCitation
public void setTextId(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |