public class

GetSavedSearchRecord

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.GetSavedSearchRecord

Class Overview

Java class for GetSavedSearchRecord complex type.

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

 <complexType name="GetSavedSearchRecord">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="searchType" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}SearchRecordType" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchRecordType searchType
Public Constructors
GetSavedSearchRecord()
GetSavedSearchRecord(SearchRecordType searchType)
Public Methods
SearchRecordType getSearchType()
Gets the value of the searchType property.
void setSearchType(SearchRecordType value)
Sets the value of the searchType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchRecordType searchType

Public Constructors

public GetSavedSearchRecord ()

public GetSavedSearchRecord (SearchRecordType searchType)

Parameters
searchType

Public Methods

public SearchRecordType getSearchType ()

Gets the value of the searchType property.

Returns

public void setSearchType (SearchRecordType value)

Sets the value of the searchType property.

Parameters
value Allowed object is SearchRecordType