Uses of Class
org.cxml.StockInTransferQuantity
-
Packages that use StockInTransferQuantity Package Description org.cxml -
-
Uses of StockInTransferQuantity in org.cxml
Fields in org.cxml declared as StockInTransferQuantity Modifier and Type Field Description protected StockInTransferQuantityConsignmentInventory. stockInTransferQuantityprotected StockInTransferQuantityInventory. stockInTransferQuantityMethods in org.cxml that return StockInTransferQuantity Modifier and Type Method Description StockInTransferQuantityObjectFactory. createStockInTransferQuantity()Create an instance ofStockInTransferQuantityStockInTransferQuantityConsignmentInventory. getStockInTransferQuantity()Gets the value of the stockInTransferQuantity property.StockInTransferQuantityInventory. getStockInTransferQuantity()Gets the value of the stockInTransferQuantity property.Methods in org.cxml with parameters of type StockInTransferQuantity Modifier and Type Method Description voidConsignmentInventory. setStockInTransferQuantity(StockInTransferQuantity value)Sets the value of the stockInTransferQuantity property.voidInventory. setStockInTransferQuantity(StockInTransferQuantity value)Sets the value of the stockInTransferQuantity property.
-