public class

MethodRequest

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

Summary

Fields
protected String methodName
protected List<Object> parameter
protected String requestName
Public Constructors
MethodRequest()
Public Methods
String getMethodName()
Gets the value of the methodName property.
List<Object> getParameter()
Gets the value of the parameter property.
String getRequestName()
Gets the value of the requestName property.
void setMethodName(String value)
Sets the value of the methodName property.
void setParameter(List<Object> parameter)
Sets the value of the parameter property.
void setRequestName(String value)
Sets the value of the requestName property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String methodName

protected List<Object> parameter

protected String requestName

Public Constructors

public MethodRequest ()

Public Methods

public String getMethodName ()

Gets the value of the methodName property.

Returns
  • possible object is String

public List<Object> getParameter ()

Gets the value of the parameter 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 parameter property.

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

    getParameter().add(newItem);
 

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

public String getRequestName ()

Gets the value of the requestName property.

Returns
  • possible object is String

public void setMethodName (String value)

Sets the value of the methodName property.

Parameters
value Allowed object is String

public void setParameter (List<Object> parameter)

Sets the value of the parameter property.

Parameters
parameter Allowed object is Object

public void setRequestName (String value)

Sets the value of the requestName property.

Parameters
value Allowed object is String