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

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

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

See Also:
Serialized Form

Constructor Summary
ECCreditReply()
           
ECCreditReply(java.math.BigInteger reasonCode, java.lang.String settlementMethod, java.lang.String requestDateTime, java.lang.String amount, java.lang.String processorTransactionID, java.lang.String reconciliationID, java.lang.String processorResponse, 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 ECCreditReply.
 java.lang.String getCorrectedAccountNumber()
          Gets the correctedAccountNumber value for this ECCreditReply.
 java.lang.String getCorrectedRoutingNumber()
          Gets the correctedRoutingNumber value for this ECCreditReply.
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 ECCreditReply.
 java.lang.String getProcessorTransactionID()
          Gets the processorTransactionID value for this ECCreditReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this ECCreditReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this ECCreditReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this ECCreditReply.
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 ECCreditReply.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVerificationCode()
          Gets the verificationCode value for this ECCreditReply.
 java.lang.String getVerificationCodeRaw()
          Gets the verificationCodeRaw value for this ECCreditReply.
 int hashCode()
           
 void setAmount(java.lang.String amount)
          Sets the amount value for this ECCreditReply.
 void setCorrectedAccountNumber(java.lang.String correctedAccountNumber)
          Sets the correctedAccountNumber value for this ECCreditReply.
 void setCorrectedRoutingNumber(java.lang.String correctedRoutingNumber)
          Sets the correctedRoutingNumber value for this ECCreditReply.
 void setProcessorResponse(java.lang.String processorResponse)
          Sets the processorResponse value for this ECCreditReply.
 void setProcessorTransactionID(java.lang.String processorTransactionID)
          Sets the processorTransactionID value for this ECCreditReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this ECCreditReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this ECCreditReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this ECCreditReply.
 void setSettlementMethod(java.lang.String settlementMethod)
          Sets the settlementMethod value for this ECCreditReply.
 void setVerificationCode(java.lang.String verificationCode)
          Sets the verificationCode value for this ECCreditReply.
 void setVerificationCodeRaw(java.lang.String verificationCodeRaw)
          Sets the verificationCodeRaw value for this ECCreditReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECCreditReply

public ECCreditReply()

ECCreditReply

public ECCreditReply(java.math.BigInteger reasonCode,
                     java.lang.String settlementMethod,
                     java.lang.String requestDateTime,
                     java.lang.String amount,
                     java.lang.String processorTransactionID,
                     java.lang.String reconciliationID,
                     java.lang.String processorResponse,
                     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 ECCreditReply.

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getSettlementMethod

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

Returns:
settlementMethod

setSettlementMethod

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

Parameters:
settlementMethod -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getProcessorTransactionID

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

Returns:
processorTransactionID

setProcessorTransactionID

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

Parameters:
processorTransactionID -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getProcessorResponse

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

Returns:
processorResponse

setProcessorResponse

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

Parameters:
processorResponse -

getVerificationCode

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

Returns:
verificationCode

setVerificationCode

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

Parameters:
verificationCode -

getVerificationCodeRaw

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

Returns:
verificationCodeRaw

setVerificationCodeRaw

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

Parameters:
verificationCodeRaw -

getCorrectedAccountNumber

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

Returns:
correctedAccountNumber

setCorrectedAccountNumber

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

Parameters:
correctedAccountNumber -

getCorrectedRoutingNumber

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

Returns:
correctedRoutingNumber

setCorrectedRoutingNumber

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

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.