public class

GetSelectValueFilter

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

Class Overview

Java class for GetSelectValueFilter complex type.

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

 <complexType name="GetSelectValueFilter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="filterValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="operator" use="required" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}GetSelectValueFilterOperator" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String filterValue
protected GetSelectValueFilterOperator operator
Public Constructors
GetSelectValueFilter()
Public Methods
String getFilterValue()
Gets the value of the filterValue property.
GetSelectValueFilterOperator getOperator()
Gets the value of the operator property.
void setFilterValue(String value)
Sets the value of the filterValue property.
void setOperator(GetSelectValueFilterOperator value)
Sets the value of the operator property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String filterValue

protected GetSelectValueFilterOperator operator

Public Constructors

public GetSelectValueFilter ()

Public Methods

public String getFilterValue ()

Gets the value of the filterValue property.

Returns
  • possible object is String

public GetSelectValueFilterOperator getOperator ()

Gets the value of the operator property.

Returns

public void setFilterValue (String value)

Sets the value of the filterValue property.

Parameters
value Allowed object is String

public void setOperator (GetSelectValueFilterOperator value)

Sets the value of the operator property.

Parameters
value Allowed object is GetSelectValueFilterOperator