public class MissingProperty extends DynamicData
Java class for MissingProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MissingProperty">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected String |
path |
| Constructor and Description |
|---|
MissingProperty() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
String |
getPath()
Gets the value of the path property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setPath(String value)
Sets the value of the path property.
|
protected String path
protected LocalizedMethodFault fault
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.