|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.broadleafcommerce.vendor.cybersource.service.api.TaxReply
public class TaxReply
| 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 |
|---|
public 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 |
|---|
public java.math.BigInteger getReasonCode()
public void setReasonCode(java.math.BigInteger reasonCode)
reasonCode - public java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)
currency - public java.lang.String getGrandTotalAmount()
public void setGrandTotalAmount(java.lang.String grandTotalAmount)
grandTotalAmount - public java.lang.String getTotalCityTaxAmount()
public void setTotalCityTaxAmount(java.lang.String totalCityTaxAmount)
totalCityTaxAmount - public java.lang.String getCity()
public void setCity(java.lang.String city)
city - public java.lang.String getTotalCountyTaxAmount()
public void setTotalCountyTaxAmount(java.lang.String totalCountyTaxAmount)
totalCountyTaxAmount - public java.lang.String getCounty()
public void setCounty(java.lang.String county)
county - public java.lang.String getTotalDistrictTaxAmount()
public void setTotalDistrictTaxAmount(java.lang.String totalDistrictTaxAmount)
totalDistrictTaxAmount - public java.lang.String getTotalStateTaxAmount()
public void setTotalStateTaxAmount(java.lang.String totalStateTaxAmount)
totalStateTaxAmount - public java.lang.String getState()
public void setState(java.lang.String state)
state - public java.lang.String getTotalTaxAmount()
public void setTotalTaxAmount(java.lang.String totalTaxAmount)
totalTaxAmount - public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
postalCode - public java.lang.String getGeocode()
public void setGeocode(java.lang.String geocode)
geocode - public TaxReplyItem[] getItem()
public void setItem(TaxReplyItem[] item)
item - public TaxReplyItem getItem(int i)
public void setItem(int i,
TaxReplyItem _value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||