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

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

public class MorphologySegmentStored
extends Object
implements MorphologySegment

Author:
Yana Panchenko

Field Summary
protected  String category
           
protected  Integer end
           
protected  String function
           
protected  Integer start
           
protected  List<MorphologySegmentStored> subsegments
           
protected  String type
           
protected  String value
           
static String XML_NAME
           
 
Constructor Summary
MorphologySegmentStored()
           
 
Method Summary
protected  void afterUnmarshal(Unmarshaller u, Object parent)
           
 String getCategory()
           
protected  List<Object> getContent()
           
 Integer getEnd()
           
 String getFunction()
           
 Integer getStart()
           
 MorphologySegment[] getSubsegments()
           
 String getType()
           
 String getValue()
           
 boolean hasCharoffsets()
           
 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

type

protected String type

function

protected String function

category

protected String category

start

protected Integer start

end

protected Integer end

value

protected String value

subsegments

protected List<MorphologySegmentStored> subsegments
Constructor Detail

MorphologySegmentStored

public MorphologySegmentStored()
Method Detail

getContent

protected List<Object> getContent()

afterUnmarshal

protected void afterUnmarshal(Unmarshaller u,
                              Object parent)

getCategory

public String getCategory()
Specified by:
getCategory in interface MorphologySegment

getType

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

getFunction

public String getFunction()
Specified by:
getFunction in interface MorphologySegment

hasCharoffsets

public boolean hasCharoffsets()
Specified by:
hasCharoffsets in interface MorphologySegment

getStart

public Integer getStart()
Specified by:
getStart in interface MorphologySegment

getEnd

public Integer getEnd()
Specified by:
getEnd in interface MorphologySegment

isTerminal

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

getValue

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

getSubsegments

public MorphologySegment[] getSubsegments()
Specified by:
getSubsegments in interface MorphologySegment

toString

public String toString()
Overrides:
toString in class Object


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