public class

SearchMoreWithIdResponse

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

Class Overview

Java class for SearchMoreWithIdResponse complex type.

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

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

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