public class

SearchStringField

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

Class Overview

Java class for SearchStringField complex type.

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

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

Summary

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

Fields

protected SearchStringFieldOperator operator

protected String searchValue

Public Constructors

public SearchStringField ()

Public Methods

public SearchStringFieldOperator 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 void setOperator (SearchStringFieldOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is SearchStringFieldOperator

public void setSearchValue (String value)

Sets the value of the searchValue property.

Parameters
value Allowed object is String