com.sun.grizzly.http.webxml.schema.version_2_3
Class InitParam

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.version_2_3.InitParam
All Implemented Interfaces:
Serializable

public class InitParam
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  Description description
           
protected  String id
           
protected  ParamName paramName
           
protected  ParamValue paramValue
           
 
Constructor Summary
InitParam()
           
 
Method Summary
 void addVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void addVetoableChangeListener(VetoableChangeListener param0)
           
 Description getDescription()
          Gets the value of the description property.
 String getId()
          Gets the value of the id property.
 ParamName getParamName()
          Gets the value of the paramName property.
 ParamValue getParamValue()
          Gets the value of the paramValue property.
 void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
           
 void removeVetoableChangeListener(VetoableChangeListener param0)
           
 void setDescription(Description value)
          Sets the value of the description property.
 void setId(String value)
          Sets the value of the id property.
 void setParamName(ParamName value)
          Sets the value of the paramName property.
 void setParamValue(ParamValue value)
          Sets the value of the paramValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

paramName

protected ParamName paramName

paramValue

protected ParamValue paramValue

description

protected Description description
Constructor Detail

InitParam

public InitParam()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getParamName

public ParamName getParamName()
Gets the value of the paramName property.

Returns:
possible object is ParamName

setParamName

public void setParamName(ParamName value)
Sets the value of the paramName property.

Parameters:
value - allowed object is ParamName

getParamValue

public ParamValue getParamValue()
Gets the value of the paramValue property.

Returns:
possible object is ParamValue

setParamValue

public void setParamValue(ParamValue value)
Sets the value of the paramValue property.

Parameters:
value - allowed object is ParamValue

getDescription

public Description getDescription()
Gets the value of the description property.

Returns:
possible object is Description

setDescription

public void setDescription(Description value)
Sets the value of the description property.

Parameters:
value - allowed object is Description

addVetoableChangeListener

public void addVetoableChangeListener(VetoableChangeListener param0)

addVetoableChangeListener

public void addVetoableChangeListener(String param0,
                                      VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(String param0,
                                         VetoableChangeListener param1)

removeVetoableChangeListener

public void removeVetoableChangeListener(VetoableChangeListener param0)


Copyright © 2012 Oracle Corporation. All Rights Reserved.