| Modifier and Type | Field and Description |
|---|---|
protected Integer |
endChar |
protected String |
endToken |
protected Integer |
startChar |
protected String |
startToken |
protected List<TextSpanStored> |
subspans |
protected String |
type |
protected String |
value |
static String |
XML_NAME |
| Constructor and Description |
|---|
TextSpanStored() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterUnmarshal(Unmarshaller u,
Object parent) |
protected List<Object> |
getContent() |
Integer |
getEndChar() |
Integer |
getStartChar() |
TextSpanStored[] |
getSubspans() |
String |
getType() |
String |
getValue() |
boolean |
isTerminal() |
String |
toString() |
public static final String XML_NAME
protected Integer startChar
protected Integer endChar
protected String startToken
protected String endToken
protected String type
protected String value
protected List<TextSpanStored> subspans
protected void afterUnmarshal(Unmarshaller u, Object parent)
public boolean isTerminal()
isTerminal in interface TextSpanpublic TextSpanStored[] getSubspans()
getSubspans in interface TextSpanpublic Integer getStartChar()
getStartChar in interface TextSpanpublic Integer getEndChar()
getEndChar in interface TextSpanCopyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.