public interface FulfillmentCenterInventoryAvailabilityType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
QuantityType |
getAvailableQuantity()
Returns the value of the 'Available Quantity' containment reference.
|
java.util.List |
getExpectedInventory()
Returns the value of the 'Expected Inventory' containment reference list.
|
FulfillmentCenterIdentifierType |
getFulfillmentCenterIdentifier()
Returns the value of the 'Fulfillment Center Identifier' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setAvailableQuantity(QuantityType value)
Sets the value of the '
Available Quantity ' containment reference. |
void |
setFulfillmentCenterIdentifier(FulfillmentCenterIdentifierType value)
Sets the value of the '
Fulfillment Center Identifier ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
FulfillmentCenterIdentifierType getFulfillmentCenterIdentifier()
setFulfillmentCenterIdentifier(FulfillmentCenterIdentifierType)
,
InventoryPackage.getFulfillmentCenterInventoryAvailabilityType_FulfillmentCenterIdentifier()
void setFulfillmentCenterIdentifier(FulfillmentCenterIdentifierType value)
Fulfillment Center Identifier
' containment reference.
value
- the new value of the 'Fulfillment Center Identifier' containment reference.getFulfillmentCenterIdentifier()
QuantityType getAvailableQuantity()
setAvailableQuantity(QuantityType)
,
InventoryPackage.getFulfillmentCenterInventoryAvailabilityType_AvailableQuantity()
void setAvailableQuantity(QuantityType value)
Available Quantity
' containment reference.
value
- the new value of the 'Available Quantity' containment reference.getAvailableQuantity()
java.util.List getExpectedInventory()
ExpectedInventoryType
.
The expected inventory.
InventoryPackage.getFulfillmentCenterInventoryAvailabilityType_ExpectedInventory()
UserDataType getUserData()
setUserData(UserDataType)
,
InventoryPackage.getFulfillmentCenterInventoryAvailabilityType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()