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

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

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

See Also:
Serialized Form

Constructor Summary
ECAuthenticateReply()
           
ECAuthenticateReply(java.math.BigInteger reasonCode, java.lang.String requestDateTime, java.lang.String processorResponse, java.lang.String reconciliationID, java.lang.String checkpointSummary, java.lang.String fraudShieldIndicators)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCheckpointSummary()
          Gets the checkpointSummary value for this ECAuthenticateReply.
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 getFraudShieldIndicators()
          Gets the fraudShieldIndicators value for this ECAuthenticateReply.
 java.lang.String getProcessorResponse()
          Gets the processorResponse value for this ECAuthenticateReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this ECAuthenticateReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this ECAuthenticateReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this ECAuthenticateReply.
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 setCheckpointSummary(java.lang.String checkpointSummary)
          Sets the checkpointSummary value for this ECAuthenticateReply.
 void setFraudShieldIndicators(java.lang.String fraudShieldIndicators)
          Sets the fraudShieldIndicators value for this ECAuthenticateReply.
 void setProcessorResponse(java.lang.String processorResponse)
          Sets the processorResponse value for this ECAuthenticateReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this ECAuthenticateReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this ECAuthenticateReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this ECAuthenticateReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECAuthenticateReply

public ECAuthenticateReply()

ECAuthenticateReply

public ECAuthenticateReply(java.math.BigInteger reasonCode,
                           java.lang.String requestDateTime,
                           java.lang.String processorResponse,
                           java.lang.String reconciliationID,
                           java.lang.String checkpointSummary,
                           java.lang.String fraudShieldIndicators)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getProcessorResponse

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

Returns:
processorResponse

setProcessorResponse

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

Parameters:
processorResponse -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getCheckpointSummary

public java.lang.String getCheckpointSummary()
Gets the checkpointSummary value for this ECAuthenticateReply.

Returns:
checkpointSummary

setCheckpointSummary

public void setCheckpointSummary(java.lang.String checkpointSummary)
Sets the checkpointSummary value for this ECAuthenticateReply.

Parameters:
checkpointSummary -

getFraudShieldIndicators

public java.lang.String getFraudShieldIndicators()
Gets the fraudShieldIndicators value for this ECAuthenticateReply.

Returns:
fraudShieldIndicators

setFraudShieldIndicators

public void setFraudShieldIndicators(java.lang.String fraudShieldIndicators)
Sets the fraudShieldIndicators value for this ECAuthenticateReply.

Parameters:
fraudShieldIndicators -

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.