|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.lang.String getParamName()
Stringvoid setParamName(java.lang.String value)
value - allowed object is
Stringjava.lang.String getParamValue()
Stringvoid setParamValue(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||