|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
public class ReconcileTaxHistoryRequest
Data to pass to TaxSvcSoap.reconcileTaxHistory(ReconcileTaxHistoryRequest)
ReconcileTaxHistoryResult
,
Serialized FormConstructor Summary | |
---|---|
ReconcileTaxHistoryRequest()
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. |
java.lang.String |
getCompanyCode()
Gets the client application company reference code. |
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. |
DocStatus |
getDocStatus()
Gets the docStatus value for this ReconcileTaxHistoryRequest. |
java.util.Date |
getEndDate()
Gets the endDate value for this ReconcileTaxHistoryRequest. |
java.lang.String |
getLastDocId()
Used to seek for additional results in large result sets. |
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. |
java.util.Date |
getStartDate()
Gets the startDate value for this ReconcileTaxHistoryRequest. |
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. |
boolean |
isReconciled()
Indicates the items through getLastDocId() have been reconciled
in the client system and should be marked as reconciled in the AvaTax system. |
void |
setCompanyCode(java.lang.String companyCode)
Sets the client application company reference code. |
void |
setDocStatus(DocStatus docStatus)
Sets the value to retrieve data with a specific DocStatus. |
void |
setEndDate(java.util.Date endDate)
Sets the endDate value to retrieve data FROM a specific date. |
void |
setLastDocId(java.lang.String lastDocId)
Used to seek for additional results in large result sets. |
void |
setReconciled(boolean reconciled)
Indicates the items through getLastDocId() have been reconciled
in the client system and should be marked as reconciled in the AvaTax system. |
void |
setStartDate(java.util.Date startDate)
Sets the startDate value to retrieve data FROM a specific date. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReconcileTaxHistoryRequest()
Method Detail |
---|
public java.lang.String getCompanyCode()
If DocId is specified, this is not needed.
public void setCompanyCode(java.lang.String companyCode)
If DocId is specified, this is not needed.
companyCode
- public java.lang.String getLastDocId()
ReconcileTaxHistoryResult
to get the next set of results.
If isReconciled()
is set to true, then all records up to and
including LastDocId will be flagged as reconciled prior to returning the next result set.
public void setLastDocId(java.lang.String lastDocId)
ReconcileTaxHistoryResult
to get the next set of results.
If isReconciled()
is set to true, then all records up to and
including LastDocId will be flagged as reconciled prior to returning the next result set.
lastDocId
- public boolean isReconciled()
getLastDocId()
have been reconciled
in the client system and should be marked as reconciled in the AvaTax system.
Set this to true to indicate that records through getLastDocId()
should be flagged as reconciled on the server.
public void setReconciled(boolean reconciled)
getLastDocId()
have been reconciled
in the client system and should be marked as reconciled in the AvaTax system.
Set this to true to indicate that records through getLastDocId()
should be flagged as reconciled on the server.
reconciled
- public java.util.Date getStartDate()
public void setStartDate(java.util.Date startDate)
startDate
- public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
endDate
- public DocStatus getDocStatus()
public void setDocStatus(DocStatus docStatus)
docStatus
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
-
public int hashCode()
hashCode
in class java.lang.Object
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 |