public class

EmailServiceInvokeServiceBatch

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

Class Overview

Java class for EmailService_InvokeServiceBatch complex type.

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

 <complexType name="EmailService_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
EmailServiceInvokeServiceBatch()
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 EmailServiceInvokeServiceBatch ()

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