public class MissingObject extends DynamicData
Java class for MissingObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MissingObject">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="obj" type="{urn:vim25}ManagedObjectReference"/>
<element name="fault" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedMethodFault |
fault |
protected ManagedObjectReference |
obj |
| Constructor and Description |
|---|
MissingObject() |
| Modifier and Type | Method and Description |
|---|---|
LocalizedMethodFault |
getFault()
Gets the value of the fault property.
|
ManagedObjectReference |
getObj()
Gets the value of the obj property.
|
void |
setFault(LocalizedMethodFault value)
Sets the value of the fault property.
|
void |
setObj(ManagedObjectReference value)
Sets the value of the obj property.
|
protected ManagedObjectReference obj
protected LocalizedMethodFault fault
public ManagedObjectReference getObj()
ManagedObjectReferencepublic void setObj(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic LocalizedMethodFault getFault()
LocalizedMethodFaultpublic void setFault(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.