public class

MethodResponse

extends DataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.svc.DataObject
       ↳ com.oracle.xmlns.svc.MethodResponse

Summary

Fields
protected Object _return
protected List<ServiceMessage> errorMessage
protected List<ServiceMessage> message
protected String methodName
protected String requestName
Public Constructors
MethodResponse()
Public Methods
List<ServiceMessage> getErrorMessage()
Gets the value of the errorMessage property.
List<ServiceMessage> getMessage()
Gets the value of the message property.
String getMethodName()
Gets the value of the methodName property.
String getRequestName()
Gets the value of the requestName property.
Object getReturn()
Gets the value of the return property.
void setErrorMessage(List<ServiceMessage> errorMessage)
Sets the value of the errorMessage property.
void setMessage(List<ServiceMessage> message)
Sets the value of the message property.
void setMethodName(String value)
Sets the value of the methodName property.
void setRequestName(String value)
Sets the value of the requestName property.
void setReturn(Object value)
Sets the value of the return property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected Object _return

protected List<ServiceMessage> errorMessage

protected List<ServiceMessage> message

protected String methodName

protected String requestName

Public Constructors

public MethodResponse ()

Public Methods

public List<ServiceMessage> getErrorMessage ()

Gets the value of the errorMessage property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the errorMessage property.

For example, to add a new item, do as follows:

    getErrorMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceMessage

Returns
  • The errorMessage property.

public List<ServiceMessage> getMessage ()

Gets the value of the message property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the message property.

For example, to add a new item, do as follows:

    getMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceMessage

public String getMethodName ()

Gets the value of the methodName property.

Returns
  • possible object is String

public String getRequestName ()

Gets the value of the requestName property.

Returns
  • possible object is String

public Object getReturn ()

Gets the value of the return property.

Returns
  • possible object is Object

public void setErrorMessage (List<ServiceMessage> errorMessage)

Sets the value of the errorMessage property.

Parameters
errorMessage Allowed object is ServiceMessage

public void setMessage (List<ServiceMessage> message)

Sets the value of the message property.

Parameters
message Allowed object is ServiceMessage

public void setMethodName (String value)

Sets the value of the methodName property.

Parameters
value Allowed object is String

public void setRequestName (String value)

Sets the value of the requestName property.

Parameters
value Allowed object is String

public void setReturn (Object value)

Sets the value of the return property.

Parameters
value Allowed object is Object