salsa.corpora.elements
Class Wordtags

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

public class Wordtags
extends java.lang.Object


Constructor Summary
Wordtags()
          Zero-argumented default constructor.
Wordtags(java.lang.String xmlns)
          Constructor that takes the value of the 'xmlns' attribute as an argument.
 
Method Summary
 Wordtag getWordtag()
          Returns the Wordtag of this Wordtags.
 java.lang.String getXmlns()
          Returns the value of the 'xmlns' attribute.
static java.lang.String getXmltag()
          Returns the XML element name of Wordtags, i. e.
 void setWordtag(Wordtag wordtag)
          Sets the Wordtag of this Wordtags.
 void setXmlns(java.lang.String xmlns)
          Sets the value of the 'xmlns' attribute.
 java.lang.String toString()
          Returns a recursively created XML representation of this Wordtags.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Wordtags

public Wordtags()
Zero-argumented default constructor.


Wordtags

public Wordtags(java.lang.String xmlns)
Constructor that takes the value of the 'xmlns' attribute as an argument.

Parameters:
xmlns -
Method Detail

getWordtag

public Wordtag getWordtag()
Returns the Wordtag of this Wordtags.

Returns:
the wordtag

getXmlns

public java.lang.String getXmlns()
Returns the value of the 'xmlns' attribute.

Returns:
the xmlns

getXmltag

public static java.lang.String getXmltag()
Returns the XML element name of Wordtags, i. e. 'wordtags'.

Returns:
the xmltag

setWordtag

public void setWordtag(Wordtag wordtag)
Sets the Wordtag of this Wordtags.

Parameters:
wordtag - the wordtag to set

setXmlns

public void setXmlns(java.lang.String xmlns)
Sets the value of the 'xmlns' attribute.

Parameters:
xmlns - the xmlns to set

toString

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

Overrides:
toString in class java.lang.Object