public class ManagedObjectNotFound extends RuntimeFault
Java class for ManagedObjectNotFound complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagedObjectNotFound">
<complexContent>
<extension base="{urn:lookup}RuntimeFault">
<sequence>
<element name="obj" type="{urn:lookup}ManagedObjectReference"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
obj |
faultCause, faultMessage| Constructor and Description |
|---|
ManagedObjectNotFound() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getObj()
Gets the value of the obj property.
|
void |
setObj(ManagedObjectReference value)
Sets the value of the obj property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected ManagedObjectReference obj
public ManagedObjectReference getObj()
ManagedObjectReferencepublic void setObj(ManagedObjectReference value)
value - allowed object is
ManagedObjectReference