public class

OrganizationServiceInvokeServiceBatch

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

Class Overview

Java class for OrganizationService_InvokeServiceBatch complex type.

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

 <complexType name="OrganizationService_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
OrganizationServiceInvokeServiceBatch()
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 OrganizationServiceInvokeServiceBatch ()

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