public interface OrderItemShippingInfoType
The following features are supported:
Modifier and Type | Method and Description |
---|---|
PhysicalStoreIdentifierType |
getPhysicalStoreIdentifier()
Returns the value of the 'Physical Store Identifier' containment reference.
|
java.lang.Object |
getRequestedShipDate()
Returns the value of the 'Requested Ship Date' attribute.
|
ContactInfoType |
getShippingAddress()
Returns the value of the 'Shipping Address' containment reference.
|
java.lang.String |
getShippingCarrierAccountNumber()
Returns the value of the 'Shipping Carrier Account Number' attribute.
|
com.ibm.commerce.foundation.common.datatypes.PolicyIdentifierType |
getShippingChargePolicy()
Returns the value of the 'Shipping Charge Policy' containment reference.
|
java.lang.String |
getShippingChargePolicyID()
Returns the value of the 'Shipping Charge Policy ID' attribute.
|
java.lang.String |
getShippingInstruction()
Returns the value of the 'Shipping Instruction' attribute.
|
ShippingModeType |
getShippingMode()
Returns the value of the 'Shipping Mode' containment reference.
|
java.lang.String |
getShipTieCode()
Returns the value of the 'Ship Tie Code' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
boolean |
isExpedite()
Returns the value of the 'Expedite' attribute.
|
boolean |
isSetExpedite()
Returns whether the value of the '
Expedite ' attribute is set. |
void |
setExpedite(boolean value)
Sets the value of the '
Expedite ' attribute. |
void |
setPhysicalStoreIdentifier(PhysicalStoreIdentifierType value)
Sets the value of the '
Physical Store Identifier ' containment reference. |
void |
setRequestedShipDate(java.lang.Object value)
Sets the value of the '
Requested Ship Date ' attribute. |
void |
setShippingAddress(ContactInfoType value)
Sets the value of the '
Shipping Address ' containment reference. |
void |
setShippingCarrierAccountNumber(java.lang.String value)
Sets the value of the '
Shipping Carrier Account Number ' attribute. |
void |
setShippingChargePolicy(com.ibm.commerce.foundation.common.datatypes.PolicyIdentifierType value)
Sets the value of the '
Shipping Charge Policy ' containment reference. |
void |
setShippingChargePolicyID(java.lang.String value)
Sets the value of the '
Shipping Charge Policy ID ' attribute. |
void |
setShippingInstruction(java.lang.String value)
Sets the value of the '
Shipping Instruction ' attribute. |
void |
setShippingMode(ShippingModeType value)
Sets the value of the '
Shipping Mode ' containment reference. |
void |
setShipTieCode(java.lang.String value)
Sets the value of the '
Ship Tie Code ' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
unsetExpedite()
Unsets the value of the '
Expedite ' attribute. |
ContactInfoType getShippingAddress()
setShippingAddress(ContactInfoType)
,
OrderPackage.getOrderItemShippingInfoType_ShippingAddress()
void setShippingAddress(ContactInfoType value)
Shipping Address
' containment reference.
value
- the new value of the 'Shipping Address' containment reference.getShippingAddress()
ShippingModeType getShippingMode()
setShippingMode(ShippingModeType)
,
OrderPackage.getOrderItemShippingInfoType_ShippingMode()
void setShippingMode(ShippingModeType value)
Shipping Mode
' containment reference.
value
- the new value of the 'Shipping Mode' containment reference.getShippingMode()
java.lang.String getShippingCarrierAccountNumber()
setShippingCarrierAccountNumber(String)
,
OrderPackage.getOrderItemShippingInfoType_ShippingCarrierAccountNumber()
void setShippingCarrierAccountNumber(java.lang.String value)
Shipping Carrier Account Number
' attribute.
value
- the new value of the 'Shipping Carrier Account Number' attribute.getShippingCarrierAccountNumber()
java.lang.String getShippingInstruction()
setShippingInstruction(String)
,
OrderPackage.getOrderItemShippingInfoType_ShippingInstruction()
void setShippingInstruction(java.lang.String value)
Shipping Instruction
' attribute.
value
- the new value of the 'Shipping Instruction' attribute.getShippingInstruction()
java.lang.Object getRequestedShipDate()
setRequestedShipDate(Object)
,
OrderPackage.getOrderItemShippingInfoType_RequestedShipDate()
void setRequestedShipDate(java.lang.Object value)
Requested Ship Date
' attribute.
value
- the new value of the 'Requested Ship Date' attribute.getRequestedShipDate()
java.lang.String getShipTieCode()
setShipTieCode(String)
,
OrderPackage.getOrderItemShippingInfoType_ShipTieCode()
void setShipTieCode(java.lang.String value)
Ship Tie Code
' attribute.
value
- the new value of the 'Ship Tie Code' attribute.getShipTieCode()
java.lang.String getShippingChargePolicyID()
setShippingChargePolicyID(String)
,
OrderPackage.getOrderItemShippingInfoType_ShippingChargePolicyID()
void setShippingChargePolicyID(java.lang.String value)
Shipping Charge Policy ID
' attribute.
value
- the new value of the 'Shipping Charge Policy ID' attribute.getShippingChargePolicyID()
PhysicalStoreIdentifierType getPhysicalStoreIdentifier()
setPhysicalStoreIdentifier(PhysicalStoreIdentifierType)
,
OrderPackage.getOrderItemShippingInfoType_PhysicalStoreIdentifier()
void setPhysicalStoreIdentifier(PhysicalStoreIdentifierType value)
Physical Store Identifier
' containment reference.
value
- the new value of the 'Physical Store Identifier' containment reference.getPhysicalStoreIdentifier()
com.ibm.commerce.foundation.common.datatypes.PolicyIdentifierType getShippingChargePolicy()
setShippingChargePolicy(PolicyIdentifierType)
,
OrderPackage.getOrderItemShippingInfoType_ShippingChargePolicy()
void setShippingChargePolicy(com.ibm.commerce.foundation.common.datatypes.PolicyIdentifierType value)
Shipping Charge Policy
' containment reference.
value
- the new value of the 'Shipping Charge Policy' containment reference.getShippingChargePolicy()
UserDataType getUserData()
setUserData(UserDataType)
,
OrderPackage.getOrderItemShippingInfoType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()
boolean isExpedite()
isSetExpedite()
,
unsetExpedite()
,
setExpedite(boolean)
,
OrderPackage.getOrderItemShippingInfoType_Expedite()
void setExpedite(boolean value)
Expedite
' attribute.
value
- the new value of the 'Expedite' attribute.isSetExpedite()
,
unsetExpedite()
,
isExpedite()
void unsetExpedite()
Expedite
' attribute.
isSetExpedite()
,
isExpedite()
,
setExpedite(boolean)
boolean isSetExpedite()
Expedite
' attribute is set.
unsetExpedite()
,
isExpedite()
,
setExpedite(boolean)