com.avalara.avatax.services.tax
Class GetTaxHistoryResult

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

public class GetTaxHistoryResult
extends BaseResult
implements java.io.Serializable

Result data returned from TaxSvcSoap.getTaxHistory(com.avalara.avatax.services.tax.GetTaxHistoryRequest) for a previously calculated tax document.

See Also:
GetTaxHistoryRequest, Serialized Form

Constructor Summary
GetTaxHistoryResult()
          Initializes a new instance of the class.
 
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 Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
 GetTaxRequest getGetTaxRequest()
          Gets the original GetTaxRequest for the document.
 GetTaxResult getGetTaxResult()
          Gets the original GetTaxResult for the document.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
 int hashCode()
          Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
 void setGetTaxRequest(GetTaxRequest getTaxRequest)
          Sets the original GetTaxRequest for the document.
 void setGetTaxResult(GetTaxResult getTaxResult)
          Sets the original GetTaxResult for the document.
 
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

GetTaxHistoryResult

public GetTaxHistoryResult()
Initializes a new instance of the class.

Method Detail

getGetTaxRequest

public GetTaxRequest getGetTaxRequest()
Gets the original GetTaxRequest for the document.

Returns:
getTaxRequest

setGetTaxRequest

public void setGetTaxRequest(GetTaxRequest getTaxRequest)
Sets the original GetTaxRequest for the document.

Parameters:
getTaxRequest -

getGetTaxResult

public GetTaxResult getGetTaxResult()
Gets the original GetTaxResult for the document.

Returns:
getTaxResult

setGetTaxResult

public void setGetTaxResult(GetTaxResult getTaxResult)
Sets the original GetTaxResult for the document.

Parameters:
getTaxResult -

equals

public boolean equals(java.lang.Object obj)
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 BaseResult
Parameters:
obj -
Returns:
true or false, indicating if the two objects are equal.

hashCode

public int hashCode()
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 BaseResult
Returns:
hash code for this GetTaxRequest object
See Also:
Object.hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.