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

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

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

See Also:
Serialized Form

Constructor Summary
CCCreditReply()
           
CCCreditReply(java.math.BigInteger reasonCode, java.lang.String requestDateTime, java.lang.String amount, java.lang.String reconciliationID, java.lang.String purchasingLevel3Enabled, java.lang.String enhancedDataEnabled, java.lang.String authorizationXID, java.lang.String forwardCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this CCCreditReply.
 java.lang.String getAuthorizationXID()
          Gets the authorizationXID value for this CCCreditReply.
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 CCCreditReply.
 java.lang.String getForwardCode()
          Gets the forwardCode value for this CCCreditReply.
 java.lang.String getPurchasingLevel3Enabled()
          Gets the purchasingLevel3Enabled value for this CCCreditReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this CCCreditReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this CCCreditReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this CCCreditReply.
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 CCCreditReply.
 void setAuthorizationXID(java.lang.String authorizationXID)
          Sets the authorizationXID value for this CCCreditReply.
 void setEnhancedDataEnabled(java.lang.String enhancedDataEnabled)
          Sets the enhancedDataEnabled value for this CCCreditReply.
 void setForwardCode(java.lang.String forwardCode)
          Sets the forwardCode value for this CCCreditReply.
 void setPurchasingLevel3Enabled(java.lang.String purchasingLevel3Enabled)
          Sets the purchasingLevel3Enabled value for this CCCreditReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this CCCreditReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this CCCreditReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this CCCreditReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCCreditReply

public CCCreditReply()

CCCreditReply

public CCCreditReply(java.math.BigInteger reasonCode,
                     java.lang.String requestDateTime,
                     java.lang.String amount,
                     java.lang.String reconciliationID,
                     java.lang.String purchasingLevel3Enabled,
                     java.lang.String enhancedDataEnabled,
                     java.lang.String authorizationXID,
                     java.lang.String forwardCode)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getPurchasingLevel3Enabled

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

Returns:
purchasingLevel3Enabled

setPurchasingLevel3Enabled

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

Parameters:
purchasingLevel3Enabled -

getEnhancedDataEnabled

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

Returns:
enhancedDataEnabled

setEnhancedDataEnabled

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

Parameters:
enhancedDataEnabled -

getAuthorizationXID

public java.lang.String getAuthorizationXID()
Gets the authorizationXID value for this CCCreditReply.

Returns:
authorizationXID

setAuthorizationXID

public void setAuthorizationXID(java.lang.String authorizationXID)
Sets the authorizationXID value for this CCCreditReply.

Parameters:
authorizationXID -

getForwardCode

public java.lang.String getForwardCode()
Gets the forwardCode value for this CCCreditReply.

Returns:
forwardCode

setForwardCode

public void setForwardCode(java.lang.String forwardCode)
Sets the forwardCode value for this CCCreditReply.

Parameters:
forwardCode -

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.