public class

SearchResult

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

Class Overview

Java class for SearchResult complex type.

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

 <complexType name="SearchResult">
   <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 name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="totalPages" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="pageIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="searchId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}recordList" minOccurs="0"/>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}searchRowList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Integer pageIndex
protected Integer pageSize
protected RecordList recordList
protected String searchId
protected SearchRowList searchRowList
protected Status status
protected Integer totalPages
protected Integer totalRecords
Public Constructors
SearchResult()
Public Methods
Integer getPageIndex()
Gets the value of the pageIndex property.
Integer getPageSize()
Gets the value of the pageSize property.
RecordList getRecordList()
Gets the value of the recordList property.
String getSearchId()
Gets the value of the searchId property.
SearchRowList getSearchRowList()
Gets the value of the searchRowList property.
Status getStatus()
Gets the value of the status property.
Integer getTotalPages()
Gets the value of the totalPages property.
Integer getTotalRecords()
Gets the value of the totalRecords property.
void setPageIndex(Integer value)
Sets the value of the pageIndex property.
void setPageSize(Integer value)
Sets the value of the pageSize property.
void setRecordList(RecordList value)
Sets the value of the recordList property.
void setSearchId(String value)
Sets the value of the searchId property.
void setSearchRowList(SearchRowList value)
Sets the value of the searchRowList property.
void setStatus(Status value)
Sets the value of the status property.
void setTotalPages(Integer value)
Sets the value of the totalPages property.
void setTotalRecords(Integer value)
Sets the value of the totalRecords property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Integer pageIndex

protected Integer pageSize

protected RecordList recordList

protected String searchId

protected SearchRowList searchRowList

protected Status status

protected Integer totalPages

protected Integer totalRecords

Public Constructors

public SearchResult ()

Public Methods

public Integer getPageIndex ()

Gets the value of the pageIndex property.

Returns
  • possible object is Integer

public Integer getPageSize ()

Gets the value of the pageSize property.

Returns
  • possible object is Integer

public RecordList getRecordList ()

Gets the value of the recordList property.

Returns

public String getSearchId ()

Gets the value of the searchId property.

Returns
  • possible object is String

public SearchRowList getSearchRowList ()

Gets the value of the searchRowList property.

Returns

public Status getStatus ()

Gets the value of the status property.

Returns

public Integer getTotalPages ()

Gets the value of the totalPages property.

Returns
  • possible object is Integer

public Integer getTotalRecords ()

Gets the value of the totalRecords property.

Returns
  • possible object is Integer

public void setPageIndex (Integer value)

Sets the value of the pageIndex property.

Parameters
value Allowed object is Integer

public void setPageSize (Integer value)

Sets the value of the pageSize property.

Parameters
value Allowed object is Integer

public void setRecordList (RecordList value)

Sets the value of the recordList property.

Parameters
value Allowed object is RecordList

public void setSearchId (String value)

Sets the value of the searchId property.

Parameters
value Allowed object is String

public void setSearchRowList (SearchRowList value)

Sets the value of the searchRowList property.

Parameters
value Allowed object is SearchRowList

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status

public void setTotalPages (Integer value)

Sets the value of the totalPages property.

Parameters
value Allowed object is Integer

public void setTotalRecords (Integer value)

Sets the value of the totalRecords property.

Parameters
value Allowed object is Integer