| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.accounting_2012_1.InventoryNumberLocations |
Java class for InventoryNumberLocations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryNumberLocations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="quantityOnHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="quantityAvailable" 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="quantityInTransit" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| location | |||||||||||
| quantityAvailable | |||||||||||
| quantityInTransit | |||||||||||
| quantityOnHand | |||||||||||
| quantityOnOrder | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the location property.
| |||||||||||
Gets the value of the quantityAvailable property.
| |||||||||||
Gets the value of the quantityInTransit property.
| |||||||||||
Gets the value of the quantityOnHand property.
| |||||||||||
Gets the value of the quantityOnOrder property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the quantityAvailable property.
| |||||||||||
Sets the value of the quantityInTransit property.
| |||||||||||
Sets the value of the quantityOnHand property.
| |||||||||||
Sets the value of the quantityOnOrder property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the location property.
Gets the value of the quantityAvailable property.
Gets the value of the quantityInTransit property.
Gets the value of the quantityOnHand property.
Gets the value of the quantityOnOrder property.
Sets the value of the location property.
| value | Allowed object is String |
|---|
Sets the value of the quantityAvailable property.
| value | Allowed object is Double |
|---|
Sets the value of the quantityInTransit 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 |
|---|