|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Wordtags
public class Wordtags
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 |
---|
public Wordtags()
public Wordtags(java.lang.String xmlns)
xmlns
- Method Detail |
---|
public Wordtag getWordtag()
Wordtag
of this Wordtags
.
public java.lang.String getXmlns()
public static java.lang.String getXmltag()
Wordtags
, i. e.
'wordtags'.
public void setWordtag(Wordtag wordtag)
Wordtag
of this Wordtags
.
wordtag
- the wordtag to setpublic void setXmlns(java.lang.String xmlns)
xmlns
- the xmlns to setpublic java.lang.String toString()
Wordtags
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |