|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML servlet-mappingType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
ServletMappingType.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 | |
String |
getServletName()
Gets the "servlet-name" element |
String |
getUrlPattern()
Gets the "url-pattern" element |
void |
setServletName(String servletName)
Sets the "servlet-name" element |
void |
setUrlPattern(String urlPattern)
Sets the "url-pattern" element |
ServletNameType |
xgetServletName()
Gets (as xml) the "servlet-name" element |
UrlPatternType |
xgetUrlPattern()
Gets (as xml) the "url-pattern" 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 getServletName()
public ServletNameType xgetServletName()
public void setServletName(String servletName)
public void xsetServletName(ServletNameType servletName)
public String getUrlPattern()
public UrlPatternType xgetUrlPattern()
public void setUrlPattern(String urlPattern)
public void xsetUrlPattern(UrlPatternType urlPattern)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |