public class

PartySiteServiceInvokeServiceBatch

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

Class Overview

Java class for PartySiteService_InvokeServiceBatch complex type.

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

 <complexType name="PartySiteService_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
PartySiteServiceInvokeServiceBatch()
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 PartySiteServiceInvokeServiceBatch ()

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