anl.aida.types
Class DocumentMetaData

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 anl.aida.types.DocumentMetaData
All Implemented Interfaces:
java.lang.Cloneable, org.apache.uima.cas.AnnotationBaseFS, org.apache.uima.cas.FeatureStructure, org.apache.uima.cas.text.AnnotationFS

public class DocumentMetaData
extends org.apache.uima.jcas.tcas.Annotation

Updated by JCasGen Mon Mar 16 15:58:25 EDT 2009 XML source: /Users/nick/Documents/workspace/fusion/Core/desc/DocumentMetaData.xml


Field Summary
static int type
           
static int typeIndexID
           
 
Fields inherited from class org.apache.uima.jcas.cas.TOP
addr, jcasType
 
Constructor Summary
protected DocumentMetaData()
          Never called.
  DocumentMetaData(int addr, org.apache.uima.jcas.cas.TOP_Type type)
          Internal - constructor used by generator
  DocumentMetaData(org.apache.uima.jcas.JCas jcas)
           
  DocumentMetaData(org.apache.uima.jcas.JCas jcas, int begin, int end)
           
 
Method Summary
 org.apache.uima.jcas.cas.FSArray getAuthors()
          getter for authors - gets array of authors
 Name getAuthors(int i)
          indexed getter for authors - gets an indexed value - array of authors
 Date getDate()
          getter for date - gets
 java.lang.String getLink()
          getter for link - gets a link to more info (optional)
 java.lang.String getLocation()
          getter for location - gets document location
 java.lang.String getSource()
          getter for source - gets The source of the document
 java.lang.String getTitle()
          getter for title - gets document title
 int getTypeIndexID()
           
private  void readObject()
          Write your own initialization here
 void setAuthors(org.apache.uima.jcas.cas.FSArray v)
          setter for authors - sets array of authors
 void setAuthors(int i, Name v)
          indexed setter for authors - sets an indexed value - array of authors
 void setDate(Date v)
          setter for date - sets
 void setLink(java.lang.String v)
          setter for link - sets a link to more info (optional)
 void setLocation(java.lang.String v)
          setter for location - sets document location
 void setSource(java.lang.String v)
          setter for source - sets The source of the document
 void setTitle(java.lang.String v)
          setter for title - sets document title
 
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, 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

DocumentMetaData

protected DocumentMetaData()
Never called. Disable default constructor


DocumentMetaData

public DocumentMetaData(int addr,
                        org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator


DocumentMetaData

public DocumentMetaData(org.apache.uima.jcas.JCas jcas)

DocumentMetaData

public DocumentMetaData(org.apache.uima.jcas.JCas jcas,
                        int begin,
                        int end)
Method Detail

getTypeIndexID

public int getTypeIndexID()
Overrides:
getTypeIndexID in class org.apache.uima.jcas.tcas.Annotation

readObject

private void readObject()
Write your own initialization here


getTitle

public java.lang.String getTitle()
getter for title - gets document title


setTitle

public void setTitle(java.lang.String v)
setter for title - sets document title


getLocation

public java.lang.String getLocation()
getter for location - gets document location


setLocation

public void setLocation(java.lang.String v)
setter for location - sets document location


getAuthors

public org.apache.uima.jcas.cas.FSArray getAuthors()
getter for authors - gets array of authors


setAuthors

public void setAuthors(org.apache.uima.jcas.cas.FSArray v)
setter for authors - sets array of authors


getAuthors

public Name getAuthors(int i)
indexed getter for authors - gets an indexed value - array of authors


setAuthors

public void setAuthors(int i,
                       Name v)
indexed setter for authors - sets an indexed value - array of authors


getDate

public Date getDate()
getter for date - gets


setDate

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


getSource

public java.lang.String getSource()
getter for source - gets The source of the document


setSource

public void setSource(java.lang.String v)
setter for source - sets The source of the document


getLink

public java.lang.String getLink()
getter for link - gets a link to more info (optional)


setLink

public void setLink(java.lang.String v)
setter for link - sets a link to more info (optional)