|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.broadleafcommerce.vendor.cybersource.service.api.PayerAuthValidateReply
public class PayerAuthValidateReply
| 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 |
|---|
public 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 |
|---|
public java.math.BigInteger getReasonCode()
public void setReasonCode(java.math.BigInteger reasonCode)
reasonCode - public java.lang.String getAuthenticationResult()
public void setAuthenticationResult(java.lang.String authenticationResult)
authenticationResult - public java.lang.String getAuthenticationStatusMessage()
public void setAuthenticationStatusMessage(java.lang.String authenticationStatusMessage)
authenticationStatusMessage - public java.lang.String getCavv()
public void setCavv(java.lang.String cavv)
cavv - public java.lang.String getCavvAlgorithm()
public void setCavvAlgorithm(java.lang.String cavvAlgorithm)
cavvAlgorithm - public java.lang.String getCommerceIndicator()
public void setCommerceIndicator(java.lang.String commerceIndicator)
commerceIndicator - public java.lang.String getEci()
public void setEci(java.lang.String eci)
eci - public java.lang.String getEciRaw()
public void setEciRaw(java.lang.String eciRaw)
eciRaw - public java.lang.String getXid()
public void setXid(java.lang.String xid)
xid - public java.lang.String getUcafAuthenticationData()
public void setUcafAuthenticationData(java.lang.String ucafAuthenticationData)
ucafAuthenticationData - public java.lang.String getUcafCollectionIndicator()
public void setUcafCollectionIndicator(java.lang.String ucafCollectionIndicator)
ucafCollectionIndicator - public java.lang.String getParesStatus()
public void setParesStatus(java.lang.String paresStatus)
paresStatus - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||