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 java.lang.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 java.lang.String getParamName()
setParamName
public void setParamName(java.lang.String paramName)
getParamValue
public java.lang.String getParamValue()
setParamValue
public void setParamValue(java.lang.String paramValue)
Copyright © 2011 Oracle Corporation. All Rights Reserved.