salsa.corpora.elements
Class Secedgelabel

java.lang.Object
  extended by salsa.corpora.elements.Secedgelabel

public class Secedgelabel
extends java.lang.Object

Represents the 'secedgelabel' section in a SalsaXML corpus.

Author:
Fabian Shirokov

Constructor Summary
Secedgelabel()
          Zero-argumented default constructor.
 
Method Summary
 void addValue(Value newValue)
          Adds a new Value to this Secedgelabel.
 java.util.ArrayList<Value> getValues()
          Returns the list of Value elements.
static java.lang.String getXmltag()
          Returns the XML element name of Secedgelabel, i. e.
 java.lang.String toString()
          Returns a recursively created XML representation of this Secedgelabel.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Secedgelabel

public Secedgelabel()
Zero-argumented default constructor.

Method Detail

addValue

public void addValue(Value newValue)
Adds a new Value to this Secedgelabel.


getValues

public java.util.ArrayList<Value> getValues()
Returns the list of Value elements.

Returns:
the values

getXmltag

public static java.lang.String getXmltag()
Returns the XML element name of Secedgelabel, i. e. 'secedgelabel'.

Returns:
the xmltag

toString

public java.lang.String toString()
Returns a recursively created XML representation of this Secedgelabel.

Overrides:
toString in class java.lang.Object