|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.CorpusId
public class CorpusId
Represents the 'corpus_id' section in a SalsaXML corpus.
Constructor Summary | |
---|---|
CorpusId()
Zero-argumented default constructor. |
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the id (PCDATA in XML). |
static java.lang.String |
getXmltag()
Returns the name of the XML element of CorpusId , i. e. |
void |
setId(java.lang.String id)
Sets the id (PCDATA in XML). |
java.lang.String |
toString()
Returns a recursively created XML representation of CorpusId . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CorpusId()
id
- Method Detail |
---|
public java.lang.String getId()
public static java.lang.String getXmltag()
CorpusId
, i. e. 'corpus_id'.
public void setId(java.lang.String id)
id
- the id to setpublic java.lang.String toString()
CorpusId
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |