| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.SearchTextNumberField |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| operator | |||||||||||
| searchValue | |||||||||||
| searchValue2 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the operator property.
| |||||||||||
Gets the value of the searchValue property.
| |||||||||||
Gets the value of the searchValue2 property.
| |||||||||||
Sets the value of the operator property.
| |||||||||||
Sets the value of the searchValue property.
| |||||||||||
Sets the value of the searchValue2 property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the operator property.
SearchTextNumberFieldOperator
Gets the value of the searchValue property.
Gets the value of the searchValue2 property.
Sets the value of the operator property.
| value | Allowed object is
SearchTextNumberFieldOperator
|
|---|
Sets the value of the searchValue property.
| value | Allowed object is String |
|---|
Sets the value of the searchValue2 property.
| value | Allowed object is String |
|---|