public class MorphologySegmentStored extends Object implements MorphologySegment
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected Integer |
end |
protected LinkedHashMap<QName,String> |
extraAttributes |
protected String |
function |
protected Integer |
start |
protected List<MorphologySegmentStored> |
subsegments |
protected String |
type |
protected String |
value |
static String |
XML_NAME |
| Constructor and Description |
|---|
MorphologySegmentStored() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterUnmarshal(Unmarshaller u,
Object parent) |
String |
getCategory() |
protected List<Object> |
getContent() |
Integer |
getEnd() |
LinkedHashMap<String,String> |
getExtraAttributes() |
String |
getFunction() |
Integer |
getStart() |
MorphologySegment[] |
getSubsegments() |
String |
getType() |
String |
getValue() |
boolean |
hasCharoffsets() |
boolean |
isTerminal() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitretrieveAttributespublic static final String XML_NAME
protected String type
protected String function
protected String category
protected Integer start
protected Integer end
protected String value
protected List<MorphologySegmentStored> subsegments
protected LinkedHashMap<QName,String> extraAttributes
protected void afterUnmarshal(Unmarshaller u, Object parent)
public String getCategory()
getCategory in interface MorphologySegmentpublic String getType()
getType in interface MorphologySegmentpublic String getFunction()
getFunction in interface MorphologySegmentpublic boolean hasCharoffsets()
hasCharoffsets in interface MorphologySegmentpublic Integer getStart()
getStart in interface MorphologySegmentpublic Integer getEnd()
getEnd in interface MorphologySegmentpublic boolean isTerminal()
isTerminal in interface MorphologySegmentpublic String getValue()
getValue in interface MorphologySegmentpublic MorphologySegment[] getSubsegments()
getSubsegments in interface MorphologySegmentpublic LinkedHashMap<String,String> getExtraAttributes()
getExtraAttributes in interface ExtraAttributesCopyright © 2013-2019 Department of Linguistics, Tübingen University. All Rights Reserved.