com.avalara.avatax.services.tax
Class AdjustTaxResult

java.lang.Object
  extended by com.avalara.avatax.services.tax.BaseResult
      extended by com.avalara.avatax.services.tax.GetTaxResult
          extended by com.avalara.avatax.services.tax.AdjustTaxResult
All Implemented Interfaces:
java.io.Serializable

public class AdjustTaxResult
extends GetTaxResult
implements java.io.Serializable

Result data returned from TaxSvcSoap.adjustTax(com.avalara.avatax.services.tax.AdjustTaxRequest). Same as GetTaxResult

See Also:
AdjustTaxRequest, Serialized Form

Constructor Summary
AdjustTaxResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Determines whether the specified Object is equal to the current Object.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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
 int hashCode()
          Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
 
Methods inherited from class com.avalara.avatax.services.tax.GetTaxResult
getAdjustmentDescription, getAdjustmentReason, getDocCode, getDocDate, getDocId, getDocStatus, getDocType, getHashCode, getLocked, getTaxAddresses, getTaxDate, getTaxLines, getTaxSummary, getTimestamp, getTotalAmount, getTotalDiscount, getTotalExemption, getTotalTax, getTotalTaxable, getTotalTaxCalculated, getVersion, isReconciled, setAdjustmentDescription, setAdjustmentReason, setDocCode, setDocDate, setDocId, setDocStatus, setDocType, setHashCode, setLocked, setReconciled, setTaxAddresses, setTaxDate, setTaxLines, setTaxSummary, setTimestamp, setTotalAmount, setTotalDiscount, setTotalExemption, setTotalTax, setTotalTaxable, setTotalTaxCalculated, setVersion
 
Methods inherited from class com.avalara.avatax.services.tax.BaseResult
getMessages, getResultCode, getTransactionId, setMessages, setResultCode, setTransactionId
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdjustTaxResult

public AdjustTaxResult()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Description copied from class: BaseResult
Determines whether the specified Object is equal to the current Object. Note: In current implementation all Java Strings members of the two objects must be exactly alike, including in case, for equal to return true.

Overrides:
equals in class GetTaxResult
Returns:
true or false, indicating if the two objects are equal.

hashCode

public int hashCode()
Description copied from class: GetTaxResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

Overrides:
hashCode in class GetTaxResult
Returns:
hash code for this GetTaxRequest object
See Also:
Object.hashCode()

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