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

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

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

See Also:
Serialized Form

Constructor Summary
TaxReply()
           
TaxReply(java.math.BigInteger reasonCode, java.lang.String currency, java.lang.String grandTotalAmount, java.lang.String totalCityTaxAmount, java.lang.String city, java.lang.String totalCountyTaxAmount, java.lang.String county, java.lang.String totalDistrictTaxAmount, java.lang.String totalStateTaxAmount, java.lang.String state, java.lang.String totalTaxAmount, java.lang.String postalCode, java.lang.String geocode, TaxReplyItem[] item)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCity()
          Gets the city value for this TaxReply.
 java.lang.String getCounty()
          Gets the county value for this TaxReply.
 java.lang.String getCurrency()
          Gets the currency value for this TaxReply.
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 getGeocode()
          Gets the geocode value for this TaxReply.
 java.lang.String getGrandTotalAmount()
          Gets the grandTotalAmount value for this TaxReply.
 TaxReplyItem[] getItem()
          Gets the item value for this TaxReply.
 TaxReplyItem getItem(int i)
           
 java.lang.String getPostalCode()
          Gets the postalCode value for this TaxReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this TaxReply.
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 getState()
          Gets the state value for this TaxReply.
 java.lang.String getTotalCityTaxAmount()
          Gets the totalCityTaxAmount value for this TaxReply.
 java.lang.String getTotalCountyTaxAmount()
          Gets the totalCountyTaxAmount value for this TaxReply.
 java.lang.String getTotalDistrictTaxAmount()
          Gets the totalDistrictTaxAmount value for this TaxReply.
 java.lang.String getTotalStateTaxAmount()
          Gets the totalStateTaxAmount value for this TaxReply.
 java.lang.String getTotalTaxAmount()
          Gets the totalTaxAmount value for this TaxReply.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCity(java.lang.String city)
          Sets the city value for this TaxReply.
 void setCounty(java.lang.String county)
          Sets the county value for this TaxReply.
 void setCurrency(java.lang.String currency)
          Sets the currency value for this TaxReply.
 void setGeocode(java.lang.String geocode)
          Sets the geocode value for this TaxReply.
 void setGrandTotalAmount(java.lang.String grandTotalAmount)
          Sets the grandTotalAmount value for this TaxReply.
 void setItem(int i, TaxReplyItem _value)
           
 void setItem(TaxReplyItem[] item)
          Sets the item value for this TaxReply.
 void setPostalCode(java.lang.String postalCode)
          Sets the postalCode value for this TaxReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this TaxReply.
 void setState(java.lang.String state)
          Sets the state value for this TaxReply.
 void setTotalCityTaxAmount(java.lang.String totalCityTaxAmount)
          Sets the totalCityTaxAmount value for this TaxReply.
 void setTotalCountyTaxAmount(java.lang.String totalCountyTaxAmount)
          Sets the totalCountyTaxAmount value for this TaxReply.
 void setTotalDistrictTaxAmount(java.lang.String totalDistrictTaxAmount)
          Sets the totalDistrictTaxAmount value for this TaxReply.
 void setTotalStateTaxAmount(java.lang.String totalStateTaxAmount)
          Sets the totalStateTaxAmount value for this TaxReply.
 void setTotalTaxAmount(java.lang.String totalTaxAmount)
          Sets the totalTaxAmount value for this TaxReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxReply

public TaxReply()

TaxReply

public TaxReply(java.math.BigInteger reasonCode,
                java.lang.String currency,
                java.lang.String grandTotalAmount,
                java.lang.String totalCityTaxAmount,
                java.lang.String city,
                java.lang.String totalCountyTaxAmount,
                java.lang.String county,
                java.lang.String totalDistrictTaxAmount,
                java.lang.String totalStateTaxAmount,
                java.lang.String state,
                java.lang.String totalTaxAmount,
                java.lang.String postalCode,
                java.lang.String geocode,
                TaxReplyItem[] item)
Method Detail

getReasonCode

public java.math.BigInteger getReasonCode()
Gets the reasonCode value for this TaxReply.

