public class AnswerFileUpdateFailed extends VimFault
Java class for AnswerFileUpdateFailed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnswerFileUpdateFailed">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="failure" type="{urn:vim25}AnswerFileUpdateFailure" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AnswerFileUpdateFailure> |
failure |
faultCause, faultMessage| Constructor and Description |
|---|
AnswerFileUpdateFailed() |
| Modifier and Type | Method and Description |
|---|---|
List<AnswerFileUpdateFailure> |
getFailure()
Gets the value of the failure property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected List<AnswerFileUpdateFailure> failure
public List<AnswerFileUpdateFailure> getFailure()
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 failure property.
For example, to add a new item, do as follows:
getFailure().add(newItem);
Objects of the following type(s) are allowed in the list
AnswerFileUpdateFailure
Copyright © 2018. All rights reserved.