public class

SearchRequest

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

Class Overview

Java class for SearchRequest complex type.

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

 <complexType name="SearchRequest">
   <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
SearchRequest()
SearchRequest(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 SearchRequest ()

public SearchRequest (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