org.broadleafcommerce.vendor.cybersource.service.api
Class ECDebitReply

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.api.ECDebitReply
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ECDebitReply()
           
ECDebitReply(java.math.BigInteger reasonCode, java.lang.String settlementMethod, java.lang.String requestDateTime, java.lang.String amount, java.math.BigInteger verificationLevel, java.lang.String processorTransactionID, java.lang.String reconciliationID, java.lang.String processorResponse, java.lang.String avsCode, java.lang.String avsCodeRaw, java.lang.String verificationCode, java.lang.String verificationCodeRaw, java.lang.String correctedAccountNumber, java.lang.String correctedRoutingNumber)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this ECDebitReply.
 java.lang.String getAvsCode()
          Gets the avsCode value for this ECDebitReply.
 java.lang.String getAvsCodeRaw()
          Gets the avsCodeRaw value for this ECDebitReply.
 java.lang.String getCorrectedAccountNumber()
          Gets the correctedAccountNumber value for this ECDebitReply.
 java.lang.String getCorrectedRoutingNumber()
          Gets the correctedRoutingNumber value for this ECDebitReply.
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 getProcessorResponse()
          Gets the processorResponse value for this ECDebitReply.
 java.lang.String getProcessorTransactionID()
          Gets the processorTransactionID value for this ECDebitReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this ECDebitReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this ECDebitReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this ECDebitReply.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSettlementMethod()
          Gets the settlementMethod value for this ECDebitReply.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVerificationCode()
          Gets the verificationCode value for this ECDebitReply.
 java.lang.String getVerificationCodeRaw()
          Gets the verificationCodeRaw value for this ECDebitReply.
 java.math.BigInteger getVerificationLevel()
          Gets the verificationLevel value for this ECDebitReply.
 int hashCode()
           
 void setAmount(java.lang.String amount)
          Sets the amount value for this ECDebitReply.
 void setAvsCode(java.lang.String avsCode)
          Sets the avsCode value for this ECDebitReply.
 void setAvsCodeRaw(java.lang.String avsCodeRaw)
          Sets the avsCodeRaw value for this ECDebitReply.
 void setCorrectedAccountNumber(java.lang.String correctedAccountNumber)
          Sets the correctedAccountNumber value for this ECDebitReply.
 void setCorrectedRoutingNumber(java.lang.String correctedRoutingNumber)
          Sets the correctedRoutingNumber value for this ECDebitReply.
 void setProcessorResponse(java.lang.String processorResponse)
          Sets the processorResponse value for this ECDebitReply.
 void setProcessorTransactionID(java.lang.String processorTransactionID)
          Sets the processorTransactionID value for this ECDebitReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this ECDebitReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this ECDebitReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this ECDebitReply.
 void setSettlementMethod(java.lang.String settlementMethod)
          Sets the settlementMethod value for this ECDebitReply.
 void setVerificationCode(java.lang.String verificationCode)
          Sets the verificationCode value for this ECDebitReply.
 void setVerificationCodeRaw(java.lang.String verificationCodeRaw)
          Sets the verificationCodeRaw value for this ECDebitReply.
 void setVerificationLevel(java.math.BigInteger verificationLevel)
          Sets the verificationLevel value for this ECDebitReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECDebitReply

public ECDebitReply()

ECDebitReply

public ECDebitReply(java.math.BigInteger reasonCode,
                    java.lang.String settlementMethod,
                    java.lang.String requestDateTime,
                    java.lang.String amount,
                    java.math.BigInteger verificationLevel,
                    java.lang.String processorTransactionID,
                    java.lang.String reconciliationID,
                    java.lang.String processorResponse,
                    java.lang.String avsCode,
                    java.lang.String avsCodeRaw,
                    java.lang.String verificationCode,
                    java.lang.String verificationCodeRaw,
                    java.lang.String correctedAccountNumber,
                    java.lang.String correctedRoutingNumber)
Method Detail

getReasonCode

public java.math.BigInteger getReasonCode()
Gets the reasonCode value for this ECDebitReply.

Returns:
reasonCode

setReasonCode

public void setReasonCode(java.math.BigInteger reasonCode)
Sets the reasonCode value for this ECDebitReply.

Parameters:
reasonCode -

getSettlementMethod

public java.lang.String getSettlementMethod()
Gets the settlementMethod value for this ECDebitReply.

