public class FileFault extends VimFault
Java class for FileFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileFault">
<complexContent>
<extension base="{urn:vim25}VimFault">
<sequence>
<element name="file" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
file |
faultCause, faultMessage| Constructor and Description |
|---|
FileFault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Gets the value of the file property.
|
void |
setFile(String value)
Sets the value of the file property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected String file
Copyright © 2018. All rights reserved.