public class

PhoneServiceInvokeServiceBatchResponse

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

Class Overview

Java class for PhoneService_InvokeServiceBatch_Response complex type.

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

 <complexType name="PhoneService_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
PhoneServiceInvokeServiceBatchResponse()
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 PhoneServiceInvokeServiceBatchResponse ()

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