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