Class ExternalAnnotation

    • Constructor Summary

      Constructors 
      Constructor Description
      ExternalAnnotation​(java.lang.String documentId, int start, int end, java.lang.String uimaType)  
    • Constructor Detail

      • ExternalAnnotation

        public ExternalAnnotation​(java.lang.String documentId,
                                  int start,
                                  int end,
                                  java.lang.String uimaType)
    • Method Detail

      • getStart

        public int getStart()
      • setStart

        public void setStart​(int start)
      • getEnd

        public int getEnd()
      • setEnd

        public void setEnd​(int end)
      • getUimaType

        public java.lang.String getUimaType()
      • setUimaType

        public void setUimaType​(java.lang.String uimaType)
      • setDocumentId

        public void setDocumentId​(java.lang.String documentId)