public class

SearchResponse

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

Class Overview

Java class for SearchResponse complex type.

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

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

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