|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avalara.avatax.services.tax.BaseResult
com.avalara.avatax.services.tax.PostTaxResult
public class PostTaxResult
Result data returned from TaxSvcSoap.postTax(com.avalara.avatax.services.tax.PostTaxRequest)
.
PostTaxRequest
,
Serialized FormConstructor Summary | |
---|---|
PostTaxResult()
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. |
java.lang.String |
getDocId()
A unique document ID. |
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 |
setDocId(java.lang.String docId)
A unique document ID. |
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 |
---|
public PostTaxResult()
Method Detail |
---|
public java.lang.String getDocId()
This is a unique AvaTax identifier for this document. If known, the CompanyCode, DocCode, and DocType are not needed.
GetTaxResult.getDocId()
public void setDocId(java.lang.String docId)
This is a unique AvaTax identifier for this document. If known, the CompanyCode, DocCode, and DocType are not needed.
docId
- GetTaxResult.getDocId()
public boolean equals(java.lang.Object obj)
equals
in class BaseResult
obj
-
public int hashCode()
hashCode
in class BaseResult
Object.hashCode()
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)
mechType
- _javaType
- _xmlType
-
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
mechType
- _javaType
- _xmlType
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |