Package org.cxml
Class Inventory
java.lang.Object
org.cxml.Inventory
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BlockedQuantityprotected DaysOfSupplyprotected IncrementQuantityprotected IntransitQuantityprotected OrderQuantityprotected PromotionQuantityprotected QualityInspectionQuantityprotected RequiredMaximumQuantityprotected RequiredMinimumQuantityprotected ScrapQuantityprotected StockInTransferQuantityprotected StockOnHandQuantityprotected SubcontractingStockInTransferQuantityprotected UnrestrictedUseQuantityprotected WorkInProcessQuantity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the blockedQuantity property.Gets the value of the daysOfSupply property.Gets the value of the incrementQuantity property.Gets the value of the intransitQuantity property.Gets the value of the orderQuantity property.Gets the value of the promotionQuantity property.Gets the value of the qualityInspectionQuantity property.Gets the value of the requiredMaximumQuantity property.Gets the value of the requiredMinimumQuantity property.Gets the value of the scrapQuantity property.Gets the value of the stockInTransferQuantity property.Gets the value of the stockOnHandQuantity property.Gets the value of the subcontractingStockInTransferQuantity property.Gets the value of the unrestrictedUseQuantity property.Gets the value of the workInProcessQuantity property.voidSets the value of the blockedQuantity property.voidsetDaysOfSupply(DaysOfSupply value) Sets the value of the daysOfSupply property.voidSets the value of the incrementQuantity property.voidSets the value of the intransitQuantity property.voidsetOrderQuantity(OrderQuantity value) Sets the value of the orderQuantity property.voidSets the value of the promotionQuantity property.voidSets the value of the qualityInspectionQuantity property.voidSets the value of the requiredMaximumQuantity property.voidSets the value of the requiredMinimumQuantity property.voidsetScrapQuantity(ScrapQuantity value) Sets the value of the scrapQuantity property.voidSets the value of the stockInTransferQuantity property.voidSets the value of the stockOnHandQuantity property.voidSets the value of the subcontractingStockInTransferQuantity property.voidSets the value of the unrestrictedUseQuantity property.voidSets the value of the workInProcessQuantity property.
-
Field Details
-
subcontractingStockInTransferQuantity
-
unrestrictedUseQuantity
-
blockedQuantity
-
qualityInspectionQuantity
-
promotionQuantity
-
stockInTransferQuantity
-
incrementQuantity
-
requiredMinimumQuantity
-
requiredMaximumQuantity
-
stockOnHandQuantity
-
workInProcessQuantity
-
intransitQuantity
-
scrapQuantity
-
orderQuantity
-
daysOfSupply
-
-
Constructor Details
-
Inventory
public Inventory()
-
-
Method Details
-
getSubcontractingStockInTransferQuantity
Gets the value of the subcontractingStockInTransferQuantity property.- Returns:
- possible object is
SubcontractingStockInTransferQuantity
-
setSubcontractingStockInTransferQuantity
Sets the value of the subcontractingStockInTransferQuantity property.- Parameters:
value- allowed object isSubcontractingStockInTransferQuantity
-
getUnrestrictedUseQuantity
Gets the value of the unrestrictedUseQuantity property.- Returns:
- possible object is
UnrestrictedUseQuantity
-
setUnrestrictedUseQuantity
Sets the value of the unrestrictedUseQuantity property.- Parameters:
value- allowed object isUnrestrictedUseQuantity
-
getBlockedQuantity
Gets the value of the blockedQuantity property.- Returns:
- possible object is
BlockedQuantity
-
setBlockedQuantity
Sets the value of the blockedQuantity property.- Parameters:
value- allowed object isBlockedQuantity
-
getQualityInspectionQuantity
Gets the value of the qualityInspectionQuantity property.- Returns:
- possible object is
QualityInspectionQuantity
-
setQualityInspectionQuantity
Sets the value of the qualityInspectionQuantity property.- Parameters:
value- allowed object isQualityInspectionQuantity
-
getPromotionQuantity
Gets the value of the promotionQuantity property.- Returns:
- possible object is
PromotionQuantity
-
setPromotionQuantity
Sets the value of the promotionQuantity property.- Parameters:
value- allowed object isPromotionQuantity
-
getStockInTransferQuantity
Gets the value of the stockInTransferQuantity property.- Returns:
- possible object is
StockInTransferQuantity
-
setStockInTransferQuantity
Sets the value of the stockInTransferQuantity property.- Parameters:
value- allowed object isStockInTransferQuantity
-
getIncrementQuantity
Gets the value of the incrementQuantity property.- Returns:
- possible object is
IncrementQuantity
-
setIncrementQuantity
Sets the value of the incrementQuantity property.- Parameters:
value- allowed object isIncrementQuantity
-
getRequiredMinimumQuantity
Gets the value of the requiredMinimumQuantity property.- Returns:
- possible object is
RequiredMinimumQuantity
-
setRequiredMinimumQuantity
Sets the value of the requiredMinimumQuantity property.- Parameters:
value- allowed object isRequiredMinimumQuantity
-
getRequiredMaximumQuantity
Gets the value of the requiredMaximumQuantity property.- Returns:
- possible object is
RequiredMaximumQuantity
-
setRequiredMaximumQuantity
Sets the value of the requiredMaximumQuantity property.- Parameters:
value- allowed object isRequiredMaximumQuantity
-
getStockOnHandQuantity
Gets the value of the stockOnHandQuantity property.- Returns:
- possible object is
StockOnHandQuantity
-
setStockOnHandQuantity
Sets the value of the stockOnHandQuantity property.- Parameters:
value- allowed object isStockOnHandQuantity
-
getWorkInProcessQuantity
Gets the value of the workInProcessQuantity property.- Returns:
- possible object is
WorkInProcessQuantity
-
setWorkInProcessQuantity
Sets the value of the workInProcessQuantity property.- Parameters:
value- allowed object isWorkInProcessQuantity
-
getIntransitQuantity
Gets the value of the intransitQuantity property.- Returns:
- possible object is
IntransitQuantity
-
setIntransitQuantity
Sets the value of the intransitQuantity property.- Parameters:
value- allowed object isIntransitQuantity
-
getScrapQuantity
Gets the value of the scrapQuantity property.- Returns:
- possible object is
ScrapQuantity
-
setScrapQuantity
Sets the value of the scrapQuantity property.- Parameters:
value- allowed object isScrapQuantity
-
getOrderQuantity
Gets the value of the orderQuantity property.- Returns:
- possible object is
OrderQuantity
-
setOrderQuantity
Sets the value of the orderQuantity property.- Parameters:
value- allowed object isOrderQuantity
-
getDaysOfSupply
Gets the value of the daysOfSupply property.- Returns:
- possible object is
DaysOfSupply
-
setDaysOfSupply
Sets the value of the daysOfSupply property.- Parameters:
value- allowed object isDaysOfSupply
-