org.broadleafcommerce.vendor.cybersource.service.payment.message
Class CyberSourceAuthResponse

java.lang.Object
  extended by org.broadleafcommerce.vendor.cybersource.service.payment.message.CyberSourceAuthResponse
All Implemented Interfaces:
Serializable

public class CyberSourceAuthResponse
extends Object
implements Serializable

Author:
jfischer
See Also:
Serialized Form

Constructor Summary
CyberSourceAuthResponse()
           
 
Method Summary
 Money getAccountBalance()
          Gets the accountBalance value for this CCAuthReply.
 Money getAmount()
          Gets the amount value for this CCAuthReply.
 Money getApprovedAmount()
          Gets the approvedAmount value for this CCAuthReply.
 String getApprovedTerms()
          Gets the approvedTerms value for this CCAuthReply.
 String getAuthenticationXID()
          Gets the authenticationXID value for this CCAuthReply.
 String getAuthFactorCode()
          Gets the authFactorCode value for this CCAuthReply.
 String getAuthorizationCode()
          Gets the authorizationCode value for this CCAuthReply.
 String getAuthorizationXID()
          Gets the authorizationXID value for this CCAuthReply.
 String getAuthorizedDateTime()
          Gets the authorizedDateTime value for this CCAuthReply.
 String getAuthRecord()
          Gets the authRecord value for this CCAuthReply.
 String getAvsCode()
          Gets the avsCode value for this CCAuthReply.
 String getAvsCodeRaw()
          Gets the avsCodeRaw value for this CCAuthReply.
 String getBmlAccountNumber()
          Gets the bmlAccountNumber value for this CCAuthReply.
 String getCardCategory()
          Gets the cardCategory value for this CCAuthReply.
 String getCavvResponseCode()
          Gets the cavvResponseCode value for this CCAuthReply.
 String getCavvResponseCodeRaw()
          Gets the cavvResponseCodeRaw value for this CCAuthReply.
 String getCreditLine()
          Gets the creditLine value for this CCAuthReply.
 String getCvCode()
          Gets the cvCode value for this CCAuthReply.
 String getCvCodeRaw()
          Gets the cvCodeRaw value for this CCAuthReply.
 String getEnhancedDataEnabled()
          Gets the enhancedDataEnabled value for this CCAuthReply.
 String getForwardCode()
          Gets the forwardCode value for this CCAuthReply.
 String getMerchantAdviceCode()
          Gets the merchantAdviceCode value for this CCAuthReply.
 String getMerchantAdviceCodeRaw()
          Gets the merchantAdviceCodeRaw value for this CCAuthReply.
 String getPaymentNetworkTransactionID()
          Gets the paymentNetworkTransactionID value for this CCAuthReply.
 String getPersonalIDCode()
          Gets the personalIDCode value for this CCAuthReply.
 String getProcessorCardType()
          Gets the processorCardType value for this CCAuthReply.
 String getProcessorResponse()
          Gets the processorResponse value for this CCAuthReply.
 BigInteger getReasonCode()
          Gets the reasonCode value for this CCAuthReply.
 String getReconciliationID()
          Gets the reconciliationID value for this CCAuthReply.
 String getReferralResponseNumber()
          Gets the referralResponseNumber value for this CCAuthReply.
 String getSubResponseCode()
          Gets the subResponseCode value for this CCAuthReply.
 void setAccountBalance(Money accountBalance)
          Sets the accountBalance value for this CCAuthReply.
 void setAmount(Money amount)
          Sets the amount value for this CCAuthReply.
 void setApprovedAmount(Money approvedAmount)
          Sets the approvedAmount value for this CCAuthReply.
 void setApprovedTerms(String approvedTerms)
          Sets the approvedTerms value for this CCAuthReply.
 void setAuthenticationXID(String authenticationXID)
          Sets the authenticationXID value for this CCAuthReply.
 void setAuthFactorCode(String authFactorCode)
          Sets the authFactorCode value for this CCAuthReply.
 void setAuthorizationCode(String authorizationCode)
          Sets the authorizationCode value for this CCAuthReply.
 void setAuthorizationXID(String authorizationXID)
          Sets the authorizationXID value for this CCAuthReply.
 void setAuthorizedDateTime(String authorizedDateTime)
          Sets the authorizedDateTime value for this CCAuthReply.
 void setAuthRecord(String authRecord)
          Sets the authRecord value for this CCAuthReply.
 void setAvsCode(String avsCode)
          Sets the avsCode value for this CCAuthReply.
 void setAvsCodeRaw(String avsCodeRaw)
          Sets the avsCodeRaw value for this CCAuthReply.
 void setBmlAccountNumber(String bmlAccountNumber)
          Sets the bmlAccountNumber value for this CCAuthReply.
 void setCardCategory(String cardCategory)
          Sets the cardCategory value for this CCAuthReply.
 void setCavvResponseCode(String cavvResponseCode)
          Sets the cavvResponseCode value for this CCAuthReply.
 void setCavvResponseCodeRaw(String cavvResponseCodeRaw)
          Sets the cavvResponseCodeRaw value for this CCAuthReply.
 void setCreditLine(String creditLine)
          Sets the creditLine value for this CCAuthReply.
 void setCvCode(String cvCode)
          Sets the cvCode value for this CCAuthReply.
 void setCvCodeRaw(String cvCodeRaw)
          Sets the cvCodeRaw value for this CCAuthReply.
 void setEnhancedDataEnabled(String enhancedDataEnabled)
          Sets the enhancedDataEnabled value for this CCAuthReply.
 void setForwardCode(String forwardCode)
          Sets the forwardCode value for this CCAuthReply.
 void setMerchantAdviceCode(String merchantAdviceCode)
          Sets the merchantAdviceCode value for this CCAuthReply.
 void setMerchantAdviceCodeRaw(String merchantAdviceCodeRaw)
          Sets the merchantAdviceCodeRaw value for this CCAuthReply.
 void setPaymentNetworkTransactionID(String paymentNetworkTransactionID)
          Sets the paymentNetworkTransactionID value for this CCAuthReply.
 void setPersonalIDCode(String personalIDCode)
          Sets the personalIDCode value for this CCAuthReply.
 void setProcessorCardType(String processorCardType)
          Sets the processorCardType value for this CCAuthReply.
 void setProcessorResponse(String processorResponse)
          Sets the processorResponse value for this CCAuthReply.
 void setReasonCode(BigInteger reasonCode)
          Sets the reasonCode value for this CCAuthReply.
 void setReconciliationID(String reconciliationID)
          Sets the reconciliationID value for this CCAuthReply.
 void setReferralResponseNumber(String referralResponseNumber)
          Sets the referralResponseNumber value for this CCAuthReply.
 void setSubResponseCode(String subResponseCode)
          Sets the subResponseCode value for this CCAuthReply.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CyberSourceAuthResponse

