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 Object

Schema representation of the context-param entry.

Author:
Naresh (Srinivas.Bhimisetty@Sun.Com)

Constructor Summary
ContextParamType()
           
 
Method Summary
 String getParamName()
           
 String getParamValue()
           
 void setParamName(String paramName)
           
 void setParamValue(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 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.