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

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

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

See Also:
Serialized Form

Constructor Summary
PayerAuthEnrollReply()
           
PayerAuthEnrollReply(java.math.BigInteger reasonCode, java.lang.String acsURL, java.lang.String commerceIndicator, java.lang.String eci, java.lang.String paReq, java.lang.String proxyPAN, java.lang.String xid, java.lang.String proofXML, java.lang.String ucafCollectionIndicator, java.lang.String veresEnrolled)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAcsURL()
          Gets the acsURL value for this PayerAuthEnrollReply.
 java.lang.String getCommerceIndicator()
          Gets the commerceIndicator value for this PayerAuthEnrollReply.
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 PayerAuthEnrollReply.
 java.lang.String getPaReq()
          Gets the paReq value for this PayerAuthEnrollReply.
 java.lang.String getProofXML()
          Gets the proofXML value for this PayerAuthEnrollReply.
 java.lang.String getProxyPAN()
          Gets the proxyPAN value for this PayerAuthEnrollReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this PayerAuthEnrollReply.
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 getUcafCollectionIndicator()
          Gets the ucafCollectionIndicator value for this PayerAuthEnrollReply.
 java.lang.String getVeresEnrolled()
          Gets the veresEnrolled value for this PayerAuthEnrollReply.
 java.lang.String getXid()
          Gets the xid value for this PayerAuthEnrollReply.
 int hashCode()
           
 void setAcsURL(java.lang.String acsURL)
          Sets the acsURL value for this PayerAuthEnrollReply.
 void setCommerceIndicator(java.lang.String commerceIndicator)
          Sets the commerceIndicator value for this PayerAuthEnrollReply.
 void setEci(java.lang.String eci)
          Sets the eci value for this PayerAuthEnrollReply.
 void setPaReq(java.lang.String paReq)
          Sets the paReq value for this PayerAuthEnrollReply.
 void setProofXML(java.lang.String proofXML)
          Sets the proofXML value for this PayerAuthEnrollReply.
 void setProxyPAN(java.lang.String proxyPAN)
          Sets the proxyPAN value for this PayerAuthEnrollReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this PayerAuthEnrollReply.
 void setUcafCollectionIndicator(java.lang.String ucafCollectionIndicator)
          Sets the ucafCollectionIndicator value for this PayerAuthEnrollReply.
 void setVeresEnrolled(java.lang.String veresEnrolled)
          Sets the veresEnrolled value for this PayerAuthEnrollReply.
 void setXid(java.lang.String xid)
          Sets the xid value for this PayerAuthEnrollReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayerAuthEnrollReply

public PayerAuthEnrollReply()

PayerAuthEnrollReply

public PayerAuthEnrollReply(java.math.BigInteger reasonCode,
                            java.lang.String acsURL,
                            java.lang.String commerceIndicator,
                            java.lang.String eci,
                            java.lang.String paReq,
                            java.lang.String proxyPAN,
                            java.lang.String xid,
                            java.lang.String proofXML,
                            java.lang.String ucafCollectionIndicator,
                            java.lang.String veresEnrolled)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getAcsURL

public java.lang.String getAcsURL()
Gets the acsURL value for this PayerAuthEnrollReply.

Returns:
acsURL

setAcsURL

public void setAcsURL(java.lang.String acsURL)
Sets the acsURL value for this PayerAuthEnrollReply.

Parameters:
acsURL -

getCommerceIndicator

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

Returns:
commerceIndicator

setCommerceIndicator

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

Parameters:
commerceIndicator -

getEci

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

Returns:
eci

setEci

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

Parameters:
eci -

getPaReq

public java.lang.String getPaReq()
Gets the paReq value for this PayerAuthEnrollReply.

Returns:
paReq

setPaReq

public void setPaReq(java.lang.String paReq)
Sets the paReq value for this PayerAuthEnrollReply.

Parameters:
paReq -

getProxyPAN

public java.lang.String getProxyPAN()
Gets the proxyPAN value for this PayerAuthEnrollReply.

Returns:
proxyPAN

setProxyPAN

public void setProxyPAN(java.lang.String proxyPAN)
Sets the proxyPAN value for this PayerAuthEnrollReply.

Parameters:
proxyPAN -

getXid

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

Returns:
xid

setXid

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

Parameters:
xid -

getProofXML

public java.lang.String getProofXML()
Gets the proofXML value for this PayerAuthEnrollReply.

Returns:
proofXML

setProofXML

public void setProofXML(java.lang.String proofXML)
Sets the proofXML value for this PayerAuthEnrollReply.

Parameters:
proofXML -

getUcafCollectionIndicator

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

Returns:
ucafCollectionIndicator

setUcafCollectionIndicator

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

Parameters:
ucafCollectionIndicator -

getVeresEnrolled

public java.lang.String getVeresEnrolled()
Gets the veresEnrolled value for this PayerAuthEnrollReply.

Returns:
veresEnrolled

setVeresEnrolled

public void setVeresEnrolled(java.lang.String veresEnrolled)
Sets the veresEnrolled value for this PayerAuthEnrollReply.

Parameters:
veresEnrolled -

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.