public CyberSourceAuthResponse()
Method Detail

getReasonCode

public BigInteger getReasonCode()
Gets the reasonCode value for this CCAuthReply.

Returns:
reasonCode

setReasonCode

public void setReasonCode(BigInteger reasonCode)
Sets the reasonCode value for this CCAuthReply.

Parameters:
reasonCode -

getAmount

public Money getAmount()
Gets the amount value for this CCAuthReply.

Returns:
amount

setAmount

public void setAmount(Money amount)
Sets the amount value for this CCAuthReply.

Parameters:
amount -

getAuthorizationCode

public String getAuthorizationCode()
Gets the authorizationCode value for this CCAuthReply.

Returns:
authorizationCode

setAuthorizationCode

public void setAuthorizationCode(String authorizationCode)
Sets the authorizationCode value for this CCAuthReply.

Parameters:
authorizationCode -

getAvsCode

public String getAvsCode()
Gets the avsCode value for this CCAuthReply.

Returns:
avsCode

setAvsCode

public void setAvsCode(String avsCode)
Sets the avsCode value for this CCAuthReply.

Parameters:
avsCode -

getAvsCodeRaw

public String getAvsCodeRaw()
Gets the avsCodeRaw value for this CCAuthReply.

Returns:
avsCodeRaw

setAvsCodeRaw

public void setAvsCodeRaw(String avsCodeRaw)
Sets the avsCodeRaw value for this CCAuthReply.

Parameters:
avsCodeRaw -

getCvCode

public String getCvCode()
Gets the cvCode value for this CCAuthReply.

