public class

CustomListSearchAdvanced

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.setup.customization_2013_2.CustomListSearchAdvanced

Class Overview

Java class for CustomListSearchAdvanced complex type.

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

 <complexType name="CustomListSearchAdvanced">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="criteria" type="{urn:customization_2013_2.setup.webservices.netsuite.com}CustomListSearch" minOccurs="0"/>
         <element name="columns" type="{urn:customization_2013_2.setup.webservices.netsuite.com}CustomListSearchRow" minOccurs="0"/>
       </sequence>
       <attribute name="savedSearchId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="savedSearchScriptId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomListSearchRow columns
protected CustomListSearch criteria
protected String savedSearchId
protected String savedSearchScriptId
Public Constructors
CustomListSearchAdvanced()
Public Methods
CustomListSearchRow getColumns()
Gets the value of the columns property.
CustomListSearch getCriteria()
Gets the value of the criteria property.
String getSavedSearchId()
Gets the value of the savedSearchId property.
String getSavedSearchScriptId()
Gets the value of the savedSearchScriptId property.
void setColumns(CustomListSearchRow value)
Sets the value of the columns property.
void setCriteria(CustomListSearch value)
Sets the value of the criteria property.
void setSavedSearchId(String value)
Sets the value of the savedSearchId property.
void setSavedSearchScriptId(String value)
Sets the value of the savedSearchScriptId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CustomListSearchRow columns

protected CustomListSearch criteria

protected String savedSearchId

protected String savedSearchScriptId

Public Constructors

public CustomListSearchAdvanced ()

Public Methods

public CustomListSearchRow getColumns ()

Gets the value of the columns property.

Returns

public CustomListSearch getCriteria ()

Gets the value of the criteria property.

Returns

public String getSavedSearchId ()

Gets the value of the savedSearchId property.

Returns
  • possible object is String

public String getSavedSearchScriptId ()

Gets the value of the savedSearchScriptId property.

Returns
  • possible object is String

public void setColumns (CustomListSearchRow value)

Sets the value of the columns property.

Parameters
value Allowed object is CustomListSearchRow

public void setCriteria (CustomListSearch value)

Sets the value of the criteria property.

Parameters
value Allowed object is CustomListSearch

public void setSavedSearchId (String value)

Sets the value of the savedSearchId property.

Parameters
value Allowed object is String

public void setSavedSearchScriptId (String value)

Sets the value of the savedSearchScriptId property.

Parameters
value Allowed object is String