public class

AsyncSearchResult

extends AsyncResult
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.AsyncResult
     ↳ com.netsuite.webservices.platform.messages_2010_2.AsyncSearchResult

Class Overview

Java class for AsyncSearchResult complex type.

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

 <complexType name="AsyncSearchResult">
   <complexContent>
     <extension base="{urn:messages_2010_2.platform.webservices.netsuite.com}AsyncResult">
       <sequence>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}searchResult"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchResult searchResult
Public Constructors
AsyncSearchResult()
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 AsyncSearchResult ()

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