public class

PersonServiceInvokeServiceBatchResponse

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

Class Overview

Java class for PersonService_InvokeServiceBatch_Response complex type.

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

 <complexType name="PersonService_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
PersonServiceInvokeServiceBatchResponse()
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 PersonServiceInvokeServiceBatchResponse ()

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