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

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

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

See Also:
Serialized Form

Constructor Summary
OtherTax()
           
OtherTax(java.lang.String vatTaxAmount, java.lang.String vatTaxRate, java.lang.String alternateTaxAmount, java.lang.String alternateTaxIndicator, java.lang.String alternateTaxID, java.lang.String localTaxAmount, java.math.BigInteger localTaxIndicator, java.lang.String nationalTaxAmount, java.math.BigInteger nationalTaxIndicator)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAlternateTaxAmount()
          Gets the alternateTaxAmount value for this OtherTax.
 java.lang.String getAlternateTaxID()
          Gets the alternateTaxID value for this OtherTax.
 java.lang.String getAlternateTaxIndicator()
          Gets the alternateTaxIndicator value for this OtherTax.
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 getLocalTaxAmount()
          Gets the localTaxAmount value for this OtherTax.
 java.math.BigInteger getLocalTaxIndicator()
          Gets the localTaxIndicator value for this OtherTax.
 java.lang.String getNationalTaxAmount()
          Gets the nationalTaxAmount value for this OtherTax.
 java.math.BigInteger getNationalTaxIndicator()
          Gets the nationalTaxIndicator value for this OtherTax.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVatTaxAmount()
          Gets the vatTaxAmount value for this OtherTax.
 java.lang.String getVatTaxRate()
          Gets the vatTaxRate value for this OtherTax.
 int hashCode()
           
 void setAlternateTaxAmount(java.lang.String alternateTaxAmount)
          Sets the alternateTaxAmount value for this OtherTax.
 void setAlternateTaxID(java.lang.String alternateTaxID)
          Sets the alternateTaxID value for this OtherTax.
 void setAlternateTaxIndicator(java.lang.String alternateTaxIndicator)
          Sets the alternateTaxIndicator value for this OtherTax.
 void setLocalTaxAmount(java.lang.String localTaxAmount)
          Sets the localTaxAmount value for this OtherTax.
 void setLocalTaxIndicator(java.math.BigInteger localTaxIndicator)
          Sets the localTaxIndicator value for this OtherTax.
 void setNationalTaxAmount(java.lang.String nationalTaxAmount)
          Sets the nationalTaxAmount value for this OtherTax.
 void setNationalTaxIndicator(java.math.BigInteger nationalTaxIndicator)
          Sets the nationalTaxIndicator value for this OtherTax.
 void setVatTaxAmount(java.lang.String vatTaxAmount)
          Sets the vatTaxAmount value for this OtherTax.
 void setVatTaxRate(java.lang.String vatTaxRate)
          Sets the vatTaxRate value for this OtherTax.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OtherTax

public OtherTax()

OtherTax

public OtherTax(java.lang.String vatTaxAmount,
                java.lang.String vatTaxRate,
                java.lang.String alternateTaxAmount,
                java.lang.String alternateTaxIndicator,
                java.lang.String alternateTaxID,
                java.lang.String localTaxAmount,
                java.math.BigInteger localTaxIndicator,
                java.lang.String nationalTaxAmount,
                java.math.BigInteger nationalTaxIndicator)
Method Detail

getVatTaxAmount

public java.lang.String getVatTaxAmount()
Gets the vatTaxAmount value for this OtherTax.

Returns:
vatTaxAmount

setVatTaxAmount

public void setVatTaxAmount(java.lang.String vatTaxAmount)
Sets the vatTaxAmount value for this OtherTax.

Parameters:
vatTaxAmount -

getVatTaxRate

public java.lang.String getVatTaxRate()
Gets the vatTaxRate value for this OtherTax.

Returns:
vatTaxRate

setVatTaxRate

public void setVatTaxRate(java.lang.String vatTaxRate)
Sets the vatTaxRate value for this OtherTax.

Parameters:
vatTaxRate -

getAlternateTaxAmount

public java.lang.String getAlternateTaxAmount()
Gets the alternateTaxAmount value for this OtherTax.

Returns:
alternateTaxAmount

setAlternateTaxAmount

public void setAlternateTaxAmount(java.lang.String alternateTaxAmount)
Sets the alternateTaxAmount value for this OtherTax.

Parameters:
alternateTaxAmount -

getAlternateTaxIndicator

public java.lang.String getAlternateTaxIndicator()
Gets the alternateTaxIndicator value for this OtherTax.

Returns:
alternateTaxIndicator

setAlternateTaxIndicator

public void setAlternateTaxIndicator(java.lang.String alternateTaxIndicator)
Sets the alternateTaxIndicator value for this OtherTax.

Parameters:
alternateTaxIndicator -

getAlternateTaxID

public java.lang.String getAlternateTaxID()
Gets the alternateTaxID value for this OtherTax.

Returns:
alternateTaxID

setAlternateTaxID

public void setAlternateTaxID(java.lang.String alternateTaxID)
Sets the alternateTaxID value for this OtherTax.

Parameters:
alternateTaxID -

getLocalTaxAmount

public java.lang.String getLocalTaxAmount()
Gets the localTaxAmount value for this OtherTax.

Returns:
localTaxAmount

setLocalTaxAmount

public void setLocalTaxAmount(java.lang.String localTaxAmount)
Sets the localTaxAmount value for this OtherTax.

Parameters:
localTaxAmount -

getLocalTaxIndicator

public java.math.BigInteger getLocalTaxIndicator()
Gets the localTaxIndicator value for this OtherTax.

Returns:
localTaxIndicator

setLocalTaxIndicator

public void setLocalTaxIndicator(java.math.BigInteger localTaxIndicator)
Sets the localTaxIndicator value for this OtherTax.

Parameters:
localTaxIndicator -

getNationalTaxAmount

public java.lang.String getNationalTaxAmount()
Gets the nationalTaxAmount value for this OtherTax.

Returns:
nationalTaxAmount

setNationalTaxAmount

public void setNationalTaxAmount(java.lang.String nationalTaxAmount)
Sets the nationalTaxAmount value for this OtherTax.

Parameters:
nationalTaxAmount -

getNationalTaxIndicator

public java.math.BigInteger getNationalTaxIndicator()
Gets the nationalTaxIndicator value for this OtherTax.

Returns:
nationalTaxIndicator

setNationalTaxIndicator

public void setNationalTaxIndicator(java.math.BigInteger nationalTaxIndicator)
Sets the nationalTaxIndicator value for this OtherTax.

Parameters:
nationalTaxIndicator -

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