public class ArrayOfOptionValue extends Object
Java class for ArrayOfOptionValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfOptionValue">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OptionValue" type="{urn:vim25}OptionValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<OptionValue> |
optionValue |
| Constructor and Description |
|---|
ArrayOfOptionValue() |
| Modifier and Type | Method and Description |
|---|---|
List<OptionValue> |
getOptionValue()
Gets the value of the optionValue property.
|
protected List<OptionValue> optionValue
public List<OptionValue> getOptionValue()
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 optionValue property.
For example, to add a new item, do as follows:
getOptionValue().add(newItem);
Objects of the following type(s) are allowed in the list
OptionValue
Copyright © 2018. All rights reserved.