|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String getFilterName()
public FilterNameType xgetFilterName()
public void setFilterName(String filterName)
public void xsetFilterName(FilterNameType filterName)
public String getUrlPattern()
public UrlPatternType xgetUrlPattern()
public boolean isSetUrlPattern()
public void setUrlPattern(String urlPattern)
public void xsetUrlPattern(UrlPatternType urlPattern)
public void unsetUrlPattern()
public String getServletName()
public ServletNameType xgetServletName()
public boolean isSetServletName()
public void setServletName(String servletName)
public void xsetServletName(ServletNameType servletName)
public void unsetServletName()
public DispatcherType.Enum[] getDispatcherArray()
public DispatcherType.Enum getDispatcherArray(int i)
public DispatcherType[] xgetDispatcherArray()
public DispatcherType xgetDispatcherArray(int i)
public int sizeOfDispatcherArray()
public void setDispatcherArray(DispatcherType.Enum[] dispatcherArray)
public void setDispatcherArray(int i, DispatcherType.Enum dispatcher)
public void xsetDispatcherArray(DispatcherType[] dispatcherArray)
public void xsetDispatcherArray(int i, DispatcherType dispatcher)
public void insertDispatcher(int i, DispatcherType.Enum dispatcher)
public void addDispatcher(DispatcherType.Enum dispatcher)
public void removeDispatcher(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |