public class DocumentAnnotation extends Object implements Serializable
Constructor and Description |
---|
DocumentAnnotation() |
DocumentAnnotation(UimaType uimaType,
Document doc) |
Modifier and Type | Method and Description |
---|---|
Integer |
getBegin() |
String |
getCoveredText() |
Document |
getDocument() |
int |
getDocumentAnnotationID() |
Integer |
getEnd() |
UimaType |
getUimaType() |
void |
setBegin(Integer begin) |
void |
setCoveredText(String coveredText) |
void |
setDocument(Document document) |
void |
setDocumentAnnotationID(int documentAnnotationID) |
void |
setEnd(Integer end) |
void |
setUimaType(UimaType uimaType) |
public Integer getBegin()
public String getCoveredText()
public Document getDocument()
public int getDocumentAnnotationID()
public Integer getEnd()
public UimaType getUimaType()
public void setBegin(Integer begin)
public void setCoveredText(String coveredText)
public void setDocument(Document document)
public void setDocumentAnnotationID(int documentAnnotationID)
public void setEnd(Integer end)
public void setUimaType(UimaType uimaType)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.