org.apache.uima.tutorial
Class Meeting

java.lang.Object
  extended by org.apache.uima.cas.impl.FeatureStructureImpl
      extended by org.apache.uima.jcas.cas.TOP
          extended by org.apache.uima.jcas.cas.AnnotationBase
              extended by org.apache.uima.jcas.tcas.Annotation
                  extended by org.apache.uima.tutorial.Meeting
All Implemented Interfaces:
java.lang.Cloneable, AnnotationBaseFS, FeatureStructure, AnnotationFS
Direct Known Subclasses:
UimaMeeting

public class Meeting
extends Annotation

Updated by JCasGen Mon Nov 29 15:02:38 EST 2004 XML source: C:/Program Files/apache/uima/examples/descriptors/tutorial/ex6/TutorialTypeSystem.xml


Field Summary
static int type
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP
addr, jcasType
 
Constructor Summary
protected Meeting()
          Never called.
  Meeting(int addr, TOP_Type type)
          Internal - constructor used by generator
  Meeting(JCas jcas)
           
  Meeting(JCas jcas, int begin, int end)
           
  Meeting(JCas jcas, int start, int end, RoomNumber room, DateAnnot date, TimeAnnot startTime, TimeAnnot endTime)
          Custom constructor taking all parameters
 
Method Summary
 DateAnnot getDate()
          getter for date - gets
 TimeAnnot getEndTime()
          getter for endTime - gets
 RoomNumber getRoom()
          getter for room - gets
 TimeAnnot getStartTime()
          getter for startTime - gets
 int getTypeIndexID()
          used to obtain reference to the TOP_Type instance
 void setDate(DateAnnot v)
          setter for date - sets
 void setEndTime(TimeAnnot v)
          setter for endTime - sets
 void setRoom(RoomNumber v)
          setter for room - sets
 void setStartTime(TimeAnnot v)
          setter for startTime - sets
 java.lang.String toString()
           
 
Methods inherited from class org.apache.uima.jcas.tcas.Annotation
getBegin, getCoveredText, getEnd, getStart, setBegin, setEnd
 
Methods inherited from class org.apache.uima.jcas.cas.AnnotationBase
getSofa, getView
 
Methods inherited from class org.apache.uima.jcas.cas.TOP
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
 
Methods inherited from class org.apache.uima.cas.impl.FeatureStructureImpl
clone, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.uima.cas.AnnotationBaseFS
getView
 
Methods inherited from interface org.apache.uima.cas.FeatureStructure
clone, equals, getBooleanValue, getByteValue, getCAS, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, hashCode, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue
 

Field Detail

typeIndexID

public static final int typeIndexID

type

public static final int type
Constructor Detail

Meeting

protected Meeting()
Never called. Disable default constructor


Meeting

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


Meeting

public Meeting(JCas jcas)

Meeting

public Meeting(JCas jcas,
               int begin,
               int end)

Meeting

public Meeting(JCas jcas,
               int start,
               int end,
               RoomNumber room,
               DateAnnot date,
               TimeAnnot startTime,
               TimeAnnot endTime)
Custom constructor taking all parameters

Method Detail

getTypeIndexID

public int getTypeIndexID()
Description copied from class: TOP
used to obtain reference to the TOP_Type instance

Overrides:
getTypeIndexID in class Annotation
Returns:
the type array index

getRoom

public RoomNumber getRoom()
getter for room - gets


setRoom

public void setRoom(RoomNumber v)
setter for room - sets


getDate

public DateAnnot getDate()
getter for date - gets


setDate

public void setDate(DateAnnot v)
setter for date - sets


getStartTime

public TimeAnnot getStartTime()
getter for startTime - gets


setStartTime

public void setStartTime(TimeAnnot v)
setter for startTime - sets


getEndTime

public TimeAnnot getEndTime()
getter for endTime - gets


setEndTime

public void setEndTime(TimeAnnot v)
setter for endTime - sets


toString

public java.lang.String toString()
Overrides:
toString in class FeatureStructureImpl


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.