org.broadleafcommerce.vendor.cybersource.service.tax.message
Class CyberSourceTaxItemResponse

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.tax.message.CyberSourceTaxItemResponse
All Implemented Interfaces:
Serializable

public class CyberSourceTaxItemResponse
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
CyberSourceTaxItemResponse()
           
 
Method Summary
 Money getCityTaxAmount()
          Gets the cityTaxAmount value for this TaxReplyItem.
 Money getCountyTaxAmount()
          Gets the countyTaxAmount value for this TaxReplyItem.
 Money getDistrictTaxAmount()
          Gets the districtTaxAmount value for this TaxReplyItem.
 Long getId()
          Gets the id value for this TaxReplyItem.
 Money getStateTaxAmount()
          Gets the stateTaxAmount value for this TaxReplyItem.
 Money getTotalTaxAmount()
          Gets the totalTaxAmount value for this TaxReplyItem.
 void setCityTaxAmount(Money cityTaxAmount)
          Sets the cityTaxAmount value for this TaxReplyItem.
 void setCountyTaxAmount(Money countyTaxAmount)
          Sets the countyTaxAmount value for this TaxReplyItem.
 void setDistrictTaxAmount(Money districtTaxAmount)
          Sets the districtTaxAmount value for this TaxReplyItem.
 void setId(Long id)
          Sets the id value for this TaxReplyItem.
 void setStateTaxAmount(Money stateTaxAmount)
          Sets the stateTaxAmount value for this TaxReplyItem.
 void setTotalTaxAmount(Money totalTaxAmount)
          Sets the totalTaxAmount value for this TaxReplyItem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyberSourceTaxItemResponse

public CyberSourceTaxItemResponse()
Method Detail

getCityTaxAmount

public Money getCityTaxAmount()
Gets the cityTaxAmount value for this TaxReplyItem.

Returns:
cityTaxAmount

setCityTaxAmount

public void setCityTaxAmount(Money cityTaxAmount)
Sets the cityTaxAmount value for this TaxReplyItem.

Parameters:
cityTaxAmount -

getCountyTaxAmount

public Money getCountyTaxAmount()
Gets the countyTaxAmount value for this TaxReplyItem.

Returns:
countyTaxAmount

setCountyTaxAmount

public void setCountyTaxAmount(Money countyTaxAmount)
Sets the countyTaxAmount value for this TaxReplyItem.

Parameters:
countyTaxAmount -

getDistrictTaxAmount

public Money getDistrictTaxAmount()
Gets the districtTaxAmount value for this TaxReplyItem.

Returns:
districtTaxAmount

setDistrictTaxAmount

public void setDistrictTaxAmount(Money districtTaxAmount)
Sets the districtTaxAmount value for this TaxReplyItem.

Parameters:
districtTaxAmount -

getStateTaxAmount

public Money getStateTaxAmount()
Gets the stateTaxAmount value for this TaxReplyItem.

Returns:
stateTaxAmount

setStateTaxAmount

public void setStateTaxAmount(Money stateTaxAmount)
Sets the stateTaxAmount value for this TaxReplyItem.

Parameters:
stateTaxAmount -

getTotalTaxAmount

public Money getTotalTaxAmount()
Gets the totalTaxAmount value for this TaxReplyItem.

Returns:
totalTaxAmount

setTotalTaxAmount

public void setTotalTaxAmount(Money totalTaxAmount)
Sets the totalTaxAmount value for this TaxReplyItem.

Parameters:
totalTaxAmount -

getId

public Long getId()
Gets the id value for this TaxReplyItem.

Returns:
id

setId

public void setId(Long id)
Sets the id value for this TaxReplyItem.

Parameters:
id -


Copyright © 2012. All Rights Reserved.