|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Meta
public class Meta
Represents the 'meta' section in a SalsaXML corpus.
Constructor Summary | |
---|---|
Meta()
Zero-argumented default constructor. |
Method Summary | |
---|---|
Author |
getAuthor()
Returns the Author . |
CorpusId |
getCorpus_id()
Returns the CorpusId . |
Date |
getDate()
Returns the Date . |
Description |
getDescription()
Returns the Description . |
Format |
getFormat()
Returns the Format . |
History |
getHistory()
Returns the History . |
Name |
getName()
Returns the Name . |
static java.lang.String |
getXmltag()
Returns the name of the XML element of Meta , i. e. |
void |
setAuthor(Author author)
Sets the Author . |
void |
setCorpus_id(CorpusId corpus_id)
Sets the CorpusId . |
void |
setDate(Date date)
Sets the Date . |
void |
setDescription(Description description)
Sets the Description . |
void |
setFormat(Format format)
Sets the Format . |
void |
setHistory(History history)
Sets the History . |
void |
setName(Name name)
Sets the Name . |
java.lang.String |
toString()
Returns a recursively created XML representation of this Meta . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Meta()
Method Detail |
---|
public Author getAuthor()
Author
.
public CorpusId getCorpus_id()
CorpusId
.
public Date getDate()
Date
.
public Description getDescription()
Description
.
public Format getFormat()
Format
.
public History getHistory()
History
.
public Name getName()
Name
.
public static java.lang.String getXmltag()
Meta
, i. e. 'meta'.
public void setAuthor(Author author)
Author
.
author
- the author to setpublic void setCorpus_id(CorpusId corpus_id)
CorpusId
.
corpus_id
- the corpus_id to setpublic void setDate(Date date)
Date
.
date
- the date to setpublic void setDescription(Description description)
Description
.
description
- the description to setpublic void setFormat(Format format)
Format
.
format
- the format to setpublic void setHistory(History history)
History
.
history
- the history to setpublic void setName(Name name)
Name
.
name
- the name to setpublic java.lang.String toString()
Meta
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |