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

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

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

See Also:
Serialized Form

Constructor Summary
PayerAuthValidateReply()
           
PayerAuthValidateReply(java.math.BigInteger reasonCode, java.lang.String authenticationResult, java.lang.String authenticationStatusMessage, java.lang.String cavv, java.lang.String cavvAlgorithm, java.lang.String commerceIndicator, java.lang.String eci, java.lang.String eciRaw, java.lang.String xid, java.lang.String ucafAuthenticationData, java.lang.String ucafCollectionIndicator, java.lang.String paresStatus)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAuthenticationResult()
          Gets the authenticationResult value for this PayerAuthValidateReply.
 java.lang.String getAuthenticationStatusMessage()
          Gets the authenticationStatusMessage value for this PayerAuthValidateReply.
 java.lang.String getCavv()
          Gets the cavv value for this PayerAuthValidateReply.
 java.lang.String getCavvAlgorithm()
          Gets the cavvAlgorithm value for this PayerAuthValidateReply.
 java.lang.String getCommerceIndicator()
          Gets the commerceIndicator value for this PayerAuthValidateReply.
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 getEci()
          Gets the eci value for this PayerAuthValidateReply.
 java.lang.String getEciRaw()
          Gets the eciRaw value for this PayerAuthValidateReply.
 java.lang.String getParesStatus()
          Gets the paresStatus value for this PayerAuthValidateReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this PayerAuthValidateReply.
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
 java.lang.String getUcafAuthenticationData()
          Gets the ucafAuthenticationData value for this PayerAuthValidateReply.
 java.lang.String getUcafCollectionIndicator()
          Gets the ucafCollectionIndicator value for this PayerAuthValidateReply.
 java.lang.String getXid()
          Gets the xid value for this PayerAuthValidateReply.
 int hashCode()
           
 void setAuthenticationResult(java.lang.String authenticationResult)
          Sets the authenticationResult value for this PayerAuthValidateReply.
 void setAuthenticationStatusMessage(java.lang.String authenticationStatusMessage)
          Sets the authenticationStatusMessage value for this PayerAuthValidateReply.
 void setCavv(java.lang.String cavv)
          Sets the cavv value for this PayerAuthValidateReply.
 void setCavvAlgorithm(java.lang.String cavvAlgorithm)
          Sets the cavvAlgorithm value for this PayerAuthValidateReply.
 void setCommerceIndicator(java.lang.String commerceIndicator)
          Sets the commerceIndicator value for this PayerAuthValidateReply.
 void setEci(java.lang.String eci)
          Sets the eci value for this PayerAuthValidateReply.
 void setEciRaw(java.lang.String eciRaw)
          Sets the eciRaw value for this PayerAuthValidateReply.
 void setParesStatus(java.lang.String paresStatus)
          Sets the paresStatus value for this PayerAuthValidateReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this PayerAuthValidateReply.
 void setUcafAuthenticationData(java.lang.String ucafAuthenticationData)
          Sets the ucafAuthenticationData value for this PayerAuthValidateReply.
 void setUcafCollectionIndicator(java.lang.String ucafCollectionIndicator)
          Sets the ucafCollectionIndicator value for this PayerAuthValidateReply.
 void setXid(java.lang.String xid)
          Sets the xid value for this PayerAuthValidateReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayerAuthValidateReply

public PayerAuthValidateReply()

PayerAuthValidateReply

public PayerAuthValidateReply(java.math.BigInteger reasonCode,
                              java.lang.String authenticationResult,
                              java.lang.String authenticationStatusMessage,
                              java.lang.String cavv,
                              java.lang.String cavvAlgorithm,
                              java.lang.String commerceIndicator,
                              java.lang.String eci,
                              java.lang.String eciRaw,
                              java.lang.String xid,
                              java.lang.String ucafAuthenticationData,
                              java.lang.String ucafCollectionIndicator,
                              java.lang.String paresStatus)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getAuthenticationResult

