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()
setInventoryAvailabilityIdentifier(InventoryAvailabilityIdentifierType)
,
InventoryPackage.getInventoryAvailabilityType_InventoryAvailabilityIdentifier()
void setInventoryAvailabilityIdentifier(InventoryAvailabilityIdentifierType value)
Inventory Availability Identifier
' containment reference.
value
- the new value of the 'Inventory Availability Identifier' containment reference.getInventoryAvailabilityIdentifier()
java.lang.Object getInventoryStatus()
setInventoryStatus(Object)
,
InventoryPackage.getInventoryAvailabilityType_InventoryStatus()
void setInventoryStatus(java.lang.Object value)
Inventory Status
' attribute.
value
- the new value of the 'Inventory Status' attribute.getInventoryStatus()
QuantityType getAvailableQuantity()
setAvailableQuantity(QuantityType)
,
InventoryPackage.getInventoryAvailabilityType_AvailableQuantity()
void setAvailableQuantity(QuantityType value)
Available Quantity
' containment reference.
value
- the new value of the 'Available Quantity' containment reference.getAvailableQuantity()
java.lang.Object getAvailabilityDateTime()
setAvailabilityDateTime(Object)
,
InventoryPackage.getInventoryAvailabilityType_AvailabilityDateTime()
void setAvailabilityDateTime(java.lang.Object value)
Availability Date Time
' attribute.
value
- the new value of the 'Availability Date Time' attribute.getAvailabilityDateTime()
java.math.BigInteger getAvailabilityOffset()
setAvailabilityOffset(BigInteger)
,
InventoryPackage.getInventoryAvailabilityType_AvailabilityOffset()
void setAvailabilityOffset(java.math.BigInteger value)
Availability Offset
' attribute.
value
- the new value of the 'Availability Offset' attribute.getAvailabilityOffset()
java.lang.Object getLastUpdateDateTime()
setLastUpdateDateTime(Object)
,
InventoryPackage.getInventoryAvailabilityType_LastUpdateDateTime()
void setLastUpdateDateTime(java.lang.Object value)
Last Update Date Time
' attribute.
value
- the new value of the 'Last Update Date Time' attribute.getLastUpdateDateTime()
java.util.List getFulfillmentCenterInventoryAvailability()
FulfillmentCenterInventoryAvailabilityType
.
The inventory availability on a fulfillment center.
InventoryPackage.getInventoryAvailabilityType_FulfillmentCenterInventoryAvailability()
UserDataType getUserData()
setUserData(UserDataType)
,
InventoryPackage.getInventoryAvailabilityType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()