com.sun.grizzly.http.webxml.schema
Class ContextParam

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.ContextParam

public class ContextParam
extends Object


Field Summary
 List<String> description
           
 String paramName
           
 String paramValue
           
 
Constructor Summary
ContextParam()
           
ContextParam(String paramName, String paramValue, List<String> description)
           
 
Method Summary
 List<String> getDescription()
           
 String getParamName()
           
 String getParamValue()
           
 void setDescription(List<String> description)
           
 void setParamName(String paramName)
           
 void setParamValue(String paramValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

paramName

public String paramName

paramValue

public String paramValue

description

public List<String> description
Constructor Detail

ContextParam

public ContextParam()

ContextParam

public ContextParam(String paramName,
                    String paramValue,
                    List<String> description)
Method Detail

getParamName

public String getParamName()

setParamName

public void setParamName(String paramName)

getParamValue

public String getParamValue()

setParamValue

public void setParamValue(String paramValue)

getDescription

public List<String> getDescription()

setDescription

public void setDescription(List<String> description)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.