com.avalara.avatax.services.tax
Class ApplyPaymentResult

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

public class ApplyPaymentResult
extends BaseResult
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ApplyPaymentResult()
           
ApplyPaymentResult(java.lang.String docId)
           
 
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
 java.lang.String getDocId()
          Gets the docId value for this ApplyPaymentResult.
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.
 void setDocId(java.lang.String docId)
          Sets the docId value for this ApplyPaymentResult.
 
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

ApplyPaymentResult

public ApplyPaymentResult()

ApplyPaymentResult

public ApplyPaymentResult(java.lang.String docId)
Method Detail

getDocId

public java.lang.String getDocId()
Gets the docId value for this ApplyPaymentResult.

Returns:
docId

setDocId

public void setDocId(java.lang.String docId)
Sets the docId value for this ApplyPaymentResult.

Parameters:
docId -

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 BaseResult
Returns:
true or false, indicating if the two objects are equal.

hashCode

public int hashCode()
Description copied from class: BaseResult
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 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