public class

DqmSearchServiceInvokeServiceBatchResponse

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

Class Overview

Java class for DqmSearchService_InvokeServiceBatch_Response complex type.

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

 <complexType name="DqmSearchService_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
DqmSearchServiceInvokeServiceBatchResponse()
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 DqmSearchServiceInvokeServiceBatchResponse ()

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