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