| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchResult |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pageIndex | |||||||||||
| pageSize | |||||||||||
| recordList | |||||||||||
| searchId | |||||||||||
| searchRowList | |||||||||||
| status | |||||||||||
| totalPages | |||||||||||
| totalRecords | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the pageIndex property.
| |||||||||||
Gets the value of the pageSize property.
| |||||||||||
Gets the value of the recordList property.
| |||||||||||
Gets the value of the searchId property.
| |||||||||||
Gets the value of the searchRowList property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the totalPages property.
| |||||||||||
Gets the value of the totalRecords property.
| |||||||||||
Sets the value of the pageIndex property.
| |||||||||||
Sets the value of the pageSize property.
| |||||||||||
Sets the value of the recordList property.
| |||||||||||
Sets the value of the searchId property.
| |||||||||||
Sets the value of the searchRowList property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the totalPages property.
| |||||||||||
Sets the value of the totalRecords property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the pageIndex property.
Gets the value of the pageSize property.
Gets the value of the recordList property.
RecordList
Gets the value of the searchId property.
Gets the value of the searchRowList property.
SearchRowList
Gets the value of the totalPages property.
Gets the value of the totalRecords property.
Sets the value of the pageIndex property.
| value | Allowed object is Integer |
|---|
Sets the value of the pageSize property.
| value | Allowed object is Integer |
|---|
Sets the value of the recordList property.
| value | Allowed object is
RecordList
|
|---|
Sets the value of the searchId property.
| value | Allowed object is String |
|---|
Sets the value of the searchRowList property.
| value | Allowed object is
SearchRowList
|
|---|
Sets the value of the status property.
| value | Allowed object is
Status
|
|---|
Sets the value of the totalPages property.
| value | Allowed object is Integer |
|---|
Sets the value of the totalRecords property.
| value | Allowed object is Integer |
|---|