Uses of Class
org.cxml.BlockedQuantity
-
Packages that use BlockedQuantity Package Description org.cxml -
-
Uses of BlockedQuantity in org.cxml
Fields in org.cxml declared as BlockedQuantity Modifier and Type Field Description protected BlockedQuantityConsignmentInventory. blockedQuantityprotected BlockedQuantityInventory. blockedQuantityMethods in org.cxml that return BlockedQuantity Modifier and Type Method Description BlockedQuantityObjectFactory. createBlockedQuantity()Create an instance ofBlockedQuantityBlockedQuantityConsignmentInventory. getBlockedQuantity()Gets the value of the blockedQuantity property.BlockedQuantityInventory. getBlockedQuantity()Gets the value of the blockedQuantity property.Methods in org.cxml with parameters of type BlockedQuantity Modifier and Type Method Description voidConsignmentInventory. setBlockedQuantity(BlockedQuantity value)Sets the value of the blockedQuantity property.voidInventory. setBlockedQuantity(BlockedQuantity value)Sets the value of the blockedQuantity property.
-