public class

SearchMoreWithIdRequest

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

Class Overview

Java class for SearchMoreWithIdRequest complex type.

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

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

Summary

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

Fields

protected int pageIndex

protected String searchId

Public Constructors

public SearchMoreWithIdRequest ()

public SearchMoreWithIdRequest (String searchId, int pageIndex)

Parameters
searchId
pageIndex

Public Methods

public int getPageIndex ()

Gets the value of the pageIndex property.

public String getSearchId ()

Gets the value of the searchId property.

Returns
  • possible object is String

public void setPageIndex (int value)

Sets the value of the pageIndex property.

Parameters
value

public void setSearchId (String value)

Sets the value of the searchId property.

Parameters
value Allowed object is String