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

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

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

See Also:
Serialized Form

Constructor Summary
CCCaptureReply()
           
CCCaptureReply(java.math.BigInteger reasonCode, java.lang.String requestDateTime, java.lang.String amount, java.lang.String reconciliationID, FundingTotals fundingTotals, java.lang.String fxQuoteID, java.lang.String fxQuoteRate, java.lang.String fxQuoteType, java.lang.String fxQuoteExpirationDateTime, java.lang.String purchasingLevel3Enabled, java.lang.String enhancedDataEnabled)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this CCCaptureReply.
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 getEnhancedDataEnabled()
          Gets the enhancedDataEnabled value for this CCCaptureReply.
 FundingTotals getFundingTotals()
          Gets the fundingTotals value for this CCCaptureReply.
 java.lang.String getFxQuoteExpirationDateTime()
          Gets the fxQuoteExpirationDateTime value for this CCCaptureReply.
 java.lang.String getFxQuoteID()
          Gets the fxQuoteID value for this CCCaptureReply.
 java.lang.String getFxQuoteRate()
          Gets the fxQuoteRate value for this CCCaptureReply.
 java.lang.String getFxQuoteType()
          Gets the fxQuoteType value for this CCCaptureReply.
 java.lang.String getPurchasingLevel3Enabled()
          Gets the purchasingLevel3Enabled value for this CCCaptureReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this CCCaptureReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this CCCaptureReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this CCCaptureReply.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAmount(java.lang.String amount)
          Sets the amount value for this CCCaptureReply.
 void setEnhancedDataEnabled(java.lang.String enhancedDataEnabled)
          Sets the enhancedDataEnabled value for this CCCaptureReply.
 void setFundingTotals(FundingTotals fundingTotals)
          Sets the fundingTotals value for this CCCaptureReply.
 void setFxQuoteExpirationDateTime(java.lang.String fxQuoteExpirationDateTime)
          Sets the fxQuoteExpirationDateTime value for this CCCaptureReply.
 void setFxQuoteID(java.lang.String fxQuoteID)
          Sets the fxQuoteID value for this CCCaptureReply.
 void setFxQuoteRate(java.lang.String fxQuoteRate)
          Sets the fxQuoteRate value for this CCCaptureReply.
 void setFxQuoteType(java.lang.String fxQuoteType)
          Sets the fxQuoteType value for this CCCaptureReply.
 void setPurchasingLevel3Enabled(java.lang.String purchasingLevel3Enabled)
          Sets the purchasingLevel3Enabled value for this CCCaptureReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this CCCaptureReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this CCCaptureReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this CCCaptureReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCCaptureReply

public CCCaptureReply()

CCCaptureReply

public CCCaptureReply(java.math.BigInteger reasonCode,
                      java.lang.String requestDateTime,
                      java.lang.String amount,
                      java.lang.String reconciliationID,
                      FundingTotals fundingTotals,
                      java.lang.String fxQuoteID,
                      java.lang.String fxQuoteRate,
                      java.lang.String fxQuoteType,
                      java.lang.String fxQuoteExpirationDateTime,
                      java.lang.String purchasingLevel3Enabled,
                      java.lang.String enhancedDataEnabled)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getFundingTotals

public FundingTotals getFundingTotals()
Gets the fundingTotals value for this CCCaptureReply.

Returns:
fundingTotals

setFundingTotals

public void setFundingTotals(FundingTotals fundingTotals)
Sets the fundingTotals value for this CCCaptureReply.

Parameters:
fundingTotals -

getFxQuoteID

public java.lang.String getFxQuoteID()
Gets the fxQuoteID value for this CCCaptureReply.

Returns:
fxQuoteID

setFxQuoteID

public void setFxQuoteID(java.lang.String fxQuoteID)
Sets the fxQuoteID value for this CCCaptureReply.

Parameters:
fxQuoteID -

getFxQuoteRate

public java.lang.String getFxQuoteRate()
Gets the fxQuoteRate value for this CCCaptureReply.

Returns:
fxQuoteRate

setFxQuoteRate

public void setFxQuoteRate(java.lang.String fxQuoteRate)
Sets the fxQuoteRate value for this CCCaptureReply.

Parameters:
fxQuoteRate -

getFxQuoteType

public java.lang.String getFxQuoteType()
Gets the fxQuoteType value for this CCCaptureReply.

Returns:
fxQuoteType

setFxQuoteType

public void setFxQuoteType(java.lang.String fxQuoteType)
Sets the fxQuoteType value for this CCCaptureReply.

Parameters:
fxQuoteType -

getFxQuoteExpirationDateTime

public java.lang.String getFxQuoteExpirationDateTime()
Gets the fxQuoteExpirationDateTime value for this CCCaptureReply.

Returns:
fxQuoteExpirationDateTime

setFxQuoteExpirationDateTime

public void setFxQuoteExpirationDateTime(java.lang.String fxQuoteExpirationDateTime)
Sets the fxQuoteExpirationDateTime value for this CCCaptureReply.

Parameters:
fxQuoteExpirationDateTime -

getPurchasingLevel3Enabled

public java.lang.String getPurchasingLevel3Enabled()
Gets the purchasingLevel3Enabled value for this CCCaptureReply.

Returns:
purchasingLevel3Enabled

setPurchasingLevel3Enabled

public void setPurchasingLevel3Enabled(java.lang.String purchasingLevel3Enabled)
Sets the purchasingLevel3Enabled value for this CCCaptureReply.

Parameters:
purchasingLevel3Enabled -

getEnhancedDataEnabled

public java.lang.String getEnhancedDataEnabled()
Gets the enhancedDataEnabled value for this CCCaptureReply.

Returns:
enhancedDataEnabled

setEnhancedDataEnabled

public void setEnhancedDataEnabled(java.lang.String enhancedDataEnabled)
Sets the enhancedDataEnabled value for this CCCaptureReply.

Parameters:
enhancedDataEnabled -

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 © 2012. All Rights Reserved.