|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgate.corpora.DocumentStaxUtils.AnnotationObject
static class DocumentStaxUtils.AnnotationObject
An inner class modeling the information contained by an annotation.
| Field Summary | |
|---|---|
private String |
elemName
|
private Long |
end
|
private FeatureMap |
fm
|
private Integer |
id
|
private Long |
start
|
| Constructor Summary | |
|---|---|
DocumentStaxUtils.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 |
Integer |
getId()
Accesor for the id |
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 |
setId(Integer anId)
Mutator for the id |
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
private Integer id
| Constructor Detail |
|---|
public DocumentStaxUtils.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 Integer getId()
public void setId(Integer anId)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||