| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.ItemAvailability |
Java class for ItemAvailability complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemAvailability">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
<element name="lastQtyAvailableChange" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="locationId" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="quantityOnHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="onHandValueMli" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="reorderPoint" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="preferredStockLevel" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="quantityOnOrder" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="quantityCommitted" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="quantityBackOrdered" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="quantityAvailable" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| item | |||||||||||
| lastQtyAvailableChange | |||||||||||
| locationId | |||||||||||
| onHandValueMli | |||||||||||
| preferredStockLevel | |||||||||||
| quantityAvailable | |||||||||||
| quantityBackOrdered | |||||||||||
| quantityCommitted | |||||||||||
| quantityOnHand | |||||||||||
| quantityOnOrder | |||||||||||
| reorderPoint | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the item property.
| |||||||||||
Gets the value of the lastQtyAvailableChange property.
| |||||||||||
Gets the value of the locationId property.
| |||||||||||
Gets the value of the onHandValueMli property.
| |||||||||||
Gets the value of the preferredStockLevel property.
| |||||||||||
Gets the value of the quantityAvailable property.
| |||||||||||
Gets the value of the quantityBackOrdered property.
| |||||||||||
Gets the value of the quantityCommitted property.
| |||||||||||
Gets the value of the quantityOnHand property.
| |||||||||||
Gets the value of the quantityOnOrder property.
| |||||||||||
Gets the value of the reorderPoint property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the lastQtyAvailableChange property.
| |||||||||||
Sets the value of the locationId property.
| |||||||||||
Sets the value of the onHandValueMli property.
| |||||||||||
Sets the value of the preferredStockLevel property.
| |||||||||||
Sets the value of the quantityAvailable property.
| |||||||||||
Sets the value of the quantityBackOrdered property.
| |||||||||||
Sets the value of the quantityCommitted property.
| |||||||||||
Sets the value of the quantityOnHand property.
| |||||||||||
Sets the value of the quantityOnOrder property.
| |||||||||||
Sets the value of the reorderPoint property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the item property.
RecordRef
Gets the value of the lastQtyAvailableChange property.
Gets the value of the locationId property.
RecordRef
Gets the value of the onHandValueMli property.
Gets the value of the preferredStockLevel property.
Gets the value of the quantityAvailable property.
Gets the value of the quantityBackOrdered property.
Gets the value of the quantityCommitted property.
Gets the value of the quantityOnHand property.
Gets the value of the quantityOnOrder property.
Gets the value of the reorderPoint property.
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the lastQtyAvailableChange property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the locationId property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the onHandValueMli property.
| value | Allowed object is Double |
|---|
Sets the value of the preferredStockLevel property.
| value | Allowed object is Double |
|---|
Sets the value of the quantityAvailable property.
| value | Allowed object is Double |
|---|
Sets the value of the quantityBackOrdered property.
| value | Allowed object is Double |
|---|
Sets the value of the quantityCommitted property.
| value | Allowed object is Double |
|---|
Sets the value of the quantityOnHand property.
| value | Allowed object is Double |
|---|
Sets the value of the quantityOnOrder property.
| value | Allowed object is Double |
|---|
Sets the value of the reorderPoint property.
| value | Allowed object is Double |
|---|