com.avalara.avatax.services.tax
Class ApplyPaymentRequest

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

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

See Also:
Serialized Form

Constructor Summary
ApplyPaymentRequest()
           
ApplyPaymentRequest(java.lang.String docId, java.lang.String companyCode, DocumentType docType, java.lang.String docCode, java.util.Calendar paymentDate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCompanyCode()
          Gets the companyCode value for this ApplyPaymentRequest.
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 getDocCode()
          Gets the docCode value for this ApplyPaymentRequest.
 java.lang.String getDocId()
          Gets the docId value for this ApplyPaymentRequest.
 DocumentType getDocType()
          Gets the docType value for this ApplyPaymentRequest.
 java.util.Calendar getPaymentDate()
          Gets the paymentDate value for this ApplyPaymentRequest.
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()
           
 void setCompanyCode(java.lang.String companyCode)
          Sets the companyCode value for this ApplyPaymentRequest.
 void setDocCode(java.lang.String docCode)
          Sets the docCode value for this ApplyPaymentRequest.
 void setDocId(java.lang.String docId)
          Sets the docId value for this ApplyPaymentRequest.
 void setDocType(DocumentType docType)
          Sets the docType value for this ApplyPaymentRequest.
 void setPaymentDate(java.util.Calendar paymentDate)
          Sets the paymentDate value for this ApplyPaymentRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplyPaymentRequest

public ApplyPaymentRequest()

ApplyPaymentRequest

public ApplyPaymentRequest(java.lang.String docId,
                           java.lang.String companyCode,
                           DocumentType docType,
                           java.lang.String docCode,
                           java.util.Calendar paymentDate)
Method Detail

getDocId

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

Returns:
docId

setDocId

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

Parameters:
docId -

getCompanyCode

public java.lang.String getCompanyCode()
Gets the companyCode value for this ApplyPaymentRequest.

Returns:
companyCode

setCompanyCode

public void setCompanyCode(java.lang.String companyCode)
Sets the companyCode value for this ApplyPaymentRequest.

Parameters:
companyCode -

getDocType

public DocumentType getDocType()
Gets the docType value for this ApplyPaymentRequest.

Returns:
docType

setDocType

public void setDocType(DocumentType docType)
Sets the docType value for this ApplyPaymentRequest.

Parameters:
docType -

getDocCode

public java.lang.String getDocCode()
Gets the docCode value for this ApplyPaymentRequest.

Returns:
docCode

setDocCode

public void setDocCode(java.lang.String docCode)
Sets the docCode value for this ApplyPaymentRequest.

Parameters:
docCode -

getPaymentDate

public java.util.Calendar getPaymentDate()
Gets the paymentDate value for this ApplyPaymentRequest.

Returns:
paymentDate

setPaymentDate

public void setPaymentDate(java.util.Calendar paymentDate)
Sets the paymentDate value for this ApplyPaymentRequest.

Parameters:
paymentDate -

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