Returns:
reasonCode

setReasonCode

public void setReasonCode(java.math.BigInteger reasonCode)
Sets the reasonCode value for this TaxReply.

Parameters:
reasonCode -

getCurrency

public java.lang.String getCurrency()
Gets the currency value for this TaxReply.

Returns:
currency

setCurrency

public void setCurrency(java.lang.String currency)
Sets the currency value for this TaxReply.

Parameters:
currency -

getGrandTotalAmount

public java.lang.String getGrandTotalAmount()
Gets the grandTotalAmount value for this TaxReply.

Returns:
grandTotalAmount

setGrandTotalAmount

public void setGrandTotalAmount(java.lang.String grandTotalAmount)
Sets the grandTotalAmount value for this TaxReply.

Parameters:
grandTotalAmount -

getTotalCityTaxAmount

public java.lang.String getTotalCityTaxAmount()
Gets the totalCityTaxAmount value for this TaxReply.

Returns:
totalCityTaxAmount

setTotalCityTaxAmount

public void setTotalCityTaxAmount(java.lang.String totalCityTaxAmount)
Sets the totalCityTaxAmount value for this TaxReply.

Parameters:
totalCityTaxAmount -

getCity

public java.lang.String getCity()
Gets the city value for this TaxReply.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this TaxReply.

Parameters:
city -

getTotalCountyTaxAmount

public java.lang.String getTotalCountyTaxAmount()
Gets the totalCountyTaxAmount value for this TaxReply.

Returns:
totalCountyTaxAmount

setTotalCountyTaxAmount

public void setTotalCountyTaxAmount(java.lang.String totalCountyTaxAmount)
Sets the totalCountyTaxAmount value for this TaxReply.

Parameters:
totalCountyTaxAmount -

getCounty

public java.lang.String getCounty()
Gets the county value for this TaxReply.

Returns:
county

setCounty

public void setCounty(java.lang.String county)
Sets the county value for this TaxReply.

Parameters:
county -

getTotalDistrictTaxAmount

public java.lang.String getTotalDistrictTaxAmount()
Gets the totalDistrictTaxAmount value for this TaxReply.

Returns:
totalDistrictTaxAmount

setTotalDistrictTaxAmount

public void setTotalDistrictTaxAmount(java.lang.String totalDistrictTaxAmount)
Sets the totalDistrictTaxAmount value for this TaxReply.

Parameters:
totalDistrictTaxAmount -

getTotalStateTaxAmount

public java.lang.String getTotalStateTaxAmount()
Gets the totalStateTaxAmount value for this TaxReply.

Returns:
totalStateTaxAmount

setTotalStateTaxAmount

public void setTotalStateTaxAmount(java.lang.String totalStateTaxAmount)
Sets the totalStateTaxAmount value for this TaxReply.

Parameters:
totalStateTaxAmount -

getState

public java.lang.String getState()
Gets the state value for this TaxReply.

Returns:
state

setState

public void setState(java.lang.String state)
Sets the state value for this TaxReply.

Parameters:
state -

getTotalTaxAmount

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

Returns:
totalTaxAmount

setTotalTaxAmount

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

Parameters:
totalTaxAmount -

getPostalCode

public java.lang.String getPostalCode()
Gets the postalCode value for this TaxReply.

Returns:
postalCode

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Sets the postalCode value for this TaxReply.

Parameters:
postalCode -

getGeocode

public java.lang.String getGeocode()
Gets the geocode value for this TaxReply.

Returns:
geocode

setGeocode

public void setGeocode(java.lang.String geocode)
Sets the geocode value for this TaxReply.

Parameters:
geocode -

getItem

public TaxReplyItem[] getItem()
Gets the item value for this TaxReply.

Returns:
item

setItem

public void setItem(TaxReplyItem[] item)
Sets the item value for this TaxReply.

Parameters:
item -

getItem

public TaxReplyItem getItem(int i)

setItem

public void setItem(int i,
                    TaxReplyItem _value)

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 © 2011. All Rights Reserved.