com.sun.jersey.test.framework.web.jaxb.types
Class ServletMappingType

java.lang.Object
  extended by 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)

Constructor Summary
ServletMappingType()
           
 
Method Summary
 String getServletName()
           
 String getUrlPattern()
           
 void setServletName(String servletName)
           
 void setUrlPattern(String urlPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletMappingType

public ServletMappingType()
Method Detail

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.