public class ExtendedFault extends VimFault
Java class for ExtendedFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtendedFault">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="faultTypeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="data" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyValue> |
data |
protected String |
faultTypeId |
faultCause, faultMessage| Constructor and Description |
|---|
ExtendedFault() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyValue> |
getData()
Gets the value of the data property.
|
String |
getFaultTypeId()
Gets the value of the faultTypeId property.
|
void |
setFaultTypeId(String value)
Sets the value of the faultTypeId property.
|
getFaultCause, getFaultMessage, setFaultCausepublic String getFaultTypeId()
Stringpublic void setFaultTypeId(String value)
value - allowed object is
Stringpublic List<KeyValue> getData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
Copyright © 2018. All rights reserved.