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