public class PolicyOption extends DynamicData
Java class for PolicyOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="parameter" type="{urn:vim25}KeyAnyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<KeyAnyValue> |
parameter |
| Constructor and Description |
|---|
PolicyOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<KeyAnyValue> |
getParameter()
Gets the value of the parameter property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected String id
protected List<KeyAnyValue> parameter
public void setId(String value)
value - allowed object is
Stringpublic List<KeyAnyValue> getParameter()
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 parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
KeyAnyValue
Copyright © 2018. All rights reserved.