public class

InitializeListResponse

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

Class Overview

Java class for InitializeListResponse complex type.

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

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

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