public class ContainerRuntimeOptionType
extends java.lang.Object
Java class for container-runtime-optionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="container-runtime-optionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NameType |
name |
protected java.util.List<ValueType> |
value |
| Constructor and Description |
|---|
ContainerRuntimeOptionType() |
public NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic java.util.List<ValueType> getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
ValueType