Returns:
cvCode

setCvCode

public void setCvCode(String cvCode)
Sets the cvCode value for this CCAuthReply.

Parameters:
cvCode -

getCvCodeRaw

public String getCvCodeRaw()
Gets the cvCodeRaw value for this CCAuthReply.

Returns:
cvCodeRaw

setCvCodeRaw

public void setCvCodeRaw(String cvCodeRaw)
Sets the cvCodeRaw value for this CCAuthReply.

Parameters:
cvCodeRaw -

getPersonalIDCode

public String getPersonalIDCode()
Gets the personalIDCode value for this CCAuthReply.

Returns:
personalIDCode

setPersonalIDCode

public void setPersonalIDCode(String personalIDCode)
Sets the personalIDCode value for this CCAuthReply.

Parameters:
personalIDCode -

getAuthorizedDateTime

public String getAuthorizedDateTime()
Gets the authorizedDateTime value for this CCAuthReply.

Returns:
authorizedDateTime

setAuthorizedDateTime

public void setAuthorizedDateTime(String authorizedDateTime)
Sets the authorizedDateTime value for this CCAuthReply.

Parameters:
authorizedDateTime -

getProcessorResponse

public String getProcessorResponse()
Gets the processorResponse value for this CCAuthReply.

Returns:
processorResponse

setProcessorResponse

public void setProcessorResponse(String processorResponse)
Sets the processorResponse value for this CCAuthReply.

Parameters:
processorResponse -

getBmlAccountNumber

public String getBmlAccountNumber()
Gets the bmlAccountNumber value for this CCAuthReply.

Returns:
bmlAccountNumber

setBmlAccountNumber

public void setBmlAccountNumber(String bmlAccountNumber)
Sets the bmlAccountNumber value for this CCAuthReply.

Parameters:
bmlAccountNumber -

getAuthFactorCode

public String getAuthFactorCode()
Gets the authFactorCode value for this CCAuthReply.

Returns:
authFactorCode

setAuthFactorCode

public void setAuthFactorCode(String authFactorCode)
Sets the authFactorCode value for this CCAuthReply.

Parameters:
authFactorCode -

getReconciliationID

public String getReconciliationID()
Gets the reconciliationID value for this CCAuthReply.

Returns:
reconciliationID

setReconciliationID

public void setReconciliationID(String reconciliationID)
Sets the reconciliationID value for this CCAuthReply.

Parameters:
reconciliationID -

getAuthRecord

public String getAuthRecord()
Gets the authRecord value for this CCAuthReply.

Returns:
authRecord

setAuthRecord

public void setAuthRecord(String authRecord)
Sets the authRecord value for this CCAuthReply.

Parameters:
authRecord -

getMerchantAdviceCode

public String getMerchantAdviceCode()
Gets the merchantAdviceCode value for this CCAuthReply.

Returns:
merchantAdviceCode

setMerchantAdviceCode

public void setMerchantAdviceCode(String merchantAdviceCode)
Sets the merchantAdviceCode value for this CCAuthReply.

Parameters:
merchantAdviceCode -

getMerchantAdviceCodeRaw

public String getMerchantAdviceCodeRaw()
Gets the merchantAdviceCodeRaw value for this CCAuthReply.

Returns:
merchantAdviceCodeRaw

setMerchantAdviceCodeRaw

public void setMerchantAdviceCodeRaw(String merchantAdviceCodeRaw)
Sets the merchantAdviceCodeRaw value for this CCAuthReply.

Parameters:
merchantAdviceCodeRaw -

getCavvResponseCode

public String getCavvResponseCode()
Gets the cavvResponseCode value for this CCAuthReply.

Returns:
cavvResponseCode

setCavvResponseCode

public void setCavvResponseCode(String cavvResponseCode)
Sets the cavvResponseCode value for this CCAuthReply.

Parameters:
cavvResponseCode -

getCavvResponseCodeRaw

public String getCavvResponseCodeRaw()
Gets the cavvResponseCodeRaw value for this CCAuthReply.

Returns:
cavvResponseCodeRaw

setCavvResponseCodeRaw

public void setCavvResponseCodeRaw(String cavvResponseCodeRaw)
Sets the cavvResponseCodeRaw value for this CCAuthReply.

