|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gate.xml.GateFormatXmlDocumentHandler.AnnotationObject
An inner class modeling the information contained by an annotation.
Field Summary | |
private String |
elemName
|
private Long |
end
|
private FeatureMap |
fm
|
private Long |
start
|
Constructor Summary | |
GateFormatXmlDocumentHandler.AnnotationObject()
Constructor |
Method Summary | |
String |
getElemName()
Accesor for the annotation type modeled here as ElemName |
Long |
getEnd()
Accesor for the end offset |
FeatureMap |
getFM()
Accesor for the feature map |
Long |
getStart()
Accesor for the start ofset |
void |
setElemName(String anElemName)
Mutator for the annotation type |
void |
setEnd(Long anEnd)
Mutator for the end offset |
void |
setFM(FeatureMap aFm)
Mutator for the feature map |
void |
setStart(Long aStart)
Mutator for the start offset |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private String elemName
private FeatureMap fm
private Long start
private Long end
Constructor Detail |
public GateFormatXmlDocumentHandler.AnnotationObject()
Method Detail |
public String getElemName()
public FeatureMap getFM()
public Long getStart()
public Long getEnd()
public void setElemName(String anElemName)
public void setFM(FeatureMap aFm)
public void setStart(Long aStart)
public void setEnd(Long anEnd)
public String toString()
toString
in class Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |