public class

SearchTextNumberField

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

Class Overview

Java class for SearchTextNumberField complex type.

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

 <complexType name="SearchTextNumberField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="searchValue2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="operator" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}SearchTextNumberFieldOperator" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchTextNumberFieldOperator operator
protected String searchValue
protected String searchValue2
Public Constructors
SearchTextNumberField()
Public Methods
SearchTextNumberFieldOperator getOperator()
Gets the value of the operator property.
String getSearchValue()
Gets the value of the searchValue property.
String getSearchValue2()
Gets the value of the searchValue2 property.
void setOperator(SearchTextNumberFieldOperator value)
Sets the value of the operator property.
void setSearchValue(String value)
Sets the value of the searchValue property.
void setSearchValue2(String value)
Sets the value of the searchValue2 property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchTextNumberFieldOperator operator

protected String searchValue

protected String searchValue2

Public Constructors

public SearchTextNumberField ()

Public Methods

public SearchTextNumberFieldOperator getOperator ()

Gets the value of the operator property.

Returns

public String getSearchValue ()

Gets the value of the searchValue property.

Returns
  • possible object is String

public String getSearchValue2 ()

Gets the value of the searchValue2 property.

Returns
  • possible object is String

public void setOperator (SearchTextNumberFieldOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is SearchTextNumberFieldOperator

public void setSearchValue (String value)

Sets the value of the searchValue property.

Parameters
value Allowed object is String

public void setSearchValue2 (String value)

Sets the value of the searchValue2 property.

Parameters
value Allowed object is String