|
||||||||||
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 | |
---|---|
String |
getDescription()
Retrieve the description. |
List |
getDescriptions()
Retrieve the description list. |
String |
getParamName()
Retrieve the name of the parameter. |
String |
getParamValue()
Get the name of the parameter. |
void |
setDescription(String description)
Set the description of the parameter. |
void |
setDescriptions(List<String> descriptions)
Set the description list. |
void |
setParamName(String paramName)
Set the name of the parameter. |
void |
setParamValue(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 String getParamName()
public void setParamName(String paramName)
paramName
- public String getParamValue()
public void setParamValue(String paramValue)
paramValue
- public String getDescription()
public void setDescription(String description)
description
- public List getDescriptions()
public void setDescriptions(List<String> descriptions)
description
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |