public class

GetSelectValueRequest

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

Class Overview

Java class for getSelectValueRequest complex type.

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

 <complexType name="getSelectValueRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fieldDescription" type="{urn:core_2010_2.platform.webservices.netsuite.com}GetSelectValueFieldDescription"/>
         <element name="pageIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected GetSelectValueFieldDescription fieldDescription

protected int pageIndex

Public Constructors

public GetSelectValueRequest ()

Public Methods

public GetSelectValueFieldDescription getFieldDescription ()

Gets the value of the fieldDescription property.

Returns

public int getPageIndex ()

Gets the value of the pageIndex property.

public void setFieldDescription (GetSelectValueFieldDescription value)

Sets the value of the fieldDescription property.

Parameters
value Allowed object is GetSelectValueFieldDescription

public void setPageIndex (int value)

Sets the value of the pageIndex property.

Parameters
value