public class

SearchBooleanField

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

Class Overview

Java class for SearchBooleanField complex type.

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

 <complexType name="SearchBooleanField">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean searchValue
Public Constructors
SearchBooleanField()
Public Methods
Boolean isSearchValue()
Gets the value of the searchValue property.
void setSearchValue(Boolean value)
Sets the value of the searchValue property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean searchValue

Public Constructors

public SearchBooleanField ()

Public Methods

public Boolean isSearchValue ()

Gets the value of the searchValue property.

Returns
  • possible object is Boolean

public void setSearchValue (Boolean value)

Sets the value of the searchValue property.

Parameters
value Allowed object is Boolean