com.ibm.commerce.webservice.datatype.orderfulfillment
Class ServiceAllowanceCharge

java.lang.Object
  com.ibm.commerce.webservice.datatype.orderfulfillment.ServiceAllowanceCharge
All Implemented Interfaces:
java.io.Serializable

public class ServiceAllowanceCharge
extends java.lang.Object
implements java.io.Serializable

This class represents the complex type

 
   
      
  
   
See Also:
Serialized Form

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

ServiceAllowanceCharge

public ServiceAllowanceCharge()
Method Detail

getAllowanceChargeCode

public java.lang.String getAllowanceChargeCode()
Gets the allowanceChargeCode
Returns:
Returns a String

setAllowanceChargeCode

public void setAllowanceChargeCode(java.lang.String allowanceChargeCode)
Sets the allowanceChargeCode
Parameters:
allowanceChargeCode - The allowanceChargeCode to set

getPercentage

public java.lang.String getPercentage()
Gets the percentage
Returns:
Returns a String

setPercentage

public void setPercentage(java.lang.String percentage)
Sets the percentage
Parameters:
percentage - The percentage to set

getMonetaryAmount

public MonetaryAmount getMonetaryAmount()
Gets the monetaryAmount
Returns:
Returns a MonetaryAmount

setMonetaryAmount

public void setMonetaryAmount(MonetaryAmount monetaryAmount)
Sets the monetaryAmount
Parameters:
monetaryAmount - The monetaryAmount to set

getDescription

public java.lang.String getDescription()
Gets the description
Returns:
Returns a String

setDescription

public void setDescription(java.lang.String description)
Sets the description
Parameters:
description - The description to set

getCalculationCode

public java.lang.String getCalculationCode()
Gets the calculationCode
Returns:
Returns a String

setCalculationCode

public void setCalculationCode(java.lang.String calculationCode)
Sets the calculationCode
Parameters:
calculationCode - The calculationCode to set

Feedback