public class

InventoryNumberLocations

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2012_1.InventoryNumberLocations

Class Overview

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>
 

Summary

Fields
protected String location
protected Double quantityAvailable
protected Double quantityInTransit
protected Double quantityOnHand
protected Double quantityOnOrder
Public Constructors
InventoryNumberLocations()
Public Methods
String getLocation()
Gets the value of the location property.
Double getQuantityAvailable()
Gets the value of the quantityAvailable property.
Double getQuantityInTransit()
Gets the value of the quantityInTransit property.
Double getQuantityOnHand()
Gets the value of the quantityOnHand property.
Double getQuantityOnOrder()
Gets the value of the quantityOnOrder property.
void setLocation(String value)
Sets the value of the location property.
void setQuantityAvailable(Double value)
Sets the value of the quantityAvailable property.
void setQuantityInTransit(Double value)
Sets the value of the quantityInTransit property.
void setQuantityOnHand(Double value)
Sets the value of the quantityOnHand property.
void setQuantityOnOrder(Double value)
Sets the value of the quantityOnOrder property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String location

protected Double quantityAvailable

protected Double quantityInTransit

protected Double quantityOnHand

protected Double quantityOnOrder

Public Constructors

public InventoryNumberLocations ()

Public Methods

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public Double getQuantityAvailable ()

Gets the value of the quantityAvailable property.

Returns
  • possible object is Double

public Double getQuantityInTransit ()

Gets the value of the quantityInTransit property.

Returns
  • possible object is Double

public Double getQuantityOnHand ()

Gets the value of the quantityOnHand property.

Returns
  • possible object is Double

public Double getQuantityOnOrder ()

Gets the value of the quantityOnOrder property.

Returns
  • possible object is Double

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setQuantityAvailable (Double value)

Sets the value of the quantityAvailable property.

Parameters
value Allowed object is Double

public void setQuantityInTransit (Double value)

Sets the value of the quantityInTransit property.

Parameters
value Allowed object is Double

public void setQuantityOnHand (Double value)

Sets the value of the quantityOnHand property.

Parameters
value Allowed object is Double

public void setQuantityOnOrder (Double value)

Sets the value of the quantityOnOrder property.

Parameters
value Allowed object is Double