public class

SerializedInventoryItemLocations

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2013_2.SerializedInventoryItemLocations

Class Overview

Java class for SerializedInventoryItemLocations complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SerializedInventoryItemLocations">
   <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="onHandValueMli" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="serialNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="averageCostMli" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="lastPurchasePriceMli" 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="leadTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="defaultReturnCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="isWip" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="safetyStockLevel" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="cost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="inventoryCostTemplate" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="buildTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="lastInvtCountDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="nextInvtCountDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="invtCountInterval" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="invtClassification" type="{urn:types.accounting_2013_2.lists.webservices.netsuite.com}ItemInvtClassification" minOccurs="0"/>
         <element name="costingLotSize" 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="quantityAvailable" 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="locationId" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="supplyReplenishmentMethod" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="alternateDemandSourceItem" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="fixedLotSize" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="periodicLotSizeType" type="{urn:types.accounting_2013_2.lists.webservices.netsuite.com}PeriodicLotSizeType" minOccurs="0"/>
         <element name="periodicLotSizeDays" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="supplyType" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="supplyLotSizingMethod" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="demandSource" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="backwardConsumptionDays" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="forwardConsumptionDays" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef alternateDemandSourceItem
protected Double averageCostMli
protected Long backwardConsumptionDays
protected Double buildTime
protected Double cost
protected Double costingLotSize
protected Double defaultReturnCost
protected RecordRef demandSource
protected Double fixedLotSize
protected Long forwardConsumptionDays
protected RecordRef inventoryCostTemplate
protected ItemInvtClassification invtClassification
protected Long invtCountInterval
protected Boolean isWip
protected XMLGregorianCalendar lastInvtCountDate
protected Double lastPurchasePriceMli
protected Long leadTime
protected String location
protected RecordRef locationId
protected XMLGregorianCalendar nextInvtCountDate
protected Double onHandValueMli
protected Long periodicLotSizeDays
protected PeriodicLotSizeType periodicLotSizeType
protected Double preferredStockLevel
protected Double quantityAvailable
protected Double quantityBackOrdered
protected Double quantityCommitted
protected Double quantityOnHand
protected Double quantityOnOrder
protected Double reorderPoint
protected Double safetyStockLevel
protected String serialNumbers
protected RecordRef supplyLotSizingMethod
protected RecordRef supplyReplenishmentMethod
protected RecordRef supplyType
Public Constructors
SerializedInventoryItemLocations()
Public Methods
RecordRef getAlternateDemandSourceItem()
Gets the value of the alternateDemandSourceItem property.
Double getAverageCostMli()
Gets the value of the averageCostMli property.
Long getBackwardConsumptionDays()
Gets the value of the backwardConsumptionDays property.
Double getBuildTime()
Gets the value of the buildTime property.
Double getCost()
Gets the value of the cost property.
Double getCostingLotSize()
Gets the value of the costingLotSize property.
Double getDefaultReturnCost()
Gets the value of the defaultReturnCost property.
RecordRef getDemandSource()
Gets the value of the demandSource property.
Double getFixedLotSize()
Gets the value of the fixedLotSize property.
Long getForwardConsumptionDays()
Gets the value of the forwardConsumptionDays property.
RecordRef getInventoryCostTemplate()
Gets the value of the inventoryCostTemplate property.
ItemInvtClassification getInvtClassification()
Gets the value of the invtClassification property.
Long getInvtCountInterval()
Gets the value of the invtCountInterval property.
Boolean getIsWip()
Gets the value of the isWip property.
XMLGregorianCalendar getLastInvtCountDate()
Gets the value of the lastInvtCountDate property.
Double getLastPurchasePriceMli()
Gets the value of the lastPurchasePriceMli property.
Long getLeadTime()
Gets the value of the leadTime property.
String getLocation()
Gets the value of the location property.
RecordRef getLocationId()
Gets the value of the locationId property.
XMLGregorianCalendar getNextInvtCountDate()
Gets the value of the nextInvtCountDate property.
Double getOnHandValueMli()
Gets the value of the onHandValueMli property.
Long getPeriodicLotSizeDays()
Gets the value of the periodicLotSizeDays property.
PeriodicLotSizeType getPeriodicLotSizeType()
Gets the value of the periodicLotSizeType property.
Double getPreferredStockLevel()
Gets the value of the preferredStockLevel property.
Double getQuantityAvailable()
Gets the value of the quantityAvailable property.
Double getQuantityBackOrdered()
Gets the value of the quantityBackOrdered property.
Double getQuantityCommitted()
Gets the value of the quantityCommitted property.
Double getQuantityOnHand()
Gets the value of the quantityOnHand property.
Double getQuantityOnOrder()
Gets the value of the quantityOnOrder property.
Double getReorderPoint()
Gets the value of the reorderPoint property.
Double getSafetyStockLevel()
Gets the value of the safetyStockLevel property.
String getSerialNumbers()
Gets the value of the serialNumbers property.
RecordRef getSupplyLotSizingMethod()
Gets the value of the supplyLotSizingMethod property.
RecordRef getSupplyReplenishmentMethod()
Gets the value of the supplyReplenishmentMethod property.
RecordRef getSupplyType()
Gets the value of the supplyType property.
void setAlternateDemandSourceItem(RecordRef value)
Sets the value of the alternateDemandSourceItem property.
void setAverageCostMli(Double value)
Sets the value of the averageCostMli property.
void setBackwardConsumptionDays(Long value)
Sets the value of the backwardConsumptionDays property.
void setBuildTime(Double value)
Sets the value of the buildTime property.
void setCost(Double value)
Sets the value of the cost property.
void setCostingLotSize(Double value)
Sets the value of the costingLotSize property.
void setDefaultReturnCost(Double value)
Sets the value of the defaultReturnCost property.
void setDemandSource(RecordRef value)
Sets the value of the demandSource property.
void setFixedLotSize(Double value)
Sets the value of the fixedLotSize property.
void setForwardConsumptionDays(Long value)
Sets the value of the forwardConsumptionDays property.
void setInventoryCostTemplate(RecordRef value)
Sets the value of the inventoryCostTemplate property.
void setInvtClassification(ItemInvtClassification value)
Sets the value of the invtClassification property.
void setInvtCountInterval(Long value)
Sets the value of the invtCountInterval property.
void setIsWip(Boolean value)
Sets the value of the isWip property.
void setLastInvtCountDate(XMLGregorianCalendar value)
Sets the value of the lastInvtCountDate property.
void setLastPurchasePriceMli(Double value)
Sets the value of the lastPurchasePriceMli property.
void setLeadTime(Long value)
Sets the value of the leadTime property.
void setLocation(String value)
Sets the value of the location property.
void setLocationId(RecordRef value)
Sets the value of the locationId property.
void setNextInvtCountDate(XMLGregorianCalendar value)
Sets the value of the nextInvtCountDate property.
void setOnHandValueMli(Double value)
Sets the value of the onHandValueMli property.
void setPeriodicLotSizeDays(Long value)
Sets the value of the periodicLotSizeDays property.
void setPeriodicLotSizeType(PeriodicLotSizeType value)
Sets the value of the periodicLotSizeType property.
void setPreferredStockLevel(Double value)
Sets the value of the preferredStockLevel property.
void setQuantityAvailable(Double value)
Sets the value of the quantityAvailable property.
void setQuantityBackOrdered(Double value)
Sets the value of the quantityBackOrdered property.
void setQuantityCommitted(Double value)
Sets the value of the quantityCommitted property.
void setQuantityOnHand(Double value)
Sets the value of the quantityOnHand property.
void setQuantityOnOrder(Double value)
Sets the value of the quantityOnOrder property.
void setReorderPoint(Double value)
Sets the value of the reorderPoint property.
void setSafetyStockLevel(Double value)
Sets the value of the safetyStockLevel property.
void setSerialNumbers(String value)
Sets the value of the serialNumbers property.
void setSupplyLotSizingMethod(RecordRef value)
Sets the value of the supplyLotSizingMethod property.
void setSupplyReplenishmentMethod(RecordRef value)
Sets the value of the supplyReplenishmentMethod property.
void setSupplyType(RecordRef value)
Sets the value of the supplyType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef alternateDemandSourceItem

