public interface OrderItemFulfillmentInfoType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAvailableDate()
Returns the value of the 'Available Date' attribute.
|
java.lang.Object |
getExpectedShipDate()
Returns the value of the 'Expected Ship Date' attribute.
|
java.lang.Object |
getTimeReleased()
Returns the value of the 'Time Released' attribute.
|
java.lang.Object |
getTimeShipped()
Returns the value of the 'Time Shipped' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setAvailableDate(java.lang.Object value)
Sets the value of the '
Available Date ' attribute. |
void |
setExpectedShipDate(java.lang.Object value)
Sets the value of the '
Expected Ship Date ' attribute. |
void |
setTimeReleased(java.lang.Object value)
Sets the value of the '
Time Released ' attribute. |
void |
setTimeShipped(java.lang.Object value)
Sets the value of the '
Time Shipped ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
java.lang.Object getAvailableDate()
setAvailableDate(Object)
,
OrderPackage.getOrderItemFulfillmentInfoType_AvailableDate()
void setAvailableDate(java.lang.Object value)
Available Date
' attribute.
value
- the new value of the 'Available Date' attribute.getAvailableDate()
java.lang.Object getExpectedShipDate()
setExpectedShipDate(Object)
,
OrderPackage.getOrderItemFulfillmentInfoType_ExpectedShipDate()
void setExpectedShipDate(java.lang.Object value)
Expected Ship Date
' attribute.
value
- the new value of the 'Expected Ship Date' attribute.getExpectedShipDate()
java.lang.Object getTimeReleased()
setTimeReleased(Object)
,
OrderPackage.getOrderItemFulfillmentInfoType_TimeReleased()
void setTimeReleased(java.lang.Object value)
Time Released
' attribute.
value
- the new value of the 'Time Released' attribute.getTimeReleased()
java.lang.Object getTimeShipped()
setTimeShipped(Object)
,
OrderPackage.getOrderItemFulfillmentInfoType_TimeShipped()
void setTimeShipped(java.lang.Object value)
Time Shipped
' attribute.
value
- the new value of the 'Time Shipped' attribute.getTimeShipped()
UserDataType getUserData()
setUserData(UserDataType)
,
OrderPackage.getOrderItemFulfillmentInfoType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()