public class

GetAllResult

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.GetAllResult

Class Overview

Java class for GetAllResult complex type.

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

 <complexType name="GetAllResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}status"/>
         <element name="totalRecords" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}recordList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordList recordList
protected Status status
protected Integer totalRecords
Public Constructors
GetAllResult()
Public Methods
RecordList getRecordList()
Gets the value of the recordList property.
Status getStatus()
Gets the value of the status property.
Integer getTotalRecords()
Gets the value of the totalRecords property.
void setRecordList(RecordList value)
Sets the value of the recordList property.
void setStatus(Status value)
Sets the value of the status property.
void setTotalRecords(Integer value)
Sets the value of the totalRecords property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordList recordList

protected Status status

protected Integer totalRecords

Public Constructors

public GetAllResult ()

Public Methods

public RecordList getRecordList ()

Gets the value of the recordList property.

Returns

public Status getStatus ()

Gets the value of the status property.

Returns

public Integer getTotalRecords ()

Gets the value of the totalRecords property.

Returns
  • possible object is Integer

public void setRecordList (RecordList value)

Sets the value of the recordList property.

Parameters
value Allowed object is RecordList

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status

public void setTotalRecords (Integer value)

Sets the value of the totalRecords property.

Parameters
value Allowed object is Integer