|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeElementType
An XML TypeElementType(@http://uima.apache.org/simpleserver/config/xml). This is a complex type.
Nested Class Summary | |
---|---|
static class |
TypeElementType.Factory
A factory class with static methods for creating instances of this type. |
static interface |
TypeElementType.Filters
An XML filters(@http://uima.apache.org/simpleserver/config/xml). |
static interface |
TypeElementType.Outputs
An XML outputs(@http://uima.apache.org/simpleserver/config/xml). |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
TypeElementType.Filters |
addNewFilters()
Appends and returns a new empty "filters" element |
TypeElementType.Outputs |
addNewOutputs()
Appends and returns a new empty "outputs" element |
TypeElementType.Filters |
getFilters()
Gets the "filters" element |
java.lang.String |
getLongDescription()
Gets the "longDescription" element |
java.lang.String |
getName()
Gets the "name" attribute |
boolean |
getOutputAll()
Gets the "outputAll" attribute |
boolean |
getOutputCoveredText()
Gets the "outputCoveredText" attribute |
TypeElementType.Outputs |
getOutputs()
Gets the "outputs" element |
java.lang.String |
getOutputTag()
Gets the "outputTag" attribute |
java.lang.String |
getShortDescription()
Gets the "shortDescription" element |
boolean |
isSetFilters()
True if has "filters" element |
boolean |
isSetLongDescription()
True if has "longDescription" element |
boolean |
isSetOutputAll()
True if has "outputAll" attribute |
boolean |
isSetOutputCoveredText()
True if has "outputCoveredText" attribute |
boolean |
isSetOutputs()
True if has "outputs" element |
boolean |
isSetShortDescription()
True if has "shortDescription" element |
void |
setFilters(TypeElementType.Filters filters)
Sets the "filters" element |
void |
setLongDescription(java.lang.String longDescription)
Sets the "longDescription" element |
void |
setName(java.lang.String name)
Sets the "name" attribute |
void |
setOutputAll(boolean outputAll)
Sets the "outputAll" attribute |
void |
setOutputCoveredText(boolean outputCoveredText)
Sets the "outputCoveredText" attribute |
void |
setOutputs(TypeElementType.Outputs outputs)
Sets the "outputs" element |
void |
setOutputTag(java.lang.String outputTag)
Sets the "outputTag" attribute |
void |
setShortDescription(java.lang.String shortDescription)
Sets the "shortDescription" element |
void |
unsetFilters()
Unsets the "filters" element |
void |
unsetLongDescription()
Unsets the "longDescription" element |
void |
unsetOutputAll()
Unsets the "outputAll" attribute |
void |
unsetOutputCoveredText()
Unsets the "outputCoveredText" attribute |
void |
unsetOutputs()
Unsets the "outputs" element |
void |
unsetShortDescription()
Unsets the "shortDescription" element |
org.apache.xmlbeans.XmlString |
xgetLongDescription()
Gets (as xml) the "longDescription" element |
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetOutputAll()
Gets (as xml) the "outputAll" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetOutputCoveredText()
Gets (as xml) the "outputCoveredText" attribute |
org.apache.xmlbeans.XmlString |
xgetOutputTag()
Gets (as xml) the "outputTag" attribute |
org.apache.xmlbeans.XmlString |
xgetShortDescription()
Gets (as xml) the "shortDescription" element |
void |
xsetLongDescription(org.apache.xmlbeans.XmlString longDescription)
Sets (as xml) the "longDescription" element |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute |
void |
xsetOutputAll(org.apache.xmlbeans.XmlBoolean outputAll)
Sets (as xml) the "outputAll" attribute |
void |
xsetOutputCoveredText(org.apache.xmlbeans.XmlBoolean outputCoveredText)
Sets (as xml) the "outputCoveredText" attribute |
void |
xsetOutputTag(org.apache.xmlbeans.XmlString outputTag)
Sets (as xml) the "outputTag" attribute |
void |
xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
Sets (as xml) the "shortDescription" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String getShortDescription()
org.apache.xmlbeans.XmlString xgetShortDescription()
boolean isSetShortDescription()
void setShortDescription(java.lang.String shortDescription)
void xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
void unsetShortDescription()
java.lang.String getLongDescription()
org.apache.xmlbeans.XmlString xgetLongDescription()
boolean isSetLongDescription()
void setLongDescription(java.lang.String longDescription)
void xsetLongDescription(org.apache.xmlbeans.XmlString longDescription)
void unsetLongDescription()
TypeElementType.Filters getFilters()
boolean isSetFilters()
void setFilters(TypeElementType.Filters filters)
TypeElementType.Filters addNewFilters()
void unsetFilters()
TypeElementType.Outputs getOutputs()
boolean isSetOutputs()
void setOutputs(TypeElementType.Outputs outputs)
TypeElementType.Outputs addNewOutputs()
void unsetOutputs()
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
java.lang.String getOutputTag()
org.apache.xmlbeans.XmlString xgetOutputTag()
void setOutputTag(java.lang.String outputTag)
void xsetOutputTag(org.apache.xmlbeans.XmlString outputTag)
boolean getOutputCoveredText()
org.apache.xmlbeans.XmlBoolean xgetOutputCoveredText()
boolean isSetOutputCoveredText()
void setOutputCoveredText(boolean outputCoveredText)
void xsetOutputCoveredText(org.apache.xmlbeans.XmlBoolean outputCoveredText)
void unsetOutputCoveredText()
boolean getOutputAll()
org.apache.xmlbeans.XmlBoolean xgetOutputAll()
boolean isSetOutputAll()
void setOutputAll(boolean outputAll)
void xsetOutputAll(org.apache.xmlbeans.XmlBoolean outputAll)
void unsetOutputAll()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |