|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.cas.impl.FeatureStructureImpl
org.apache.uima.jcas.cas.TOP
org.apache.uima.jcas.cas.AnnotationBase
org.apache.uima.jcas.tcas.Annotation
anl.aida.types.DocumentMetaData
public class DocumentMetaData
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 |
---|
public static final int typeIndexID
public static final int type
Constructor Detail |
---|
protected DocumentMetaData()
public DocumentMetaData(int addr, org.apache.uima.jcas.cas.TOP_Type type)
public DocumentMetaData(org.apache.uima.jcas.JCas jcas)
public DocumentMetaData(org.apache.uima.jcas.JCas jcas, int begin, int end)
Method Detail |
---|
public int getTypeIndexID()
getTypeIndexID
in class org.apache.uima.jcas.tcas.Annotation
private void readObject()
public java.lang.String getTitle()
public void setTitle(java.lang.String v)
public java.lang.String getLocation()
public void setLocation(java.lang.String v)
public org.apache.uima.jcas.cas.FSArray getAuthors()
public void setAuthors(org.apache.uima.jcas.cas.FSArray v)
public Name getAuthors(int i)
public void setAuthors(int i, Name v)
public Date getDate()
public void setDate(Date v)
public java.lang.String getSource()
public void setSource(java.lang.String v)
public java.lang.String getLink()
public void setLink(java.lang.String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |