| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2012_1.SearchRecord | |
| ↳ | com.netsuite.webservices.platform.common_2012_1.InventoryDetailSearchBasic | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| binNumber | |||||||||||
| externalId | |||||||||||
| externalIdString | |||||||||||
| internalId | |||||||||||
| internalIdNumber | |||||||||||
| inventoryNumber | |||||||||||
| quantity | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the binNumber property.
| |||||||||||
Gets the value of the externalId property.
| |||||||||||
Gets the value of the externalIdString property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the internalIdNumber property.
| |||||||||||
Gets the value of the inventoryNumber property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Sets the value of the binNumber property.
| |||||||||||
Sets the value of the externalId property.
| |||||||||||
Sets the value of the externalIdString property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the internalIdNumber property.
| |||||||||||
Sets the value of the inventoryNumber property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the binNumber property.
SearchMultiSelectField
Gets the value of the externalId property.
SearchMultiSelectField
Gets the value of the externalIdString property.
SearchStringField
Gets the value of the internalId property.
SearchMultiSelectField
Gets the value of the internalIdNumber property.
SearchLongField
Gets the value of the inventoryNumber property.
SearchMultiSelectField
Gets the value of the quantity property.
SearchDoubleField
Sets the value of the binNumber property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the externalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the externalIdString property.
| value | Allowed object is
SearchStringField
|
|---|
Sets the value of the internalId property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the internalIdNumber property.
| value | Allowed object is
SearchLongField
|
|---|
Sets the value of the inventoryNumber property.
| value | Allowed object is
SearchMultiSelectField
|
|---|
Sets the value of the quantity property.
| value | Allowed object is
SearchDoubleField
|
|---|