public class

SearchNextResponse

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

Class Overview

Java class for SearchNextResponse complex type.

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

 <complexType name="SearchNextResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}searchResult"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchResult searchResult
Public Constructors
SearchNextResponse()
Public Methods
SearchResult getSearchResult()
Gets the value of the searchResult property.
void setSearchResult(SearchResult value)
Sets the value of the searchResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchResult searchResult

Public Constructors

public SearchNextResponse ()

Public Methods

public SearchResult getSearchResult ()

Gets the value of the searchResult property.

Returns

public void setSearchResult (SearchResult value)

Sets the value of the searchResult property.

Parameters
value Allowed object is SearchResult