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