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