protected Double averageCostMli

protected Long backwardConsumptionDays

protected Double buildTime

protected Double cost

protected Double costingLotSize

protected Double defaultReturnCost

protected RecordRef demandSource

protected Double fixedLotSize

protected Long forwardConsumptionDays

protected RecordRef inventoryCostTemplate

protected ItemInvtClassification invtClassification

protected Long invtCountInterval

protected Boolean isWip

protected XMLGregorianCalendar lastInvtCountDate

protected Double lastPurchasePriceMli

protected Long leadTime

protected String location

protected RecordRef locationId

protected XMLGregorianCalendar nextInvtCountDate

protected Double onHandValueMli

protected Long periodicLotSizeDays

protected PeriodicLotSizeType periodicLotSizeType

protected Double preferredStockLevel

protected Double quantityAvailable

protected Double quantityBackOrdered

protected Double quantityCommitted

protected Double quantityOnHand

protected Double quantityOnOrder

protected Double reorderPoint

protected Double safetyStockLevel

protected String serialNumbers

protected RecordRef supplyLotSizingMethod

protected RecordRef supplyReplenishmentMethod

protected RecordRef supplyType

Public Constructors

public SerializedInventoryItemLocations ()

Public Methods

public RecordRef getAlternateDemandSourceItem ()

