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