org.apache.geronimo.xbeans.web
Interface FilterMappingType

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

public interface FilterMappingType
extends org.apache.xmlbeans.XmlObject

An XML filter-mappingType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class FilterMappingType.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 addDispatcher(DispatcherType.Enum dispatcher)
          Appends the value as the last "dispatcher" element
 DispatcherType.Enum[] getDispatcherArray()
          Gets array of all "dispatcher" elements
 DispatcherType.Enum getDispatcherArray(int i)
          Gets ith "dispatcher" element
 String getFilterName()
          Gets the "filter-name" element
 String getServletName()
          Gets the "servlet-name" element
 String getUrlPattern()
          Gets the "url-pattern" element
 void insertDispatcher(int i, DispatcherType.Enum dispatcher)
          Inserts the value as the ith "dispatcher" element
 boolean isSetServletName()
          True if has "servlet-name" element
 boolean isSetUrlPattern()
          True if has "url-pattern" element
 void removeDispatcher(int i)
          Removes the ith "dispatcher" element
 void setDispatcherArray(DispatcherType.Enum[] dispatcherArray)
          Sets array of all "dispatcher" element
 void setDispatcherArray(int i, DispatcherType.Enum dispatcher)
          Sets ith "dispatcher" element
 void setFilterName(String filterName)
          Sets the "filter-name" element
 void setServletName(String servletName)
          Sets the "servlet-name" element
 void setUrlPattern(String urlPattern)
          Sets the "url-pattern" element
 int sizeOfDispatcherArray()
          Returns number of "dispatcher" element
 void unsetServletName()
          Unsets the "servlet-name" element
 void unsetUrlPattern()
          Unsets the "url-pattern" element
 DispatcherType[] xgetDispatcherArray()
          Gets (as xml) array of all "dispatcher" elements
 DispatcherType xgetDispatcherArray(int i)
          Gets (as xml) ith "dispatcher" element
 FilterNameType xgetFilterName()
          Gets (as xml) the "filter-name" element
 ServletNameType xgetServletName()
          Gets (as xml) the "servlet-name" element
 UrlPatternType xgetUrlPattern()
          Gets (as xml) the "url-pattern" element
 void xsetDispatcherArray(DispatcherType[] dispatcherArray)
          Sets (as xml) array of all "dispatcher" element
 void xsetDispatcherArray(int i, DispatcherType dispatcher)
          Sets (as xml) ith "dispatcher" element
 void xsetFilterName(FilterNameType filterName)
          Sets (as xml) the "filter-name" element
 void xsetServletName(ServletNameType servletName)
          Sets (as xml) the "servlet-name" element
 void xsetUrlPattern(UrlPatternType urlPattern)
          Sets (as xml) the "url-pattern" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getFilterName

public String getFilterName()
Gets the "filter-name" element


xgetFilterName

public FilterNameType xgetFilterName()
Gets (as xml) the "filter-name" element


setFilterName

public void setFilterName(String filterName)
Sets the "filter-name" element


xsetFilterName

public void xsetFilterName(FilterNameType filterName)
Sets (as xml) the "filter-name" element


getUrlPattern

public String getUrlPattern()
Gets the "url-pattern" element


xgetUrlPattern

public UrlPatternType xgetUrlPattern()
Gets (as xml) the "url-pattern" element


isSetUrlPattern

public boolean isSetUrlPattern()
True if has "url-pattern" element


setUrlPattern

public void setUrlPattern(String urlPattern)
Sets the "url-pattern" element


xsetUrlPattern

public void xsetUrlPattern(UrlPatternType urlPattern)
Sets (as xml) the "url-pattern" element


unsetUrlPattern

public void unsetUrlPattern()
Unsets the "url-pattern" element


getServletName

public String getServletName()
Gets the "servlet-name" element


xgetServletName

public ServletNameType xgetServletName()
Gets (as xml) the "servlet-name" element


isSetServletName

public boolean isSetServletName()
True if has "servlet-name" element


setServletName

public void setServletName(String servletName)
Sets the "servlet-name" element


xsetServletName

public void xsetServletName(ServletNameType servletName)
Sets (as xml) the "servlet-name" element


unsetServletName

public void unsetServletName()
Unsets the "servlet-name" element


getDispatcherArray

public DispatcherType.Enum[] getDispatcherArray()
Gets array of all "dispatcher" elements


getDispatcherArray

public DispatcherType.Enum getDispatcherArray(int i)
Gets ith "dispatcher" element


xgetDispatcherArray

public DispatcherType[] xgetDispatcherArray()
Gets (as xml) array of all "dispatcher" elements


xgetDispatcherArray

public DispatcherType xgetDispatcherArray(int i)
Gets (as xml) ith "dispatcher" element


sizeOfDispatcherArray

public int sizeOfDispatcherArray()
Returns number of "dispatcher" element


setDispatcherArray

public void setDispatcherArray(DispatcherType.Enum[] dispatcherArray)
Sets array of all "dispatcher" element


setDispatcherArray

public void setDispatcherArray(int i,
                               DispatcherType.Enum dispatcher)
Sets ith "dispatcher" element


xsetDispatcherArray

public void xsetDispatcherArray(DispatcherType[] dispatcherArray)
Sets (as xml) array of all "dispatcher" element


xsetDispatcherArray

public void xsetDispatcherArray(int i,
                                DispatcherType dispatcher)
Sets (as xml) ith "dispatcher" element


insertDispatcher

public void insertDispatcher(int i,
                             DispatcherType.Enum dispatcher)
Inserts the value as the ith "dispatcher" element


addDispatcher

public void addDispatcher(DispatcherType.Enum dispatcher)
Appends the value as the last "dispatcher" element


removeDispatcher

public void removeDispatcher(int i)
Removes the ith "dispatcher" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.