public class

WebServiceInvokeServiceBatch

extends AbstractDataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.apps.ar.hz.service.party.WebServiceInvokeServiceBatch

Class Overview

Java class for WebService_InvokeServiceBatch complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="WebService_InvokeServiceBatch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="request" type="{http://xmlns.oracle.com/svc}BatchRequest" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BatchRequest request
Public Constructors
WebServiceInvokeServiceBatch()
Public Methods
BatchRequest getRequest()
Gets the value of the request property.
void setRequest(BatchRequest value)
Sets the value of the request property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BatchRequest request

Public Constructors

public WebServiceInvokeServiceBatch ()

Public Methods

public BatchRequest getRequest ()

Gets the value of the request property.

Returns

public void setRequest (BatchRequest value)

Sets the value of the request property.

Parameters
value Allowed object is BatchRequest