public class

GetSavedSearchResponse

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

Class Overview

Java class for GetSavedSearchResponse complex type.

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

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

Summary

Fields
protected GetSavedSearchResult getSavedSearchResult
Public Constructors
GetSavedSearchResponse()
Public Methods
GetSavedSearchResult getGetSavedSearchResult()
Gets the value of the getSavedSearchResult property.
void setGetSavedSearchResult(GetSavedSearchResult value)
Sets the value of the getSavedSearchResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetSavedSearchResult getSavedSearchResult

Public Constructors

public GetSavedSearchResponse ()

Public Methods

public GetSavedSearchResult getGetSavedSearchResult ()

Gets the value of the getSavedSearchResult property.

Returns

public void setGetSavedSearchResult (GetSavedSearchResult value)

Sets the value of the getSavedSearchResult property.

Parameters
value Allowed object is GetSavedSearchResult