public class

ItemSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.SearchRecord
     ↳ com.netsuite.webservices.lists.accounting_2012_1.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_2012_1.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2012_1.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="binNumberJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}BinSearchBasic" minOccurs="0"/>
         <element name="correlatedItemJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="inventoryDetailJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}InventoryDetailSearchBasic" minOccurs="0"/>
         <element name="inventoryLocationJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}LocationSearchBasic" minOccurs="0"/>
         <element name="inventoryNumberJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}InventoryNumberSearchBasic" minOccurs="0"/>
         <element name="memberItemJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="parentJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="preferredLocationJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}LocationSearchBasic" minOccurs="0"/>
         <element name="preferredVendorJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}VendorSearchBasic" minOccurs="0"/>
         <element name="shopperJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="transactionJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}TransactionSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="userNotesJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}NoteSearchBasic" minOccurs="0"/>
         <element name="vendorJoin" type="{urn:common_2012_1.platform.webservices.netsuite.com}VendorSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ItemSearchBasic basic
protected BinSearchBasic binNumberJoin
protected ItemSearchBasic correlatedItemJoin
protected FileSearchBasic fileJoin
protected InventoryDetailSearchBasic inventoryDetailJoin
protected LocationSearchBasic inventoryLocationJoin
protected InventoryNumberSearchBasic inventoryNumberJoin
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.
ItemSearchBasic getCorrelatedItemJoin()
Gets the value of the correlatedItemJoin property.
FileSearchBasic getFileJoin()
Gets the value of the fileJoin property.
InventoryDetailSearchBasic getInventoryDetailJoin()
Gets the value of the inventoryDetailJoin property.
LocationSearchBasic getInventoryLocationJoin()
Gets the value of the inventoryLocationJoin property.
InventoryNumberSearchBasic getInventoryNumberJoin()
Gets the value of the inventoryNumberJoin 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 setCorrelatedItemJoin(ItemSearchBasic value)
Sets the value of the correlatedItemJoin property.
void setFileJoin(FileSearchBasic value)
Sets the value of the fileJoin property.
void setInventoryDetailJoin(InventoryDetailSearchBasic value)
Sets the value of the inventoryDetailJoin property.
void setInventoryLocationJoin(LocationSearchBasic value)
Sets the value of the inventoryLocationJoin property.
void setInventoryNumberJoin(InventoryNumberSearchBasic value)
Sets the value of the inventoryNumberJoin 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 ItemSearchBasic correlatedItemJoin

protected FileSearchBasic fileJoin

protected InventoryDetailSearchBasic inventoryDetailJoin

protected LocationSearchBasic inventoryLocationJoin

protected InventoryNumberSearchBasic inventoryNumberJoin

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 ItemSearchBasic getCorrelatedItemJoin ()

Gets the value of the correlatedItemJoin property.

Returns

public FileSearchBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public InventoryDetailSearchBasic getInventoryDetailJoin ()

Gets the value of the inventoryDetailJoin property.

Returns

public LocationSearchBasic getInventoryLocationJoin ()

Gets the value of the inventoryLocationJoin property.

Returns

public InventoryNumberSearchBasic getInventoryNumberJoin ()

Gets the value of the inventoryNumberJoin 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 setCorrelatedItemJoin (ItemSearchBasic value)

Sets the value of the correlatedItemJoin property.

Parameters
value Allowed object is ItemSearchBasic

public void setFileJoin (FileSearchBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setInventoryDetailJoin (InventoryDetailSearchBasic value)

Sets the value of the inventoryDetailJoin property.

Parameters
value Allowed object is InventoryDetailSearchBasic

public void setInventoryLocationJoin (LocationSearchBasic value)

Sets the value of the inventoryLocationJoin property.

Parameters
value Allowed object is LocationSearchBasic

public void setInventoryNumberJoin (InventoryNumberSearchBasic value)

Sets the value of the inventoryNumberJoin property.

Parameters
value Allowed object is InventoryNumberSearchBasic

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