org.apache.geronimo.deployment.xbeans
Interface ClassFilterType

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

public interface ClassFilterType
extends org.apache.xmlbeans.XmlObject

An XML classFilterType(@http://geronimo.apache.org/xml/ns/deployment-1.2). This is a complex type.


Nested Class Summary
static class ClassFilterType.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
 void addFilter(String filter)
          Appends the value as the last "filter" element
 org.apache.xmlbeans.XmlString addNewFilter()
          Appends and returns a new empty value (as xml) as the last "filter" element
 String[] getFilterArray()
          Gets array of all "filter" elements
 String getFilterArray(int i)
          Gets ith "filter" element
 void insertFilter(int i, String filter)
          Inserts the value as the ith "filter" element
 org.apache.xmlbeans.XmlString insertNewFilter(int i)
          Inserts and returns a new empty value (as xml) as the ith "filter" element
 void removeFilter(int i)
          Removes the ith "filter" element
 void setFilterArray(int i, String filter)
          Sets ith "filter" element
 void setFilterArray(String[] filterArray)
          Sets array of all "filter" element
 int sizeOfFilterArray()
          Returns number of "filter" element
 org.apache.xmlbeans.XmlString[] xgetFilterArray()
          Gets (as xml) array of all "filter" elements
 org.apache.xmlbeans.XmlString xgetFilterArray(int i)
          Gets (as xml) ith "filter" element
 void xsetFilterArray(int i, org.apache.xmlbeans.XmlString filter)
          Sets (as xml) ith "filter" element
 void xsetFilterArray(org.apache.xmlbeans.XmlString[] filterArray)
          Sets (as xml) array of all "filter" 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

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


getFilterArray

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


xgetFilterArray

org.apache.xmlbeans.XmlString[] xgetFilterArray()
Gets (as xml) array of all "filter" elements


xgetFilterArray

org.apache.xmlbeans.XmlString xgetFilterArray(int i)
Gets (as xml) ith "filter" element


sizeOfFilterArray

int sizeOfFilterArray()
Returns number of "filter" element


setFilterArray

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


setFilterArray

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


xsetFilterArray

void xsetFilterArray(org.apache.xmlbeans.XmlString[] filterArray)
Sets (as xml) array of all "filter" element


xsetFilterArray

void xsetFilterArray(int i,
                     org.apache.xmlbeans.XmlString filter)
Sets (as xml) ith "filter" element


insertFilter

void insertFilter(int i,
                  String filter)
Inserts the value as the ith "filter" element


addFilter

void addFilter(String filter)
Appends the value as the last "filter" element


insertNewFilter

org.apache.xmlbeans.XmlString insertNewFilter(int i)
Inserts and returns a new empty value (as xml) as the ith "filter" element


addNewFilter

org.apache.xmlbeans.XmlString 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



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.