public class

InventoryDetailSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2012_1.InventoryDetailSearchBasic

Class Overview

Java class for InventoryDetailSearchBasic complex type.

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

 <complexType name="InventoryDetailSearchBasic">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="binNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="inventoryNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="quantity" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchMultiSelectField binNumber
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField inventoryNumber
protected SearchDoubleField quantity
Public Constructors
InventoryDetailSearchBasic()
Public Methods
SearchMultiSelectField getBinNumber()
Gets the value of the binNumber property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchMultiSelectField getInventoryNumber()
Gets the value of the inventoryNumber property.
SearchDoubleField getQuantity()
Gets the value of the quantity property.
void setBinNumber(SearchMultiSelectField value)
Sets the value of the binNumber property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setInventoryNumber(SearchMultiSelectField value)
Sets the value of the inventoryNumber property.
void setQuantity(SearchDoubleField value)
Sets the value of the quantity property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchMultiSelectField binNumber

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField inventoryNumber

protected SearchDoubleField quantity

Public Constructors

public InventoryDetailSearchBasic ()

Public Methods

public SearchMultiSelectField getBinNumber ()

Gets the value of the binNumber property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchMultiSelectField getInventoryNumber ()

Gets the value of the inventoryNumber property.

Returns

public SearchDoubleField getQuantity ()

Gets the value of the quantity property.

Returns

public void setBinNumber (SearchMultiSelectField value)

Sets the value of the binNumber property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setInventoryNumber (SearchMultiSelectField value)

Sets the value of the inventoryNumber property.

Parameters
value Allowed object is SearchMultiSelectField

public void setQuantity (SearchDoubleField value)

Sets the value of the quantity property.

Parameters
value Allowed object is SearchDoubleField