|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.descriptors.common.InitParamDD
public class InitParamDD
Initialization Parameter configuration.
Java class for init-paramType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="init-paramType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}descriptionType" maxOccurs="unbounded" minOccurs="0"/> <element name="name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}nameType"/> <element name="value" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}valueType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
InitParamDD()
Default Constructor. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Retrieve the description. |
java.util.List |
getDescriptions()
Retrieve the description list. |
java.lang.String |
getParamName()
Retrieve the name of the parameter. |
java.lang.String |
getParamValue()
Get the name of the parameter. |
void |
setDescription(java.lang.String description)
Set the description of the parameter. |
void |
setDescriptions(java.util.List<java.lang.String> descriptions)
Set the description list. |
void |
setParamName(java.lang.String paramName)
Set the name of the parameter. |
void |
setParamValue(java.lang.String paramValue)
Set the value of the parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitParamDD()
Method Detail |
---|
public java.lang.String getParamName()
public void setParamName(java.lang.String paramName)
paramName
- public java.lang.String getParamValue()
public void setParamValue(java.lang.String paramValue)
paramValue
- public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- public java.util.List getDescriptions()
public void setDescriptions(java.util.List<java.lang.String> descriptions)
description
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |