eu.clarin.weblicht.wlfxb.tc.xb
Class TextSpanStored

java.lang.Object
  extended by eu.clarin.weblicht.wlfxb.tc.xb.TextSpanStored
All Implemented Interfaces:
TextSpan

public class TextSpanStored
extends Object
implements TextSpan

Author:
Yana Panchenko

Field Summary
protected  String endToken
           
protected  String startToken
           
protected  List<TextSpanStored> subspans
           
protected  String type
           
protected  String value
           
static String XML_NAME
           
 
Constructor Summary
TextSpanStored()
           
 
Method Summary
protected  void afterUnmarshal(Unmarshaller u, Object parent)
           
protected  List<Object> getContent()
           
 TextSpanStored[] getSubspans()
           
 String getType()
           
 String getValue()
           
 boolean isTerminal()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_NAME

public static final String XML_NAME
See Also:
Constant Field Values

startToken

protected String startToken

endToken

protected String endToken

type

protected String type

value

protected String value

subspans

protected List<TextSpanStored> subspans
Constructor Detail

TextSpanStored

public TextSpanStored()
Method Detail

getContent

protected List<Object> getContent()

afterUnmarshal

protected void afterUnmarshal(Unmarshaller u,
                              Object parent)

getType

public String getType()
Specified by:
getType in interface TextSpan

isTerminal

public boolean isTerminal()
Specified by:
isTerminal in interface TextSpan

getValue

public String getValue()
Specified by:
getValue in interface TextSpan

getSubspans

public TextSpanStored[] getSubspans()
Specified by:
getSubspans in interface TextSpan

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.