public class

OrganizationServiceInvokeServiceBatchResponse

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

Class Overview

Java class for OrganizationService_InvokeServiceBatch_Response complex type.

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

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

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