public class

SearchPreferences

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.SearchPreferences

Class Overview

Java class for SearchPreferences complex type.

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

 <complexType name="SearchPreferences">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bodyFieldsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="returnSearchColumns" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="pageSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean bodyFieldsOnly
protected Integer pageSize
protected Boolean returnSearchColumns
Public Constructors
SearchPreferences()
Public Methods
Integer getPageSize()
Gets the value of the pageSize property.
Boolean isBodyFieldsOnly()
Gets the value of the bodyFieldsOnly property.
Boolean isReturnSearchColumns()
Gets the value of the returnSearchColumns property.
void setBodyFieldsOnly(Boolean value)
Sets the value of the bodyFieldsOnly property.
void setPageSize(Integer value)
Sets the value of the pageSize property.
void setReturnSearchColumns(Boolean value)
Sets the value of the returnSearchColumns property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean bodyFieldsOnly

protected Integer pageSize

protected Boolean returnSearchColumns

Public Constructors

public SearchPreferences ()

Public Methods

public Integer getPageSize ()

Gets the value of the pageSize property.

Returns
  • possible object is Integer

public Boolean isBodyFieldsOnly ()

Gets the value of the bodyFieldsOnly property.

Returns
  • possible object is Boolean

public Boolean isReturnSearchColumns ()

Gets the value of the returnSearchColumns property.

Returns
  • possible object is Boolean

public void setBodyFieldsOnly (Boolean value)

Sets the value of the bodyFieldsOnly property.

Parameters
value Allowed object is Boolean

public void setPageSize (Integer value)

Sets the value of the pageSize property.

Parameters
value Allowed object is Integer

public void setReturnSearchColumns (Boolean value)

Sets the value of the returnSearchColumns property.

Parameters
value Allowed object is Boolean