public class

SearchPreferences

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_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
Boolean getBodyFieldsOnly()
Gets the value of the bodyFieldsOnly property.
Integer getPageSize()
Gets the value of the pageSize property.
Boolean getReturnSearchColumns()
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 Boolean getBodyFieldsOnly ()

Gets the value of the bodyFieldsOnly property. This getter has been renamed from isBodyFieldsOnly() to getBodyFieldsOnly() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Integer getPageSize ()

Gets the value of the pageSize property.

Returns
  • possible object is Integer

public Boolean getReturnSearchColumns ()

Gets the value of the returnSearchColumns property. This getter has been renamed from isReturnSearchColumns() to getReturnSearchColumns() by cxf-xjc-boolean plugin.

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