|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsalsa.corpora.elements.Underspecification
public class Underspecification
Represents the 'usp' section in a SalsaXML corpus.
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 |
---|
public Underspecification()
Method Detail |
---|
public UnderspecificationFrameElements getUspfes()
UnderspecificationFrameElements
of this
Underspecification
.
public UnderspecificationFrames getUspframes()
UnderspecificationFrames
of this
Underspecification
.
public static java.lang.String getXmltag()
Underspecification
, i. e.
'usp'.
public void setUspfes(UnderspecificationFrameElements uspfes)
UnderspecificationFrameElements
of this
Underspecification
.
uspfes
- the uspfes to setpublic void setUspframes(UnderspecificationFrames uspframes)
UnderspecificationFrames
of this
Underspecification
.
uspframes
- the uspframes to setpublic java.lang.String toString()
Underspecification
.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |