Uses of Interface
org.apache.uima.simpleserver.config.xml.SimpleFilterType

Packages that use SimpleFilterType
org.apache.uima.simpleserver.config.xml   
org.apache.uima.simpleserver.config.xml.impl   
 

Uses of SimpleFilterType in org.apache.uima.simpleserver.config.xml
 

Methods in org.apache.uima.simpleserver.config.xml that return SimpleFilterType
 SimpleFilterType TypeElementType.Filters.addNewFilter()
          Appends and returns a new empty "filter" element
 SimpleFilterType And.addNewFilter()
          Appends and returns a new empty value (as xml) as the last "filter" element
 SimpleFilterType Or.addNewFilter()
          Appends and returns a new empty value (as xml) as the last "filter" element
 SimpleFilterType TypeElementType.Filters.getFilter()
          Gets the "filter" element
 SimpleFilterType[] And.getFilterArray()
          Gets array of all "filter" elements
 SimpleFilterType[] Or.getFilterArray()
          Gets array of all "filter" elements
 SimpleFilterType And.getFilterArray(int i)
          Gets ith "filter" element
 SimpleFilterType Or.getFilterArray(int i)
          Gets ith "filter" element
 SimpleFilterType And.insertNewFilter(int i)
          Inserts and returns a new empty value (as xml) as the ith "filter" element
 SimpleFilterType Or.insertNewFilter(int i)
          Inserts and returns a new empty value (as xml) as the ith "filter" element
static SimpleFilterType SimpleFilterType.Factory.newInstance()
           
static SimpleFilterType SimpleFilterType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.io.File file)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.io.InputStream is)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static SimpleFilterType SimpleFilterType.Factory.parse(org.w3c.dom.Node node)
           
static SimpleFilterType SimpleFilterType.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.io.Reader r)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.lang.String xmlAsString)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.net.URL u)
           
static SimpleFilterType SimpleFilterType.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static SimpleFilterType SimpleFilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static SimpleFilterType SimpleFilterType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static SimpleFilterType SimpleFilterType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static SimpleFilterType SimpleFilterType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.uima.simpleserver.config.xml with parameters of type SimpleFilterType
 void TypeElementType.Filters.setFilter(SimpleFilterType filter)
          Sets the "filter" element
 void And.setFilterArray(int i, SimpleFilterType filter)
          Sets ith "filter" element
 void Or.setFilterArray(int i, SimpleFilterType filter)
          Sets ith "filter" element
 void And.setFilterArray(SimpleFilterType[] filterArray)
          Sets array of all "filter" element
 void Or.setFilterArray(SimpleFilterType[] filterArray)
          Sets array of all "filter" element
 

Uses of SimpleFilterType in org.apache.uima.simpleserver.config.xml.impl
 

Classes in org.apache.uima.simpleserver.config.xml.impl that implement SimpleFilterType
 class SimpleFilterTypeImpl
          An XML simpleFilterType(@http://uima.apache.org/simpleserver/config/xml).
 

Methods in org.apache.uima.simpleserver.config.xml.impl that return SimpleFilterType
 SimpleFilterType OrImpl.addNewFilter()
          Appends and returns a new empty value (as xml) as the last "filter" element
 SimpleFilterType TypeElementTypeImpl.FiltersImpl.addNewFilter()
          Appends and returns a new empty "filter" element
 SimpleFilterType AndImpl.addNewFilter()
          Appends and returns a new empty value (as xml) as the last "filter" element
 SimpleFilterType TypeElementTypeImpl.FiltersImpl.getFilter()
          Gets the "filter" element
 SimpleFilterType[] OrImpl.getFilterArray()
          Gets array of all "filter" elements
 SimpleFilterType[] AndImpl.getFilterArray()
          Gets array of all "filter" elements
 SimpleFilterType OrImpl.getFilterArray(int i)
          Gets ith "filter" element
 SimpleFilterType AndImpl.getFilterArray(int i)
          Gets ith "filter" element
 SimpleFilterType OrImpl.insertNewFilter(int i)
          Inserts and returns a new empty value (as xml) as the ith "filter" element
 SimpleFilterType AndImpl.insertNewFilter(int i)
          Inserts and returns a new empty value (as xml) as the ith "filter" element
 

Methods in org.apache.uima.simpleserver.config.xml.impl with parameters of type SimpleFilterType
 void TypeElementTypeImpl.FiltersImpl.setFilter(SimpleFilterType filter)
          Sets the "filter" element
 void OrImpl.setFilterArray(int i, SimpleFilterType filter)
          Sets ith "filter" element
 void AndImpl.setFilterArray(int i, SimpleFilterType filter)
          Sets ith "filter" element
 void OrImpl.setFilterArray(SimpleFilterType[] filterArray)
          Sets array of all "filter" element WARNING: This method is not atomicaly synchronized.
 void AndImpl.setFilterArray(SimpleFilterType[] filterArray)
          Sets array of all "filter" element WARNING: This method is not atomicaly synchronized.
 



Copyright © 2011. All Rights Reserved.