public class

SearchMoreRequest

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

Class Overview

Java class for SearchMoreRequest complex type.

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

 <complexType name="SearchMoreRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pageIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int pageIndex
Public Constructors
SearchMoreRequest()
SearchMoreRequest(int pageIndex)
Public Methods
int getPageIndex()
Gets the value of the pageIndex property.
void setPageIndex(int value)
Sets the value of the pageIndex property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int pageIndex

Public Constructors

public SearchMoreRequest ()

public SearchMoreRequest (int pageIndex)

Parameters
pageIndex

Public Methods

public int getPageIndex ()

Gets the value of the pageIndex property.

public void setPageIndex (int value)

Sets the value of the pageIndex property.

Parameters
value