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

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

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

See Also:
Serialized Form

Constructor Summary
CCAuthReversalReply()
           
CCAuthReversalReply(java.math.BigInteger reasonCode, java.lang.String amount, java.lang.String authorizationCode, java.lang.String processorResponse, java.lang.String requestDateTime, java.lang.String forwardCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this CCAuthReversalReply.
 java.lang.String getAuthorizationCode()
          Gets the authorizationCode value for this CCAuthReversalReply.
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 getForwardCode()
          Gets the forwardCode value for this CCAuthReversalReply.
 java.lang.String getProcessorResponse()
          Gets the processorResponse value for this CCAuthReversalReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this CCAuthReversalReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this CCAuthReversalReply.
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 CCAuthReversalReply.
 void setAuthorizationCode(java.lang.String authorizationCode)
          Sets the authorizationCode value for this CCAuthReversalReply.
 void setForwardCode(java.lang.String forwardCode)
          Sets the forwardCode value for this CCAuthReversalReply.
 void setProcessorResponse(java.lang.String processorResponse)
          Sets the processorResponse value for this CCAuthReversalReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this CCAuthReversalReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this CCAuthReversalReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCAuthReversalReply

public CCAuthReversalReply()

CCAuthReversalReply

public CCAuthReversalReply(java.math.BigInteger reasonCode,
                           java.lang.String amount,
                           java.lang.String authorizationCode,
                           java.lang.String processorResponse,
                           java.lang.String requestDateTime,
                           java.lang.String forwardCode)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getAuthorizationCode

public java.lang.String getAuthorizationCode()
Gets the authorizationCode value for this CCAuthReversalReply.

Returns:
authorizationCode

setAuthorizationCode

public void setAuthorizationCode(java.lang.String authorizationCode)
Sets the authorizationCode value for this CCAuthReversalReply.

Parameters:
authorizationCode -

getProcessorResponse

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

Returns:
processorResponse

setProcessorResponse

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

Parameters:
processorResponse -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getForwardCode

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

Returns:
forwardCode

setForwardCode

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

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.