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, setFaultCause
protected ManagedObjectReference obj
public ManagedObjectReference getObj()
ManagedObjectReference
public void setObj(ManagedObjectReference value)
value
- allowed object is
ManagedObjectReference