com.sun.jersey.test.framework.web.jaxb.types
Class ContextParamType
java.lang.Object
com.sun.jersey.test.framework.web.jaxb.types.ContextParamType
public class ContextParamType
- extends Object
Schema representation of the context-param entry.
- Author:
- Naresh (Srinivas.Bhimisetty@Sun.Com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextParamType
public ContextParamType()
getParamName
public String getParamName()
setParamName
public void setParamName(String paramName)
getParamValue
public String getParamValue()
setParamValue
public void setParamValue(String paramValue)
Copyright © 2013 Oracle Corporation. All Rights Reserved.