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

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
TypeElementTypeImpl.FiltersImpl
Enclosing interface:
TypeElementType

public static interface TypeElementType.Filters
extends org.apache.xmlbeans.XmlObject

An XML filters(@http://uima.apache.org/simpleserver/config/xml). This is a complex type.


Nested Class Summary
static class TypeElementType.Filters.Factory
          A factory class with static methods for creating instances of this type.
 
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
 And addNewAnd()
          Appends and returns a new empty "and" element
 SimpleFilterType addNewFilter()
          Appends and returns a new empty "filter" element
 Or addNewOr()
          Appends and returns a new empty "or" element
 And getAnd()
          Gets the "and" element
 SimpleFilterType getFilter()
          Gets the "filter" element
 Or getOr()
          Gets the "or" element
 boolean isSetAnd()
          True if has "and" element
 boolean isSetFilter()
          True if has "filter" element
 boolean isSetOr()
          True if has "or" element
 void setAnd(And and)
          Sets the "and" element
 void setFilter(SimpleFilterType filter)
          Sets the "filter" element
 void setOr(Or or)
          Sets the "or" element
 void unsetAnd()
          Unsets the "and" element
 void unsetFilter()
          Unsets the "filter" element
 void unsetOr()
          Unsets the "or" 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

getFilter

SimpleFilterType getFilter()
Gets the "filter" element


isSetFilter

boolean isSetFilter()
True if has "filter" element


setFilter

void setFilter(SimpleFilterType filter)
Sets the "filter" element


addNewFilter

SimpleFilterType addNewFilter()
Appends and returns a new empty "filter" element


unsetFilter

void unsetFilter()
Unsets the "filter" element


getOr

Or getOr()
Gets the "or" element


isSetOr

boolean isSetOr()
True if has "or" element


setOr

void setOr(Or or)
Sets the "or" element


addNewOr

Or addNewOr()
Appends and returns a new empty "or" element


unsetOr

void unsetOr()
Unsets the "or" element


getAnd

And getAnd()
Gets the "and" element


isSetAnd

boolean isSetAnd()
True if has "and" element


setAnd

void setAnd(And and)
Sets the "and" element


addNewAnd

And addNewAnd()
Appends and returns a new empty "and" element


unsetAnd

void unsetAnd()
Unsets the "and" element



Copyright © 2011. All Rights Reserved.