Gets the value of the alternateDemandSourceItem property.

Returns

public Double getAverageCostMli ()

Gets the value of the averageCostMli property.

Returns
  • possible object is Double

public Long getBackwardConsumptionDays ()

Gets the value of the backwardConsumptionDays property.

Returns
  • possible object is Long

public Double getBuildTime ()

Gets the value of the buildTime property.

Returns
  • possible object is Double

public Double getCost ()

Gets the value of the cost property.

Returns
  • possible object is Double

public Double getCostingLotSize ()

Gets the value of the costingLotSize property.

Returns
  • possible object is Double

public Double getDefaultReturnCost ()

Gets the value of the defaultReturnCost property.

Returns
  • possible object is Double

public RecordRef getDemandSource ()

Gets the value of the demandSource property.

Returns

public Double getFixedLotSize ()

Gets the value of the fixedLotSize property.

Returns
  • possible object is Double

public Long getForwardConsumptionDays ()

Gets the value of the forwardConsumptionDays property.

Returns
  • possible object is Long

public RecordRef getInventoryCostTemplate ()

Gets the value of the inventoryCostTemplate property.

Returns

public ItemInvtClassification getInvtClassification ()

Gets the value of the invtClassification property.

Returns

public Long getInvtCountInterval ()

Gets the value of the invtCountInterval property.

Returns
  • possible object is Long

public Boolean getIsWip ()

Gets the value of the isWip property. This getter has been renamed from isIsWip() to getIsWip() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getLastInvtCountDate ()

Gets the value of the lastInvtCountDate property.

Returns
  • possible object is XMLGregorianCalendar

public Double getLastPurchasePriceMli ()

Gets the value of the lastPurchasePriceMli property.

Returns
  • possible object is Double

public Long getLeadTime ()

Gets the value of the leadTime property.

Returns
  • possible object is Long

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public RecordRef getLocationId ()

Gets the value of the locationId property.

Returns

public XMLGregorianCalendar getNextInvtCountDate ()

Gets the value of the nextInvtCountDate property.

Returns
  • possible object is XMLGregorianCalendar

public Double getOnHandValueMli ()

Gets the value of the onHandValueMli property.

Returns
  • possible object is Double

public Long getPeriodicLotSizeDays ()

Gets the value of the periodicLotSizeDays property.

Returns
  • possible object is Long

public PeriodicLotSizeType getPeriodicLotSizeType ()

Gets the value of the periodicLotSizeType property.

Returns

public Double getPreferredStockLevel ()

Gets the value of the preferredStockLevel property.

Returns
  • possible object is Double

public Double getQuantityAvailable ()

Gets the value of the quantityAvailable property.

Returns
  • possible object is Double

public Double getQuantityBackOrdered ()

Gets the value of the quantityBackOrdered property.

Returns
  • possible object is Double

public Double getQuantityCommitted ()

Gets the value of the quantityCommitted 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 Double getReorderPoint ()

Gets the value of the reorderPoint property.

Returns
  • possible object is Double

public Double getSafetyStockLevel ()

Gets the value of the safetyStockLevel property.

Returns
  • possible object is Double

public String getSerialNumbers ()

Gets the value of the serialNumbers property.

Returns
  • possible object is String

public RecordRef getSupplyLotSizingMethod ()

Gets the value of the supplyLotSizingMethod property.

