public class

ItemSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.lists.accounting_2010_2.ItemSearch

Class Overview

Java class for ItemSearch complex type.

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

 <complexType name="ItemSearch">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2010_2.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="binNumberJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}BinSearchBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="inventoryLocationJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}LocationSearchBasic" minOccurs="0"/>
         <element name="memberItemJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="parentJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="preferredLocationJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}LocationSearchBasic" minOccurs="0"/>
         <element name="preferredVendorJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}VendorSearchBasic" minOccurs="0"/>
         <element name="shopperJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="transactionJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TransactionSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="userNotesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}NoteSearchBasic" minOccurs="0"/>
         <element name="vendorJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}VendorSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ItemSearchBasic basic
protected BinSearchBasic binNumberJoin
protected FileSearchBasic fileJoin
protected LocationSearchBasic inventoryLocationJoin
protected ItemSearchBasic memberItemJoin
protected ItemSearchBasic parentJoin
protected LocationSearchBasic preferredLocationJoin
protected VendorSearchBasic preferredVendorJoin
protected CustomerSearchBasic shopperJoin
protected TransactionSearchBasic transactionJoin
protected EmployeeSearchBasic userJoin
protected NoteSearchBasic userNotesJoin
protected VendorSearchBasic vendorJoin
Public Constructors
ItemSearch()
Public Methods
ItemSearchBasic getBasic()
Gets the value of the basic property.
BinSearchBasic getBinNumberJoin()
Gets the value of the binNumberJoin property.
FileSearchBasic getFileJoin()
Gets the value of the fileJoin property.
LocationSearchBasic getInventoryLocationJoin()
Gets the value of the inventoryLocationJoin property.
ItemSearchBasic getMemberItemJoin()
Gets the value of the memberItemJoin property.
ItemSearchBasic getParentJoin()
Gets the value of the parentJoin property.
LocationSearchBasic getPreferredLocationJoin()
Gets the value of the preferredLocationJoin property.
VendorSearchBasic getPreferredVendorJoin()
Gets the value of the preferredVendorJoin property.
CustomerSearchBasic getShopperJoin()
Gets the value of the shopperJoin property.
TransactionSearchBasic getTransactionJoin()
Gets the value of the transactionJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
VendorSearchBasic getVendorJoin()
Gets the value of the vendorJoin property.
void setBasic(ItemSearchBasic value)
Sets the value of the basic property.
void setBinNumberJoin(BinSearchBasic value)
Sets the value of the binNumberJoin property.
void setFileJoin(FileSearchBasic value)
Sets the value of the fileJoin property.
void setInventoryLocationJoin(LocationSearchBasic value)
Sets the value of the inventoryLocationJoin property.
void setMemberItemJoin(ItemSearchBasic value)
Sets the value of the memberItemJoin property.
void setParentJoin(ItemSearchBasic value)
Sets the value of the parentJoin property.
void setPreferredLocationJoin(LocationSearchBasic value)
Sets the value of the preferredLocationJoin property.
void setPreferredVendorJoin(VendorSearchBasic value)
Sets the value of the preferredVendorJoin property.
void setShopperJoin(CustomerSearchBasic value)
Sets the value of the shopperJoin property.
void setTransactionJoin(TransactionSearchBasic value)
Sets the value of the transactionJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
void setUserNotesJoin(NoteSearchBasic value)
Sets the value of the userNotesJoin property.
void setVendorJoin(VendorSearchBasic value)
Sets the value of the vendorJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ItemSearchBasic basic

protected BinSearchBasic binNumberJoin

protected FileSearchBasic fileJoin

protected LocationSearchBasic inventoryLocationJoin

protected ItemSearchBasic memberItemJoin

protected ItemSearchBasic parentJoin

protected LocationSearchBasic preferredLocationJoin

protected VendorSearchBasic preferredVendorJoin

protected CustomerSearchBasic shopperJoin

protected TransactionSearchBasic transactionJoin

protected EmployeeSearchBasic userJoin

protected NoteSearchBasic userNotesJoin

protected VendorSearchBasic vendorJoin

Public Constructors

public ItemSearch ()

Public Methods

public ItemSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public BinSearchBasic getBinNumberJoin ()

Gets the value of the binNumberJoin property.

Returns

public FileSearchBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public LocationSearchBasic getInventoryLocationJoin ()

Gets the value of the inventoryLocationJoin property.

Returns

public ItemSearchBasic getMemberItemJoin ()

Gets the value of the memberItemJoin property.

Returns

public ItemSearchBasic getParentJoin ()

Gets the value of the parentJoin property.

Returns

public LocationSearchBasic getPreferredLocationJoin ()

Gets the value of the preferredLocationJoin property.

Returns

public VendorSearchBasic getPreferredVendorJoin ()

Gets the value of the preferredVendorJoin property.

Returns

public CustomerSearchBasic getShopperJoin ()

Gets the value of the shopperJoin property.

Returns

public TransactionSearchBasic getTransactionJoin ()

Gets the value of the transactionJoin property.

Returns

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public NoteSearchBasic getUserNotesJoin ()

Gets the value of the userNotesJoin property.

Returns

public VendorSearchBasic getVendorJoin ()

Gets the value of the vendorJoin property.

Returns

public void setBasic (ItemSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is ItemSearchBasic

public void setBinNumberJoin (BinSearchBasic value)

Sets the value of the binNumberJoin property.

Parameters
value Allowed object is BinSearchBasic

public void setFileJoin (FileSearchBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setInventoryLocationJoin (LocationSearchBasic value)

Sets the value of the inventoryLocationJoin property.

Parameters
value Allowed object is LocationSearchBasic

public void setMemberItemJoin (ItemSearchBasic value)

Sets the value of the memberItemJoin property.

Parameters
value Allowed object is ItemSearchBasic

public void setParentJoin (ItemSearchBasic value)

Sets the value of the parentJoin property.

Parameters
value Allowed object is ItemSearchBasic

public void setPreferredLocationJoin (LocationSearchBasic value)

Sets the value of the preferredLocationJoin property.

Parameters
value Allowed object is LocationSearchBasic

public void setPreferredVendorJoin (VendorSearchBasic value)

Sets the value of the preferredVendorJoin property.

Parameters
value Allowed object is VendorSearchBasic

public void setShopperJoin (CustomerSearchBasic value)

Sets the value of the shopperJoin property.

Parameters
value Allowed object is CustomerSearchBasic

public void setTransactionJoin (TransactionSearchBasic value)

Sets the value of the transactionJoin property.

Parameters
value Allowed object is TransactionSearchBasic

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setUserNotesJoin (NoteSearchBasic value)

Sets the value of the userNotesJoin property.

Parameters
value Allowed object is NoteSearchBasic

public void setVendorJoin (VendorSearchBasic value)

Sets the value of the vendorJoin property.

Parameters
value Allowed object is VendorSearchBasic