org.apache.uima.simpleserver.config.xml
Interface TypeElementType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TypeElementTypeImpl

public interface TypeElementType
extends org.apache.xmlbeans.XmlObject

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getShortDescription

java.lang.String getShortDescription()
Gets the "shortDescription" element


xgetShortDescription

org.apache.xmlbeans.XmlString xgetShortDescription()
Gets (as xml) the "shortDescription" element


isSetShortDescription

boolean isSetShortDescription()
True if has "shortDescription" element


setShortDescription

void setShortDescription(java.lang.String shortDescription)
Sets the "shortDescription" element


xsetShortDescription

void xsetShortDescription(org.apache.xmlbeans.XmlString shortDescription)
Sets (as xml) the "shortDescription" element


unsetShortDescription

void unsetShortDescription()
Unsets the "shortDescription" element


getLongDescription

java.lang.String getLongDescription()
Gets the "longDescription" element


xgetLongDescription

org.apache.xmlbeans.XmlString xgetLongDescription()
Gets (as xml) the "longDescription" element


isSetLongDescription

boolean isSetLongDescription()
True if has "longDescription" element


setLongDescription

void setLongDescription(java.lang.String longDescription)
Sets the "longDescription" element


xsetLongDescription

void xsetLongDescription(org.apache.xmlbeans.XmlString longDescription)
Sets (as xml) the "longDescription" element


unsetLongDescription

void unsetLongDescription()
Unsets the "longDescription" element


getFilters

TypeElementType.Filters getFilters()
Gets the "filters" element


isSetFilters

boolean isSetFilters()
True if has "filters" element


setFilters

void setFilters(TypeElementType.Filters filters)
Sets the "filters" element


addNewFilters

TypeElementType.Filters addNewFilters()
Appends and returns a new empty "filters" element


unsetFilters

void unsetFilters()
Unsets the "filters" element


getOutputs

TypeElementType.Outputs getOutputs()
Gets the "outputs" element


isSetOutputs

boolean isSetOutputs()
True if has "outputs" element


setOutputs

void setOutputs(TypeElementType.Outputs outputs)
Sets the "outputs" element


addNewOutputs

TypeElementType.Outputs addNewOutputs()
Appends and returns a new empty "outputs" element


unsetOutputs

void unsetOutputs()
Unsets the "outputs" element


getName

java.lang.String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


setName

void setName(java.lang.String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute


getOutputTag

java.lang.String getOutputTag()
Gets the "outputTag" attribute


xgetOutputTag

org.apache.xmlbeans.XmlString xgetOutputTag()
Gets (as xml) the "outputTag" attribute


setOutputTag

void setOutputTag(java.lang.String outputTag)
Sets the "outputTag" attribute


xsetOutputTag

void xsetOutputTag(org.apache.xmlbeans.XmlString outputTag)
Sets (as xml) the "outputTag" attribute


getOutputCoveredText

boolean getOutputCoveredText()
Gets the "outputCoveredText" attribute


xgetOutputCoveredText

org.apache.xmlbeans.XmlBoolean xgetOutputCoveredText()
Gets (as xml) the "outputCoveredText" attribute


isSetOutputCoveredText

boolean isSetOutputCoveredText()
True if has "outputCoveredText" attribute


setOutputCoveredText

void setOutputCoveredText(boolean outputCoveredText)
Sets the "outputCoveredText" attribute


xsetOutputCoveredText

void xsetOutputCoveredText(org.apache.xmlbeans.XmlBoolean outputCoveredText)
Sets (as xml) the "outputCoveredText" attribute


unsetOutputCoveredText

void unsetOutputCoveredText()
Unsets the "outputCoveredText" attribute


getOutputAll

boolean getOutputAll()
Gets the "outputAll" attribute


xgetOutputAll

org.apache.xmlbeans.XmlBoolean xgetOutputAll()
Gets (as xml) the "outputAll" attribute


isSetOutputAll

boolean isSetOutputAll()
True if has "outputAll" attribute


setOutputAll

void setOutputAll(boolean outputAll)
Sets the "outputAll" attribute


xsetOutputAll

void xsetOutputAll(org.apache.xmlbeans.XmlBoolean outputAll)
Sets (as xml) the "outputAll" attribute


unsetOutputAll

void unsetOutputAll()
Unsets the "outputAll" attribute



Copyright © 2011. All Rights Reserved.