org.apache.geronimo.xbeans.web
Interface ServletMappingType

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

public interface ServletMappingType
extends org.apache.xmlbeans.XmlObject

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

type

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

getServletName

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


xgetServletName

public ServletNameType xgetServletName()
Gets (as xml) the "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


getUrlPattern

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


xgetUrlPattern

public UrlPatternType xgetUrlPattern()
Gets (as xml) the "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



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