|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Author
public class Author
Constructor Summary | |
---|---|
Author()
Zero-argumented default constructor. |
Method Summary | |
---|---|
java.lang.String |
getText()
Returns the text (PCDATA in XML). |
static java.lang.String |
getXmltag()
Returns the XML element name of Author . |
void |
setText(java.lang.String text)
Sets the text (PCDATA in XML). |
java.lang.String |
toString()
Returns a recursively created XML representation of this Author . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Author()
Method Detail |
---|
public java.lang.String getText()
public static java.lang.String getXmltag()
Author
.
public void setText(java.lang.String text)
text
- the text to setpublic java.lang.String toString()
Author
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |