|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.text.TextFootnote
public class TextFootnote
| 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 |
|---|
protected TextFootnoteBody textFootnoteBody
protected TextFootnoteCitation textFootnoteCitation
protected String textId
| Constructor Detail |
|---|
public TextFootnote()
| Method Detail |
|---|
public TextFootnoteBody getTextFootnoteBody()
TextFootnoteBodypublic TextFootnoteCitation getTextFootnoteCitation()
TextFootnoteCitationpublic String getTextId()
Stringpublic void setTextFootnoteBody(TextFootnoteBody value)
value - allowed object is TextFootnoteBodypublic void setTextFootnoteCitation(TextFootnoteCitation value)
value - allowed object is TextFootnoteCitationpublic 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 | ||||||||