public class

LocationServiceInvokeServiceBatch

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

Class Overview

Java class for LocationService_InvokeServiceBatch complex type.

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

 <complexType name="LocationService_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
LocationServiceInvokeServiceBatch()
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 LocationServiceInvokeServiceBatch ()

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