|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avalara.avatax.services.tax.ApplyPaymentRequest
public class ApplyPaymentRequest
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 |
---|
public ApplyPaymentRequest()
public ApplyPaymentRequest(java.lang.String docId, java.lang.String companyCode, DocumentType docType, java.lang.String docCode, java.util.Calendar paymentDate)
Method Detail |
---|
public java.lang.String getDocId()
public void setDocId(java.lang.String docId)
docId
- public java.lang.String getCompanyCode()
public void setCompanyCode(java.lang.String companyCode)
companyCode
- public DocumentType getDocType()
public void setDocType(DocumentType docType)
docType
- public java.lang.String getDocCode()
public void setDocCode(java.lang.String docCode)
docCode
- public java.util.Calendar getPaymentDate()
public void setPaymentDate(java.util.Calendar paymentDate)
paymentDate
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |