org.cafesip.jiplet.config.jip
Interface InitParam


public interface InitParam

Java content class for InitParam complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Users/beckie/workspace/jiplet/conf/jip_2.0.xsd line 81)

 <complexType name="InitParam">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="param-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="param-value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getParamName()
          Gets the value of the paramName property.
 java.lang.String getParamValue()
          Gets the value of the paramValue property.
 void setParamName(java.lang.String value)
          Sets the value of the paramName property.
 void setParamValue(java.lang.String value)
          Sets the value of the paramValue property.
 

Method Detail

getParamName

java.lang.String getParamName()
Gets the value of the paramName property.

Returns:
possible object is String

setParamName

void setParamName(java.lang.String value)
Sets the value of the paramName property.

Parameters:
value - allowed object is String

getParamValue

java.lang.String getParamValue()
Gets the value of the paramValue property.

Returns:
possible object is String

setParamValue

void setParamValue(java.lang.String value)
Sets the value of the paramValue property.

Parameters:
value - allowed object is String


http://www.cafesip.org