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