public class MethodNotFound extends InvalidRequest
Java class for MethodNotFound complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MethodNotFound"> <complexContent> <extension base="{urn:lookup}InvalidRequest"> <sequence> <element name="receiver" type="{urn:lookup}ManagedObjectReference"/> <element name="method" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
method |
protected ManagedObjectReference |
receiver |
faultCause, faultMessage
Constructor and Description |
---|
MethodNotFound() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethod()
Gets the value of the method property.
|
ManagedObjectReference |
getReceiver()
Gets the value of the receiver property.
|
void |
setMethod(java.lang.String value)
Sets the value of the method property.
|
void |
setReceiver(ManagedObjectReference value)
Sets the value of the receiver property.
|
getFaultCause, getFaultMessage, setFaultCause
protected ManagedObjectReference receiver
protected java.lang.String method
public ManagedObjectReference getReceiver()
ManagedObjectReference
public void setReceiver(ManagedObjectReference value)
value
- allowed object is
ManagedObjectReference
public java.lang.String getMethod()
String
public void setMethod(java.lang.String value)
value
- allowed object is
String