public interface OrderChargesType
The following features are supported:
CommerceFoundationPackage.getOrderChargesType()
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAdjustment()
Returns the value of the 'Adjustment' containment reference list.
|
java.util.List |
getGenericTotal()
Returns the value of the 'Generic Total' containment reference list.
|
MonetaryAmountType |
getGrandTotal()
Returns the value of the 'Grand Total' containment reference.
|
MonetaryAmountType |
getTotalAdjustment()
Returns the value of the 'Total Adjustment' containment reference.
|
MonetaryAmountType |
getTotalProductPrice()
Returns the value of the 'Total Product Price' containment reference.
|
MonetaryAmountType |
getTotalSalesTax()
Returns the value of the 'Total Sales Tax' containment reference.
|
MonetaryAmountType |
getTotalShippingCharge()
Returns the value of the 'Total Shipping Charge' containment reference.
|
MonetaryAmountType |
getTotalShippingTax()
Returns the value of the 'Total Shipping Tax' containment reference.
|
java.util.List |
getTotalTaxByTaxCategory()
Returns the value of the 'Total Tax By Tax Category' containment reference list.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setGrandTotal(MonetaryAmountType value)
Sets the value of the '
Grand Total ' containment reference. |
void |
setTotalAdjustment(MonetaryAmountType value)
Sets the value of the '
Total Adjustment ' containment reference. |
void |
setTotalProductPrice(MonetaryAmountType value)
Sets the value of the '
Total Product Price ' containment reference. |
void |
setTotalSalesTax(MonetaryAmountType value)
Sets the value of the '
Total Sales Tax ' containment reference. |
void |
setTotalShippingCharge(MonetaryAmountType value)
Sets the value of the '
Total Shipping Charge ' containment reference. |
void |
setTotalShippingTax(MonetaryAmountType value)
Sets the value of the '
Total Shipping Tax ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
MonetaryAmountType getGrandTotal()
setGrandTotal(MonetaryAmountType)
,
CommerceFoundationPackage.getOrderChargesType_GrandTotal()
void setGrandTotal(MonetaryAmountType value)
Grand Total
' containment reference.
value
- the new value of the 'Grand Total' containment reference.getGrandTotal()
MonetaryAmountType getTotalProductPrice()
setTotalProductPrice(MonetaryAmountType)
,
CommerceFoundationPackage.getOrderChargesType_TotalProductPrice()
void setTotalProductPrice(MonetaryAmountType value)
Total Product Price
' containment reference.
value
- the new value of the 'Total Product Price' containment reference.getTotalProductPrice()
MonetaryAmountType getTotalAdjustment()
setTotalAdjustment(MonetaryAmountType)
,
CommerceFoundationPackage.getOrderChargesType_TotalAdjustment()
void setTotalAdjustment(MonetaryAmountType value)
Total Adjustment
' containment reference.
value
- the new value of the 'Total Adjustment' containment reference.getTotalAdjustment()
java.util.List getGenericTotal()
GenericTotalType
.
Generic total of the order (i.e. unit price multiplied by quantity).
CommerceFoundationPackage.getOrderChargesType_GenericTotal()
java.util.List getAdjustment()
AdjustmentType
.
The order adjustment.
CommerceFoundationPackage.getOrderChargesType_Adjustment()
MonetaryAmountType getTotalShippingCharge()
setTotalShippingCharge(MonetaryAmountType)
,
CommerceFoundationPackage.getOrderChargesType_TotalShippingCharge()
void setTotalShippingCharge(MonetaryAmountType value)
Total Shipping Charge
' containment reference.
value
- the new value of the 'Total Shipping Charge' containment reference.getTotalShippingCharge()
MonetaryAmountType getTotalSalesTax()
setTotalSalesTax(MonetaryAmountType)
,
CommerceFoundationPackage.getOrderChargesType_TotalSalesTax()
void setTotalSalesTax(MonetaryAmountType value)
Total Sales Tax
' containment reference.
value
- the new value of the 'Total Sales Tax' containment reference.getTotalSalesTax()
MonetaryAmountType getTotalShippingTax()
setTotalShippingTax(MonetaryAmountType)
,
CommerceFoundationPackage.getOrderChargesType_TotalShippingTax()
void setTotalShippingTax(MonetaryAmountType value)
Total Shipping Tax
' containment reference.
value
- the new value of the 'Total Shipping Tax' containment reference.getTotalShippingTax()
java.util.List getTotalTaxByTaxCategory()
TaxByTaxCategoryType
.
The total tax amount for each tax category.
CommerceFoundationPackage.getOrderChargesType_TotalTaxByTaxCategory()
UserDataType getUserData()
setUserData(UserDataType)
,
CommerceFoundationPackage.getOrderChargesType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()