public class

AsyncGetListResult

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

Class Overview

Java class for AsyncGetListResult complex type.

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

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

Summary

Fields
protected ReadResponseList readResponseList
Public Constructors
AsyncGetListResult()
Public Methods
ReadResponseList getReadResponseList()
Gets the value of the readResponseList property.
void setReadResponseList(ReadResponseList value)
Sets the value of the readResponseList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ReadResponseList readResponseList

Public Constructors

public AsyncGetListResult ()

Public Methods

public ReadResponseList getReadResponseList ()

Gets the value of the readResponseList property.

Returns

public void setReadResponseList (ReadResponseList value)

Sets the value of the readResponseList property.

Parameters
value Allowed object is ReadResponseList