|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Head
public class Head
Represents the 'head' section in a SalsaXML corpus.
Constructor Summary | |
---|---|
Head()
Zero-argumented default constructor. |
Method Summary | |
---|---|
Annotation |
getAnnotation()
Returns the Annotation . |
Flags |
getFlags()
Returns the Flags . |
Frames |
getFrames()
Returns the Frames . |
Meta |
getMeta()
Returns the Meta . |
Wordtags |
getWordtags()
Returns the Wordtags . |
static java.lang.String |
getXmltag()
Returns the name of the XML element of Head , i. e. |
void |
setAnnotation(Annotation annotation)
Sets the Annotation . |
void |
setFlags(Flags flags)
Sets the Flags . |
void |
setFrames(Frames frames)
Sets the Frames . |
void |
setMeta(Meta meta)
Sets the Meta . |
void |
setWordtags(Wordtags wordtags)
Sets the Wordtags . |
java.lang.String |
toString()
Returns a recursively created XML representation of this Head . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Head()
Method Detail |
---|
public Annotation getAnnotation()
Annotation
.
public Flags getFlags()
Flags
.
public Frames getFrames()
Frames
.
public Meta getMeta()
Meta
.
public Wordtags getWordtags()
Wordtags
.
public static java.lang.String getXmltag()
Head
, i. e. 'head'.
public void setAnnotation(Annotation annotation)
Annotation
.
annotation
- the annotation to setpublic void setFlags(Flags flags)
Flags
.
flags
- the flags to setpublic void setFrames(Frames frames)
Frames
.
frames
- the frames to setpublic void setMeta(Meta meta)
Meta
.
meta
- the meta to setpublic void setWordtags(Wordtags wordtags)
Wordtags
.
wordtags
- the wordtags to setpublic java.lang.String toString()
Head
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |