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