public class

AsyncInitializeListResult

extends AsyncResult
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.AsyncResult
     ↳ com.netsuite.webservices.platform.messages_2010_2.AsyncInitializeListResult

Class Overview

Java class for AsyncInitializeListResult complex type.

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

 <complexType name="AsyncInitializeListResult">
   <complexContent>
     <extension base="{urn:messages_2010_2.platform.webservices.netsuite.com}AsyncResult">
       <sequence>
         <element ref="{urn:messages_2010_2.platform.webservices.netsuite.com}writeResponseList"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected WriteResponseList writeResponseList
Public Constructors
AsyncInitializeListResult()
Public Methods
WriteResponseList getWriteResponseList()
Gets the value of the writeResponseList property.
void setWriteResponseList(WriteResponseList value)
Sets the value of the writeResponseList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected WriteResponseList writeResponseList

Public Constructors

public AsyncInitializeListResult ()

Public Methods

public WriteResponseList getWriteResponseList ()

Gets the value of the writeResponseList property.

Returns

public void setWriteResponseList (WriteResponseList value)

Sets the value of the writeResponseList property.

Parameters
value Allowed object is WriteResponseList