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

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

Constructor Summary
ContextParamType()
           
 
Method Summary
 java.lang.String getParamName()
           
 java.lang.String getParamValue()
           
 void setParamName(java.lang.String paramName)
           
 void setParamValue(java.lang.String paramValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextParamType

public ContextParamType()
Method Detail

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.