de.tuebingen.uni.sfs.dspin.tcf.data
Class Sentence

java.lang.Object
  extended by de.tuebingen.uni.sfs.dspin.tcf.data.Sentence

public class Sentence
extends java.lang.Object


Field Summary
static java.lang.String xmlEnd
           
static java.lang.String xmlID
           
static java.lang.String xmlStart
           
static java.lang.String xmlTag
           
 
Method Summary
 int getEnd()
          Get the 'end' attribute value.
 java.lang.String getID()
           
 int getStart()
          Get the 'start' attribute value.
 java.util.List<java.lang.String> getTokenRefs()
          Get the list of 'tokenRef' element items.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

xmlTag

public static final java.lang.String xmlTag
See Also:
Constant Field Values

xmlID

public static final java.lang.String xmlID
See Also:
Constant Field Values

xmlStart

public static final java.lang.String xmlStart
See Also:
Constant Field Values

xmlEnd

public static final java.lang.String xmlEnd
See Also:
Constant Field Values
Method Detail

getTokenRefs

public java.util.List<java.lang.String> getTokenRefs()
Get the list of 'tokenRef' element items.

Returns:
list

getID

public java.lang.String getID()

getStart

public int getStart()
Get the 'start' attribute value.

Returns:
value

getEnd

public int getEnd()
Get the 'end' attribute value.

Returns:
value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object