public class

SearchDoubleCustomField

extends SearchCustomField
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchCustomField
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchDoubleCustomField

Class Overview

Java class for SearchDoubleCustomField complex type.

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

 <complexType name="SearchDoubleCustomField">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchCustomField">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="searchValue2" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
       <attribute name="operator" type="{urn:types.core_2013_2.platform.webservices.netsuite.com}SearchDoubleFieldOperator" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchDoubleFieldOperator operator
protected Double searchValue
protected Double searchValue2
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.SearchCustomField
Public Constructors
SearchDoubleCustomField()
Public Methods
SearchDoubleFieldOperator getOperator()
Gets the value of the operator property.
Double getSearchValue()
Gets the value of the searchValue property.
Double getSearchValue2()
Gets the value of the searchValue2 property.
void setOperator(SearchDoubleFieldOperator value)
Sets the value of the operator property.
void setSearchValue(Double value)
Sets the value of the searchValue property.
void setSearchValue2(Double value)
Sets the value of the searchValue2 property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.SearchCustomField
From class java.lang.Object

Fields

protected SearchDoubleFieldOperator operator

protected Double searchValue

protected Double searchValue2

Public Constructors

public SearchDoubleCustomField ()

Public Methods

public SearchDoubleFieldOperator getOperator ()

Gets the value of the operator property.

Returns

public Double getSearchValue ()

Gets the value of the searchValue property.

Returns
  • possible object is Double

public Double getSearchValue2 ()

Gets the value of the searchValue2 property.

Returns
  • possible object is Double

public void setOperator (SearchDoubleFieldOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is SearchDoubleFieldOperator

public void setSearchValue (Double value)

Sets the value of the searchValue property.

Parameters
value Allowed object is Double

public void setSearchValue2 (Double value)

Sets the value of the searchValue2 property.

Parameters
value Allowed object is Double