public class

AsyncSearchRequest

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

Class Overview

Java class for AsyncSearchRequest complex type.

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

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

Summary

Fields
protected SearchRecord searchRecord
Public Constructors
AsyncSearchRequest()
AsyncSearchRequest(SearchRecord searchRecord)
Public Methods
SearchRecord getSearchRecord()
Gets the value of the searchRecord property.
void setSearchRecord(SearchRecord value)
Sets the value of the searchRecord property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchRecord searchRecord

Public Constructors

public AsyncSearchRequest ()

public AsyncSearchRequest (SearchRecord searchRecord)

Parameters
searchRecord

Public Methods

public SearchRecord getSearchRecord ()

Gets the value of the searchRecord property.

Returns

public void setSearchRecord (SearchRecord value)

Sets the value of the searchRecord property.

Parameters
value Allowed object is SearchRecord