salsa.corpora.elements
Class Author

java.lang.Object
  extended by salsa.corpora.elements.Author

public class Author
extends java.lang.Object


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

Author

public Author()
Zero-argumented default constructor.

Method Detail

getText

public java.lang.String getText()
Returns the text (PCDATA in XML).

Returns:
the text

getXmltag

public static java.lang.String getXmltag()
Returns the XML element name of Author.

Returns:
the xmltag

setText

public void setText(java.lang.String text)
Sets the text (PCDATA in XML).

Parameters:
text - the text to set

toString

public java.lang.String toString()
Returns a recursively created XML representation of this Author.

Overrides:
toString in class java.lang.Object