public class

GetListResponse

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.GetListResponse

Class Overview

Java class for GetListResponse complex type.

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

 <complexType name="GetListResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:messages_2010_2.platform.webservices.netsuite.com}readResponseList"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ReadResponseList readResponseList
Public Constructors
GetListResponse()
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 GetListResponse ()

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