com.sun.jersey.test.framework.web.jaxb.types
Class ServletMappingType
java.lang.Object
com.sun.jersey.test.framework.web.jaxb.types.ServletMappingType
public class ServletMappingType
- extends Object
Schema represntation for the servlet-mapping
- Author:
- Naresh (Srinivas.Bhimisetty@Sun.Com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletMappingType
public ServletMappingType()
getServletName
public String getServletName()
setServletName
public void setServletName(String servletName)
getUrlPattern
public String getUrlPattern()
setUrlPattern
public void setUrlPattern(String urlPattern)
Copyright © 2013 Oracle Corporation. All Rights Reserved.