java.lang.Objectcom.ibm.commerce.webservice.datatype.orderfulfillment.ServiceAllowanceCharge
This class represents the complex type
Constructor Summary | |
ServiceAllowanceCharge() |
Method Summary | |
java.lang.String | getAllowanceChargeCode() Gets the allowanceChargeCode |
java.lang.String | getCalculationCode() Gets the calculationCode |
java.lang.String | getDescription() Gets the description |
MonetaryAmount | getMonetaryAmount() Gets the monetaryAmount |
java.lang.String | getPercentage() Gets the percentage |
void | setAllowanceChargeCode(java.lang.String allowanceChargeCode) Sets the allowanceChargeCode |
void | setCalculationCode(java.lang.String calculationCode) Sets the calculationCode |
void | setDescription(java.lang.String description) Sets the description |
void | setMonetaryAmount(MonetaryAmount monetaryAmount) Sets the monetaryAmount |
void | setPercentage(java.lang.String percentage) Sets the percentage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServiceAllowanceCharge()
Method Detail |
public java.lang.String getAllowanceChargeCode()
public void setAllowanceChargeCode(java.lang.String allowanceChargeCode)
public java.lang.String getPercentage()
public void setPercentage(java.lang.String percentage)
public MonetaryAmount getMonetaryAmount()
public void setMonetaryAmount(MonetaryAmount monetaryAmount)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getCalculationCode()
public void setCalculationCode(java.lang.String calculationCode)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.