public class

PartySiteServiceInvokeServiceBatchResponse

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

Class Overview

Java class for PartySiteService_InvokeServiceBatch_Response complex type.

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

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

Summary

Fields
protected BatchResponse batchResponse
Public Constructors
PartySiteServiceInvokeServiceBatchResponse()
Public Methods
BatchResponse getBatchResponse()
Gets the value of the batchResponse property.
void setBatchResponse(BatchResponse value)
Sets the value of the batchResponse property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected BatchResponse batchResponse

Public Constructors

public PartySiteServiceInvokeServiceBatchResponse ()

Public Methods

public BatchResponse getBatchResponse ()

Gets the value of the batchResponse property.

Returns

public void setBatchResponse (BatchResponse value)

Sets the value of the batchResponse property.

Parameters
value Allowed object is BatchResponse