com.raritantechnologies.uima
Class RaritanAnnotation

java.lang.Object
  extended byAnnotation
      extended bycom.raritantechnologies.uima.RaritanAnnotation

public class RaritanAnnotation
extends Annotation

Default UIMA Annotation generated by Raritan Framework.


Developed by Raritan Technologies .

Author:
Ted Sullivan
See Also:
Serialized Form

Field Summary
static int type
           
static int typeIndexID
           
 
Constructor Summary
protected RaritanAnnotation()
          Never called.
  RaritanAnnotation(int addr, TOP_Type type)
          Internal - constructor used by generator
  RaritanAnnotation(JCas jcas)
           
  RaritanAnnotation(JCas jcas, int begin, int end)
           
 
Method Summary
 java.lang.String getData()
          getter for data - gets annotation data
 java.lang.String getName()
          getter for name - gets annotation name
 int getTypeIndexID()
           
 void setData(java.lang.String v)
          setter for data - sets Data of annotation
 void setName(java.lang.String v)
          setter for name - sets Name of annotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

RaritanAnnotation

protected RaritanAnnotation()
Never called. Disable default constructor


RaritanAnnotation

public RaritanAnnotation(int addr,
                         TOP_Type type)
Internal - constructor used by generator


RaritanAnnotation

public RaritanAnnotation(JCas jcas)

RaritanAnnotation

public RaritanAnnotation(JCas jcas,
                         int begin,
                         int end)
Method Detail

getTypeIndexID

public int getTypeIndexID()

getName

public java.lang.String getName()
getter for name - gets annotation name


setName

public void setName(java.lang.String v)
setter for name - sets Name of annotation


getData

public java.lang.String getData()
getter for data - gets annotation data


setData

public void setData(java.lang.String v)
setter for data - sets Data of annotation