Returns

public RecordRef getSupplyReplenishmentMethod ()

Gets the value of the supplyReplenishmentMethod property.

Returns

public RecordRef getSupplyType ()

Gets the value of the supplyType property.

Returns

public void setAlternateDemandSourceItem (RecordRef value)

Sets the value of the alternateDemandSourceItem property.

Parameters
value Allowed object is RecordRef

public void setAverageCostMli (Double value)

Sets the value of the averageCostMli property.

Parameters
value Allowed object is Double

public void setBackwardConsumptionDays (Long value)

Sets the value of the backwardConsumptionDays property.

Parameters
value Allowed object is Long

public void setBuildTime (Double value)

Sets the value of the buildTime property.

Parameters
value Allowed object is Double

public void setCost (Double value)

Sets the value of the cost property.

Parameters
value Allowed object is Double

public void setCostingLotSize (Double value)

Sets the value of the costingLotSize property.

Parameters
value Allowed object is Double

public void setDefaultReturnCost (Double value)

Sets the value of the defaultReturnCost property.

Parameters
value Allowed object is Double

public void setDemandSource (RecordRef value)

Sets the value of the demandSource property.

Parameters
value Allowed object is RecordRef

public void setFixedLotSize (Double value)

Sets the value of the fixedLotSize property.

Parameters
value Allowed object is Double

public void setForwardConsumptionDays (Long value)

Sets the value of the forwardConsumptionDays property.

Parameters
value Allowed object is Long

public void setInventoryCostTemplate (RecordRef value)

Sets the value of the inventoryCostTemplate property.

Parameters
value Allowed object is RecordRef

public void setInvtClassification (ItemInvtClassification value)

Sets the value of the invtClassification property.

Parameters
value Allowed object is ItemInvtClassification

public void setInvtCountInterval (Long value)

Sets the value of the invtCountInterval property.

Parameters
value Allowed object is Long

public void setIsWip (Boolean value)

Sets the value of the isWip property.

Parameters
value Allowed object is Boolean

public void setLastInvtCountDate (XMLGregorianCalendar value)

Sets the value of the lastInvtCountDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLastPurchasePriceMli (Double value)

Sets the value of the lastPurchasePriceMli property.

Parameters
value Allowed object is Double

public void setLeadTime (Long value)

Sets the value of the leadTime property.

Parameters
value Allowed object is Long

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setLocationId (RecordRef value)

Sets the value of the locationId property.

Parameters
value Allowed object is RecordRef

public void setNextInvtCountDate (XMLGregorianCalendar value)

Sets the value of the nextInvtCountDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOnHandValueMli (Double value)

Sets the value of the onHandValueMli property.

Parameters
value Allowed object is Double

public void setPeriodicLotSizeDays (Long value)

Sets the value of the periodicLotSizeDays property.

Parameters
value Allowed object is Long

public void setPeriodicLotSizeType (PeriodicLotSizeType value)

Sets the value of the periodicLotSizeType property.

Parameters
value Allowed object is PeriodicLotSizeType

public void setPreferredStockLevel (Double value)

Sets the value of the preferredStockLevel property.

Parameters
value Allowed object is Double

public void setQuantityAvailable (Double value)

Sets the value of the quantityAvailable property.

Parameters
value Allowed object is Double

public void setQuantityBackOrdered (Double value)

Sets the value of the quantityBackOrdered property.

Parameters
value Allowed object is Double

public void setQuantityCommitted (Double value)

Sets the value of the quantityCommitted 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

public void setReorderPoint (Double value)

Sets the value of the reorderPoint property.

Parameters
value Allowed object is Double

public void setSafetyStockLevel (Double value)

Sets the value of the safetyStockLevel property.

Parameters
value Allowed object is Double

public void setSerialNumbers (String value)

Sets the value of the serialNumbers property.

Parameters
value Allowed object is String

public void setSupplyLotSizingMethod (RecordRef value)

Sets the value of the supplyLotSizingMethod property.

Parameters
value Allowed object is RecordRef

public void setSupplyReplenishmentMethod (RecordRef value)

Sets the value of the supplyReplenishmentMethod property.

Parameters
value Allowed object is RecordRef

public void setSupplyType (RecordRef value)

Sets the value of the supplyType property.

Parameters
value Allowed object is RecordRef