public class

BinSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.lists.accounting_2013_2.BinSearch

Class Overview

Java class for BinSearch complex type.

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

 <complexType name="BinSearch">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2013_2.platform.webservices.netsuite.com}BinSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="customSearchJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}CustomSearchJoin" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BinSearchBasic basic
protected List<CustomSearchJoin> customSearchJoin
protected EmployeeSearchBasic userJoin
Public Constructors
BinSearch()
Public Methods
BinSearchBasic getBasic()
Gets the value of the basic property.
List<CustomSearchJoin> getCustomSearchJoin()
Gets the value of the customSearchJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
void setBasic(BinSearchBasic value)
Sets the value of the basic property.
void setCustomSearchJoin(List<CustomSearchJoin> customSearchJoin)
Sets the value of the customSearchJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BinSearchBasic basic

protected List<CustomSearchJoin> customSearchJoin

protected EmployeeSearchBasic userJoin

Public Constructors

public BinSearch ()

Public Methods

public BinSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public List<CustomSearchJoin> getCustomSearchJoin ()

Gets the value of the customSearchJoin property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customSearchJoin property.

For example, to add a new item, do as follows:

    getCustomSearchJoin().add(newItem);
 

Objects of the following type(s) are allowed in the list CustomSearchJoin

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public void setBasic (BinSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is BinSearchBasic

public void setCustomSearchJoin (List<CustomSearchJoin> customSearchJoin)

Sets the value of the customSearchJoin property.

Parameters
customSearchJoin Allowed object is CustomSearchJoin

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic