salsa.corpora.elements
Class Underspecification

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

public class Underspecification
extends java.lang.Object

Represents the 'usp' section in a SalsaXML corpus.

Author:
Fabian Shirokov

Constructor Summary
Underspecification()
          Zero-argumented default constructor.
 
Method Summary
 UnderspecificationFrameElements getUspfes()
          Returns the UnderspecificationFrameElements of this Underspecification.
 UnderspecificationFrames getUspframes()
          Returns the UnderspecificationFrames of this Underspecification.
static java.lang.String getXmltag()
          Returns the XML element name of Underspecification, i. e.
 void setUspfes(UnderspecificationFrameElements uspfes)
          Sets the UnderspecificationFrameElements of this Underspecification.
 void setUspframes(UnderspecificationFrames uspframes)
          Sets the UnderspecificationFrames of this Underspecification.
 java.lang.String toString()
          Returns a recursively created XML representation of this Underspecification.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Underspecification

public Underspecification()
Zero-argumented default constructor.

Method Detail

getUspfes

public UnderspecificationFrameElements getUspfes()
Returns the UnderspecificationFrameElements of this Underspecification.

Returns:
the uspfes

getUspframes

public UnderspecificationFrames getUspframes()
Returns the UnderspecificationFrames of this Underspecification.

Returns:
the uspframes

getXmltag

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

Returns:
the xmltag

setUspfes

public void setUspfes(UnderspecificationFrameElements uspfes)
Sets the UnderspecificationFrameElements of this Underspecification.

Parameters:
uspfes - the uspfes to set

setUspframes

public void setUspframes(UnderspecificationFrames uspframes)
Sets the UnderspecificationFrames of this Underspecification.

Parameters:
uspframes - the uspframes to set

toString

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

Overrides:
toString in class java.lang.Object