public class XMLParsingDescription
extends org.apache.uima.jcas.cas.TOP
| Modifier and Type | Field and Description |
|---|---|
static int |
type |
static int |
typeIndexID |
| Modifier | Constructor and Description |
|---|---|
protected |
XMLParsingDescription()
Never called.
|
|
XMLParsingDescription(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
Internal - constructor used by generator
|
|
XMLParsingDescription(org.apache.uima.jcas.JCas jcas) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
getter for Encoding - gets
|
int |
getTypeIndexID() |
org.apache.uima.jcas.cas.StringArray |
getXmlDeclarations()
getter for XmlDeclarations - gets
|
String |
getXmlDeclarations(int i)
indexed getter for XmlDeclarations - gets an indexed value -
|
void |
setEncoding(String v)
setter for Encoding - sets
|
void |
setXmlDeclarations(int i,
String v)
indexed setter for XmlDeclarations - sets an indexed value -
|
void |
setXmlDeclarations(org.apache.uima.jcas.cas.StringArray v)
setter for XmlDeclarations - sets
|
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexesclone, getavoidcollisionTypeCode, 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, toStringpublic static final int typeIndexID
public static final int type
protected XMLParsingDescription()
public XMLParsingDescription(int addr,
org.apache.uima.jcas.cas.TOP_Type type)
addr - low level Feature Structure referencetype - the type of this Feature Structurepublic XMLParsingDescription(org.apache.uima.jcas.JCas jcas)
jcas - JCas to which this Feature Structure belongspublic int getTypeIndexID()
getTypeIndexID in class org.apache.uima.jcas.cas.TOPpublic String getEncoding()
public void setEncoding(String v)
v - value to set into the featurepublic org.apache.uima.jcas.cas.StringArray getXmlDeclarations()
public void setXmlDeclarations(org.apache.uima.jcas.cas.StringArray v)
v - value to set into the featurepublic String getXmlDeclarations(int i)
i - index in the array to getpublic void setXmlDeclarations(int i,
String v)
i - index in the array to setv - value to set into the arrayCopyright © 2018. All rights reserved.