public class

SearchColumnDoubleField

extends SearchColumnField
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchColumnField
     ↳ com.netsuite.webservices.platform.core_2010_2.SearchColumnDoubleField

Class Overview

Java class for SearchColumnDoubleField complex type.

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

 <complexType name="SearchColumnDoubleField">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnField">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double searchValue
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.SearchColumnField
Public Constructors
SearchColumnDoubleField()
Public Methods
Double getSearchValue()
Gets the value of the searchValue property.
void setSearchValue(Double value)
Sets the value of the searchValue property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.SearchColumnField
From class java.lang.Object

Fields

protected Double searchValue

Public Constructors

public SearchColumnDoubleField ()

Public Methods

public Double getSearchValue ()

Gets the value of the searchValue property.

Returns
  • possible object is Double

public void setSearchValue (Double value)

Sets the value of the searchValue property.

Parameters
value Allowed object is Double