public interface TypeElementType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
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).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
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
|
String |
getLongDescription()
Gets the "longDescription" element
|
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
|
String |
getOutputTag()
Gets the "outputTag" attribute
|
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(String longDescription)
Sets the "longDescription" element
|
void |
setName(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(String outputTag)
Sets the "outputTag" attribute
|
void |
setShortDescription(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
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
String getShortDescription()
org.apache.xmlbeans.XmlString xgetShortDescription()
boolean isSetShortDescription()
void setShortDescription(String shortDescription)
void xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
void unsetShortDescription()
String getLongDescription()
org.apache.xmlbeans.XmlString xgetLongDescription()
boolean isSetLongDescription()
void setLongDescription(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()
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getOutputTag()
org.apache.xmlbeans.XmlString xgetOutputTag()
void setOutputTag(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()
Copyright © 2015. All rights reserved.