| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.InventoryItemBinNumber |
Java class for InventoryItemBinNumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryItemBinNumber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="binNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="onHand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="onHandAvail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="preferredBin" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| binNumber | |||||||||||
| location | |||||||||||
| onHand | |||||||||||
| onHandAvail | |||||||||||
| preferredBin | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the binNumber property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the onHand property.
| |||||||||||
Gets the value of the onHandAvail property.
| |||||||||||
Gets the value of the preferredBin property.
| |||||||||||
Sets the value of the binNumber property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the onHand property.
| |||||||||||
Sets the value of the onHandAvail property.
| |||||||||||
Sets the value of the preferredBin property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the binNumber property.
RecordRef
Gets the value of the location property.
Gets the value of the onHand property.
Gets the value of the onHandAvail property.
Gets the value of the preferredBin property.
Sets the value of the binNumber property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the location property.
| value | Allowed object is String |
|---|
Sets the value of the onHand property.
| value | Allowed object is String |
|---|
Sets the value of the onHandAvail property.
| value | Allowed object is String |
|---|
Sets the value of the preferredBin property.
| value | Allowed object is Boolean |
|---|