Returns:
settlementMethod

setSettlementMethod

public void setSettlementMethod(java.lang.String settlementMethod)
Sets the settlementMethod value for this ECDebitReply.

Parameters:
settlementMethod -

getRequestDateTime

public java.lang.String getRequestDateTime()
Gets the requestDateTime value for this ECDebitReply.

Returns:
requestDateTime

setRequestDateTime

public void setRequestDateTime(java.lang.String requestDateTime)
Sets the requestDateTime value for this ECDebitReply.

Parameters:
requestDateTime -

getAmount

public java.lang.String getAmount()
Gets the amount value for this ECDebitReply.

Returns:
amount

setAmount

public void setAmount(java.lang.String amount)
Sets the amount value for this ECDebitReply.

Parameters:
amount -

getVerificationLevel

public java.math.BigInteger getVerificationLevel()
Gets the verificationLevel value for this ECDebitReply.

Returns:
verificationLevel

setVerificationLevel

public void setVerificationLevel(java.math.BigInteger verificationLevel)
Sets the verificationLevel value for this ECDebitReply.

Parameters:
verificationLevel -

getProcessorTransactionID

public java.lang.String getProcessorTransactionID()
Gets the processorTransactionID value for this ECDebitReply.

Returns:
processorTransactionID

setProcessorTransactionID

public void setProcessorTransactionID(java.lang.String processorTransactionID)
Sets the processorTransactionID value for this ECDebitReply.

Parameters:
processorTransactionID -

getReconciliationID

public java.lang.String getReconciliationID()
Gets the reconciliationID value for this ECDebitReply.

Returns:
reconciliationID

setReconciliationID

public void setReconciliationID(java.lang.String reconciliationID)
Sets the reconciliationID value for this ECDebitReply.

Parameters:
reconciliationID -

getProcessorResponse

public java.lang.String getProcessorResponse()
Gets the processorResponse value for this ECDebitReply.

Returns:
processorResponse

setProcessorResponse

public void setProcessorResponse(java.lang.String processorResponse)
Sets the processorResponse value for this ECDebitReply.

Parameters:
processorResponse -

getAvsCode

public java.lang.String getAvsCode()
Gets the avsCode value for this ECDebitReply.

Returns:
avsCode

setAvsCode

public void setAvsCode(java.lang.String avsCode)
Sets the avsCode value for this ECDebitReply.

Parameters:
avsCode -

getAvsCodeRaw

public java.lang.String getAvsCodeRaw()
Gets the avsCodeRaw value for this ECDebitReply.

Returns:
avsCodeRaw

setAvsCodeRaw

public void setAvsCodeRaw(java.lang.String avsCodeRaw)
Sets the avsCodeRaw value for this ECDebitReply.

Parameters:
avsCodeRaw -

getVerificationCode

public java.lang.String getVerificationCode()
Gets the verificationCode value for this ECDebitReply.

Returns:
verificationCode

setVerificationCode

public void setVerificationCode(java.lang.String verificationCode)
Sets the verificationCode value for this ECDebitReply.

Parameters:
verificationCode -

getVerificationCodeRaw

public java.lang.String getVerificationCodeRaw()
Gets the verificationCodeRaw value for this ECDebitReply.

Returns:
verificationCodeRaw

setVerificationCodeRaw

public void setVerificationCodeRaw(java.lang.String verificationCodeRaw)
Sets the verificationCodeRaw value for this ECDebitReply.

Parameters:
verificationCodeRaw -

getCorrectedAccountNumber

public java.lang.String getCorrectedAccountNumber()
Gets the correctedAccountNumber value for this ECDebitReply.

Returns:
correctedAccountNumber

setCorrectedAccountNumber

public void setCorrectedAccountNumber(java.lang.String correctedAccountNumber)
Sets the correctedAccountNumber value for this ECDebitReply.

Parameters:
correctedAccountNumber -

getCorrectedRoutingNumber

public java.lang.String getCorrectedRoutingNumber()
Gets the correctedRoutingNumber value for this ECDebitReply.

Returns:
correctedRoutingNumber

setCorrectedRoutingNumber

public void setCorrectedRoutingNumber(java.lang.String correctedRoutingNumber)
Sets the correctedRoutingNumber value for this ECDebitReply.

Parameters:
correctedRoutingNumber -

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



Copyright © 2011. All Rights Reserved.