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