public class

SearchColumnBooleanCustomField

extends SearchColumnCustomField
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchColumnCustomField
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchColumnBooleanCustomField

Class Overview

Java class for SearchColumnBooleanCustomField complex type.

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

 <complexType name="SearchColumnBooleanCustomField">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomField">
       <sequence>
         <element name="searchValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean searchValue
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.SearchColumnCustomField
Public Constructors
SearchColumnBooleanCustomField()
Public Methods
Boolean getSearchValue()
Gets the value of the searchValue property.
void setSearchValue(Boolean value)
Sets the value of the searchValue property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.SearchColumnCustomField
From class java.lang.Object

Fields

protected Boolean searchValue

Public Constructors

public SearchColumnBooleanCustomField ()

Public Methods

public Boolean getSearchValue ()

Gets the value of the searchValue property. This getter has been renamed from isSearchValue() to getSearchValue() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setSearchValue (Boolean value)

Sets the value of the searchValue property.

Parameters
value Allowed object is Boolean