Parameters:
cavvResponseCodeRaw -

getAuthenticationXID

public String getAuthenticationXID()
Gets the authenticationXID value for this CCAuthReply.

Returns:
authenticationXID

setAuthenticationXID

public void setAuthenticationXID(String authenticationXID)
Sets the authenticationXID value for this CCAuthReply.

Parameters:
authenticationXID -

getAuthorizationXID

public String getAuthorizationXID()
Gets the authorizationXID value for this CCAuthReply.

Returns:
authorizationXID

setAuthorizationXID

public void setAuthorizationXID(String authorizationXID)
Sets the authorizationXID value for this CCAuthReply.

Parameters:
authorizationXID -

getProcessorCardType

public String getProcessorCardType()
Gets the processorCardType value for this CCAuthReply.

Returns:
processorCardType

setProcessorCardType

public void setProcessorCardType(String processorCardType)
Sets the processorCardType value for this CCAuthReply.

Parameters:
processorCardType -

getAccountBalance

public Money getAccountBalance()
Gets the accountBalance value for this CCAuthReply.

Returns:
accountBalance

setAccountBalance

public void setAccountBalance(Money accountBalance)
Sets the accountBalance value for this CCAuthReply.

Parameters:
accountBalance -

getForwardCode

public String getForwardCode()
Gets the forwardCode value for this CCAuthReply.

Returns:
forwardCode

setForwardCode

public void setForwardCode(String forwardCode)
Sets the forwardCode value for this CCAuthReply.

Parameters:
forwardCode -

getEnhancedDataEnabled

public String getEnhancedDataEnabled()
Gets the enhancedDataEnabled value for this CCAuthReply.

Returns:
enhancedDataEnabled

setEnhancedDataEnabled

public void setEnhancedDataEnabled(String enhancedDataEnabled)
Sets the enhancedDataEnabled value for this CCAuthReply.

Parameters:
enhancedDataEnabled -

getReferralResponseNumber

public String getReferralResponseNumber()
Gets the referralResponseNumber value for this CCAuthReply.

Returns:
referralResponseNumber

setReferralResponseNumber

public void setReferralResponseNumber(String referralResponseNumber)
Sets the referralResponseNumber value for this CCAuthReply.

Parameters:
referralResponseNumber -

getSubResponseCode

public String getSubResponseCode()
Gets the subResponseCode value for this CCAuthReply.

Returns:
subResponseCode

setSubResponseCode

public void setSubResponseCode(String subResponseCode)
Sets the subResponseCode value for this CCAuthReply.

Parameters:
subResponseCode -

getApprovedAmount

public Money getApprovedAmount()
Gets the approvedAmount value for this CCAuthReply.

Returns:
approvedAmount

setApprovedAmount

public void setApprovedAmount(Money approvedAmount)
Sets the approvedAmount value for this CCAuthReply.

Parameters:
approvedAmount -

getCreditLine

public String getCreditLine()
Gets the creditLine value for this CCAuthReply.

Returns:
creditLine

setCreditLine

public void setCreditLine(String creditLine)
Sets the creditLine value for this CCAuthReply.

Parameters:
creditLine -

getApprovedTerms

public String getApprovedTerms()
Gets the approvedTerms value for this CCAuthReply.

Returns:
approvedTerms

setApprovedTerms

public void setApprovedTerms(String approvedTerms)
Sets the approvedTerms value for this CCAuthReply.

Parameters:
approvedTerms -

getPaymentNetworkTransactionID

public String getPaymentNetworkTransactionID()
Gets the paymentNetworkTransactionID value for this CCAuthReply.

Returns:
paymentNetworkTransactionID

setPaymentNetworkTransactionID

public void setPaymentNetworkTransactionID(String paymentNetworkTransactionID)
Sets the paymentNetworkTransactionID value for this CCAuthReply.

Parameters:
paymentNetworkTransactionID -

getCardCategory

public String getCardCategory()
Gets the cardCategory value for this CCAuthReply.

Returns:
cardCategory

setCardCategory

public void setCardCategory(String cardCategory)
Sets the cardCategory value for this CCAuthReply.

Parameters:
cardCategory -


Copyright © 2012. All Rights Reserved.