public java.lang.String getAuthenticationResult()
Gets the authenticationResult value for this PayerAuthValidateReply.

Returns:
authenticationResult

setAuthenticationResult

public void setAuthenticationResult(java.lang.String authenticationResult)
Sets the authenticationResult value for this PayerAuthValidateReply.

Parameters:
authenticationResult -

getAuthenticationStatusMessage

public java.lang.String getAuthenticationStatusMessage()
Gets the authenticationStatusMessage value for this PayerAuthValidateReply.

Returns:
authenticationStatusMessage

setAuthenticationStatusMessage

public void setAuthenticationStatusMessage(java.lang.String authenticationStatusMessage)
Sets the authenticationStatusMessage value for this PayerAuthValidateReply.

Parameters:
authenticationStatusMessage -

getCavv

public java.lang.String getCavv()
Gets the cavv value for this PayerAuthValidateReply.

Returns:
cavv

setCavv

public void setCavv(java.lang.String cavv)
Sets the cavv value for this PayerAuthValidateReply.

Parameters:
cavv -

getCavvAlgorithm

public java.lang.String getCavvAlgorithm()
Gets the cavvAlgorithm value for this PayerAuthValidateReply.

Returns:
cavvAlgorithm

setCavvAlgorithm

public void setCavvAlgorithm(java.lang.String cavvAlgorithm)
Sets the cavvAlgorithm value for this PayerAuthValidateReply.

Parameters:
cavvAlgorithm -

getCommerceIndicator

public java.lang.String getCommerceIndicator()
Gets the commerceIndicator value for this PayerAuthValidateReply.

Returns:
commerceIndicator

setCommerceIndicator

public void setCommerceIndicator(java.lang.String commerceIndicator)
Sets the commerceIndicator value for this PayerAuthValidateReply.

Parameters:
commerceIndicator -

getEci

public java.lang.String getEci()
Gets the eci value for this PayerAuthValidateReply.

Returns:
eci

setEci

public void setEci(java.lang.String eci)
Sets the eci value for this PayerAuthValidateReply.

Parameters:
eci -

getEciRaw

public java.lang.String getEciRaw()
Gets the eciRaw value for this PayerAuthValidateReply.

Returns:
eciRaw

setEciRaw

public void setEciRaw(java.lang.String eciRaw)
Sets the eciRaw value for this PayerAuthValidateReply.

Parameters:
eciRaw -

getXid

public java.lang.String getXid()
Gets the xid value for this PayerAuthValidateReply.

Returns:
xid

setXid

public void setXid(java.lang.String xid)
Sets the xid value for this PayerAuthValidateReply.

Parameters:
xid -

getUcafAuthenticationData

public java.lang.String getUcafAuthenticationData()
Gets the ucafAuthenticationData value for this PayerAuthValidateReply.

Returns:
ucafAuthenticationData

setUcafAuthenticationData

public void setUcafAuthenticationData(java.lang.String ucafAuthenticationData)
Sets the ucafAuthenticationData value for this PayerAuthValidateReply.

Parameters:
ucafAuthenticationData -

getUcafCollectionIndicator

public java.lang.String getUcafCollectionIndicator()
Gets the ucafCollectionIndicator value for this PayerAuthValidateReply.

Returns:
ucafCollectionIndicator

setUcafCollectionIndicator

public void setUcafCollectionIndicator(java.lang.String ucafCollectionIndicator)
Sets the ucafCollectionIndicator value for this PayerAuthValidateReply.

Parameters:
ucafCollectionIndicator -

getParesStatus

public java.lang.String getParesStatus()
Gets the paresStatus value for this PayerAuthValidateReply.

Returns:
paresStatus

setParesStatus

public void setParesStatus(java.lang.String paresStatus)
Sets the paresStatus value for this PayerAuthValidateReply.

Parameters:
paresStatus -

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