org.broadleafcommerce.vendor.cybersource.service.api
Class TaxReplyItem

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.TaxReplyItem
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
TaxReplyItem()
           
TaxReplyItem(java.lang.String cityTaxAmount, java.lang.String countyTaxAmount, java.lang.String districtTaxAmount, java.lang.String stateTaxAmount, java.lang.String totalTaxAmount, java.math.BigInteger id)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCityTaxAmount()
          Gets the cityTaxAmount value for this TaxReplyItem.
 java.lang.String getCountyTaxAmount()
          Gets the countyTaxAmount value for this TaxReplyItem.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getDistrictTaxAmount()
          Gets the districtTaxAmount value for this TaxReplyItem.
 java.math.BigInteger getId()
          Gets the id value for this TaxReplyItem.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStateTaxAmount()
          Gets the stateTaxAmount value for this TaxReplyItem.
 java.lang.String getTotalTaxAmount()
          Gets the totalTaxAmount value for this TaxReplyItem.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCityTaxAmount(java.lang.String cityTaxAmount)
          Sets the cityTaxAmount value for this TaxReplyItem.
 void setCountyTaxAmount(java.lang.String countyTaxAmount)
          Sets the countyTaxAmount value for this TaxReplyItem.
 void setDistrictTaxAmount(java.lang.String districtTaxAmount)
          Sets the districtTaxAmount value for this TaxReplyItem.
 void setId(java.math.BigInteger id)
          Sets the id value for this TaxReplyItem.
 void setStateTaxAmount(java.lang.String stateTaxAmount)
          Sets the stateTaxAmount value for this TaxReplyItem.
 void setTotalTaxAmount(java.lang.String totalTaxAmount)
          Sets the totalTaxAmount value for this TaxReplyItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxReplyItem

public TaxReplyItem()

TaxReplyItem

public TaxReplyItem(java.lang.String cityTaxAmount,
                    java.lang.String countyTaxAmount,
                    java.lang.String districtTaxAmount,
                    java.lang.String stateTaxAmount,
                    java.lang.String totalTaxAmount,
                    java.math.BigInteger id)
Method Detail

getCityTaxAmount

public java.lang.String getCityTaxAmount()
Gets the cityTaxAmount value for this TaxReplyItem.

Returns:
cityTaxAmount

setCityTaxAmount

public void setCityTaxAmount(java.lang.String cityTaxAmount)
Sets the cityTaxAmount value for this TaxReplyItem.

Parameters:
cityTaxAmount -

getCountyTaxAmount

public java.lang.String getCountyTaxAmount()
Gets the countyTaxAmount value for this TaxReplyItem.

Returns:
countyTaxAmount

setCountyTaxAmount

public void setCountyTaxAmount(java.lang.String countyTaxAmount)
Sets the countyTaxAmount value for this TaxReplyItem.

Parameters:
countyTaxAmount -

getDistrictTaxAmount

public java.lang.String getDistrictTaxAmount()
Gets the districtTaxAmount value for this TaxReplyItem.

Returns:
districtTaxAmount

setDistrictTaxAmount

public void setDistrictTaxAmount(java.lang.String districtTaxAmount)
Sets the districtTaxAmount value for this TaxReplyItem.

Parameters:
districtTaxAmount -

getStateTaxAmount

public java.lang.String getStateTaxAmount()
Gets the stateTaxAmount value for this TaxReplyItem.

Returns:
stateTaxAmount

setStateTaxAmount

public void setStateTaxAmount(java.lang.String stateTaxAmount)
Sets the stateTaxAmount value for this TaxReplyItem.

Parameters:
stateTaxAmount -

getTotalTaxAmount

public java.lang.String getTotalTaxAmount()
Gets the totalTaxAmount value for this TaxReplyItem.

Returns:
totalTaxAmount

setTotalTaxAmount

public void setTotalTaxAmount(java.lang.String totalTaxAmount)
Sets the totalTaxAmount value for this TaxReplyItem.

Parameters:
totalTaxAmount -

getId

public java.math.BigInteger getId()
Gets the id value for this TaxReplyItem.

Returns:
id

setId

public void setId(java.math.BigInteger id)
Sets the id value for this TaxReplyItem.

Parameters:
id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.