public interface InventoryAvailabilityType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.Object | getAvailabilityDateTime()
Returns the value of the 'Availability Date Time' attribute.
|
java.math.BigInteger | getAvailabilityOffset()
Returns the value of the 'Availability Offset' attribute.
|
QuantityType | getAvailableQuantity()
Returns the value of the 'Available Quantity' containment reference.
|
java.util.List | getFulfillmentCenterInventoryAvailability()
Returns the value of the 'Fulfillment Center Inventory Availability' containment reference list.
|
InventoryAvailabilityIdentifierType | getInventoryAvailabilityIdentifier()
Returns the value of the 'Inventory Availability Identifier' containment reference.
|
java.lang.Object | getInventoryStatus()
Returns the value of the 'Inventory Status' attribute.
|
java.lang.Object | getLastUpdateDateTime()
Returns the value of the 'Last Update Date Time' attribute.
|
UserDataType | getUserData()
Returns the value of the 'User Data' containment reference.
|
void | setAvailabilityDateTime(java.lang.Object value)
Sets the value of the 'Availability Date Time' attribute.
|
void | setAvailabilityOffset(java.math.BigInteger value)
Sets the value of the 'Availability Offset' attribute.
|
void | setAvailableQuantity(QuantityType value)
Sets the value of the 'Available Quantity' containment reference.
|
void | setInventoryAvailabilityIdentifier(InventoryAvailabilityIdentifierType value)
Sets the value of the 'Inventory Availability Identifier' containment reference.
|
void | setInventoryStatus(java.lang.Object value)
Sets the value of the 'Inventory Status' attribute.
|
void | setLastUpdateDateTime(java.lang.Object value)
Sets the value of the 'Last Update Date Time' attribute.
|
void | setUserData(UserDataType value)
Sets the value of the 'User Data' containment reference.
|
InventoryAvailabilityIdentifierType getInventoryAvailabilityIdentifier()
void setInventoryAvailabilityIdentifier(InventoryAvailabilityIdentifierType value)
java.lang.Object getInventoryStatus()
void setInventoryStatus(java.lang.Object value)
QuantityType getAvailableQuantity()
void setAvailableQuantity(QuantityType value)
java.lang.Object getAvailabilityDateTime()
void setAvailabilityDateTime(java.lang.Object value)
java.math.BigInteger getAvailabilityOffset()
void setAvailabilityOffset(java.math.BigInteger value)
java.lang.Object getLastUpdateDateTime()
void setLastUpdateDateTime(java.lang.Object value)
java.util.List getFulfillmentCenterInventoryAvailability()
UserDataType getUserData()
void setUserData(UserDataType value)