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