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

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

public interface And
extends FilterType

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


Nested Class Summary
static class And.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 value (as xml) as the last "and" element
 SimpleFilterType addNewFilter()
          Appends and returns a new empty value (as xml) as the last "filter" element
 Or addNewOr()
          Appends and returns a new empty value (as xml) as the last "or" element
 And[] getAndArray()
          Gets array of all "and" elements
 And getAndArray(int i)
          Gets ith "and" element
 SimpleFilterType[] getFilterArray()
          Gets array of all "filter" elements
 SimpleFilterType getFilterArray(int i)
          Gets ith "filter" element
 Or[] getOrArray()
          Gets array of all "or" elements
 Or getOrArray(int i)
          Gets ith "or" element
 And insertNewAnd(int i)
          Inserts and returns a new empty value (as xml) as the ith "and" element
 SimpleFilterType insertNewFilter(int i)
          Inserts and returns a new empty value (as xml) as the ith "filter" element
 Or insertNewOr(int i)
          Inserts and returns a new empty value (as xml) as the ith "or" element
 void removeAnd(int i)
          Removes the ith "and" element
 void removeFilter(int i)
          Removes the ith "filter" element
 void removeOr(int i)
          Removes the ith "or" element
 void setAndArray(And[] andArray)
          Sets array of all "and" element
 void setAndArray(int i, And and)
          Sets ith "and" element
 void setFilterArray(int i, SimpleFilterType filter)
          Sets ith "filter" element
 void setFilterArray(SimpleFilterType[] filterArray)
          Sets array of all "filter" element
 void setOrArray(int i, Or or)
          Sets ith "or" element
 void setOrArray(Or[] orArray)
          Sets array of all "or" element
 int sizeOfAndArray()
          Returns number of "and" element
 int sizeOfFilterArray()
          Returns number of "filter" element
 int sizeOfOrArray()
          Returns number of "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

getFilterArray

SimpleFilterType[] getFilterArray()
Gets array of all "filter" elements


getFilterArray

SimpleFilterType getFilterArray(int i)
Gets ith "filter" element


sizeOfFilterArray

int sizeOfFilterArray()
Returns number of "filter" element


setFilterArray

void setFilterArray(SimpleFilterType[] filterArray)
Sets array of all "filter" element


setFilterArray

void setFilterArray(int i,
                    SimpleFilterType filter)
Sets ith "filter" element


insertNewFilter

SimpleFilterType insertNewFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "filter" element


addNewFilter

SimpleFilterType addNewFilter()
Appends and returns a new empty value (as xml) as the last "filter" element


removeFilter

void removeFilter(int i)
Removes the ith "filter" element


getOrArray

Or[] getOrArray()
Gets array of all "or" elements


getOrArray

Or getOrArray(int i)
Gets ith "or" element


sizeOfOrArray

int sizeOfOrArray()
Returns number of "or" element


setOrArray

void setOrArray(Or[] orArray)
Sets array of all "or" element


setOrArray

void setOrArray(int i,
                Or or)
Sets ith "or" element


insertNewOr

Or insertNewOr(int i)
Inserts and returns a new empty value (as xml) as the ith "or" element


addNewOr

Or addNewOr()
Appends and returns a new empty value (as xml) as the last "or" element


removeOr

void removeOr(int i)
Removes the ith "or" element


getAndArray

And[] getAndArray()
Gets array of all "and" elements


getAndArray

And getAndArray(int i)
Gets ith "and" element


sizeOfAndArray

int sizeOfAndArray()
Returns number of "and" element


setAndArray

void setAndArray(And[] andArray)
Sets array of all "and" element


setAndArray

void setAndArray(int i,
                 And and)
Sets ith "and" element


insertNewAnd

And insertNewAnd(int i)
Inserts and returns a new empty value (as xml) as the ith "and" element


addNewAnd

And addNewAnd()
Appends and returns a new empty value (as xml) as the last "and" element


removeAnd

void removeAnd(int i)
Removes the ith "and" element



Copyright © 2011. All Rights Reserved.