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

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

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

See Also:
Serialized Form

Constructor Summary
AFSReply()
           
AFSReply(java.math.BigInteger reasonCode, java.math.BigInteger afsResult, java.math.BigInteger hostSeverity, java.lang.String consumerLocalTime, java.lang.String afsFactorCode, java.lang.String addressInfoCode, java.lang.String hotlistInfoCode, java.lang.String internetInfoCode, java.lang.String phoneInfoCode, java.lang.String suspiciousInfoCode, java.lang.String velocityInfoCode, java.lang.String identityInfoCode, java.lang.String ipCountry, java.lang.String ipState, java.lang.String ipCity, java.lang.String ipRoutingMethod, java.lang.String scoreModelUsed, java.lang.String binCountry, java.lang.String cardAccountType, java.lang.String cardScheme, java.lang.String cardIssuer, DeviceFingerprint deviceFingerprint)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddressInfoCode()
          Gets the addressInfoCode value for this AFSReply.
 java.lang.String getAfsFactorCode()
          Gets the afsFactorCode value for this AFSReply.
 java.math.BigInteger getAfsResult()
          Gets the afsResult value for this AFSReply.
 java.lang.String getBinCountry()
          Gets the binCountry value for this AFSReply.
 java.lang.String getCardAccountType()
          Gets the cardAccountType value for this AFSReply.
 java.lang.String getCardIssuer()
          Gets the cardIssuer value for this AFSReply.
 java.lang.String getCardScheme()
          Gets the cardScheme value for this AFSReply.
 java.lang.String getConsumerLocalTime()
          Gets the consumerLocalTime value for this AFSReply.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 DeviceFingerprint getDeviceFingerprint()
          Gets the deviceFingerprint value for this AFSReply.
 java.math.BigInteger getHostSeverity()
          Gets the hostSeverity value for this AFSReply.
 java.lang.String getHotlistInfoCode()
          Gets the hotlistInfoCode value for this AFSReply.
 java.lang.String getIdentityInfoCode()
          Gets the identityInfoCode value for this AFSReply.
 java.lang.String getInternetInfoCode()
          Gets the internetInfoCode value for this AFSReply.
 java.lang.String getIpCity()
          Gets the ipCity value for this AFSReply.
 java.lang.String getIpCountry()
          Gets the ipCountry value for this AFSReply.
 java.lang.String getIpRoutingMethod()
          Gets the ipRoutingMethod value for this AFSReply.
 java.lang.String getIpState()
          Gets the ipState value for this AFSReply.
 java.lang.String getPhoneInfoCode()
          Gets the phoneInfoCode value for this AFSReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this AFSReply.
 java.lang.String getScoreModelUsed()
          Gets the scoreModelUsed value for this AFSReply.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSuspiciousInfoCode()
          Gets the suspiciousInfoCode value for this AFSReply.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVelocityInfoCode()
          Gets the velocityInfoCode value for this AFSReply.
 int hashCode()
           
 void setAddressInfoCode(java.lang.String addressInfoCode)
          Sets the addressInfoCode value for this AFSReply.
 void setAfsFactorCode(java.lang.String afsFactorCode)
          Sets the afsFactorCode value for this AFSReply.
 void setAfsResult(java.math.BigInteger afsResult)
          Sets the afsResult value for this AFSReply.
 void setBinCountry(java.lang.String binCountry)
          Sets the binCountry value for this AFSReply.
 void setCardAccountType(java.lang.String cardAccountType)
          Sets the cardAccountType value for this AFSReply.
 void setCardIssuer(java.lang.String cardIssuer)
          Sets the cardIssuer value for this AFSReply.
 void setCardScheme(java.lang.String cardScheme)
          Sets the cardScheme value for this AFSReply.
 void setConsumerLocalTime(java.lang.String consumerLocalTime)
          Sets the consumerLocalTime value for this AFSReply.
 void setDeviceFingerprint(DeviceFingerprint deviceFingerprint)
          Sets the deviceFingerprint value for this AFSReply.
 void setHostSeverity(java.math.BigInteger hostSeverity)
          Sets the hostSeverity value for this AFSReply.
 void setHotlistInfoCode(java.lang.String hotlistInfoCode)
          Sets the hotlistInfoCode value for this AFSReply.
 void setIdentityInfoCode(java.lang.String identityInfoCode)
          Sets the identityInfoCode value for this AFSReply.
 void setInternetInfoCode(java.lang.String internetInfoCode)
          Sets the internetInfoCode value for this AFSReply.
 void setIpCity(java.lang.String ipCity)
          Sets the ipCity value for this AFSReply.
 void setIpCountry(java.lang.String ipCountry)
          Sets the ipCountry value for this AFSReply.
 void setIpRoutingMethod(java.lang.String ipRoutingMethod)
          Sets the ipRoutingMethod value for this AFSReply.
 void setIpState(java.lang.String ipState)
          Sets the ipState value for this AFSReply.
 void setPhoneInfoCode(java.lang.String phoneInfoCode)
          Sets the phoneInfoCode value for this AFSReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this AFSReply.
 void setScoreModelUsed(java.lang.String scoreModelUsed)
          Sets the scoreModelUsed value for this AFSReply.
 void setSuspiciousInfoCode(java.lang.String suspiciousInfoCode)
          Sets the suspiciousInfoCode value for this AFSReply.
 void setVelocityInfoCode(java.lang.String velocityInfoCode)
          Sets the velocityInfoCode value for this AFSReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AFSReply

public AFSReply()

AFSReply

public AFSReply(java.math.BigInteger reasonCode,
                java.math.BigInteger afsResult,
                java.math.BigInteger hostSeverity,
                java.lang.String consumerLocalTime,
                java.lang.String afsFactorCode,
                java.lang.String addressInfoCode,
                java.lang.String hotlistInfoCode,
                java.lang.String internetInfoCode,
                java.lang.String phoneInfoCode,
                java.lang.String suspiciousInfoCode,
                java.lang.String velocityInfoCode,
                java.lang.String identityInfoCode,
                java.lang.String ipCountry,
                java.lang.String ipState,
                java.lang.String ipCity,
                java.lang.String ipRoutingMethod,
                java.lang.String scoreModelUsed,
                java.lang.String binCountry,
                java.lang.String cardAccountType,
                java.lang.String cardScheme,
                java.lang.String cardIssuer,
                DeviceFingerprint deviceFingerprint)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getAfsResult

public java.math.BigInteger getAfsResult()
Gets the afsResult value for this AFSReply.

Returns:
afsResult

setAfsResult

public void setAfsResult(java.math.BigInteger afsResult)
Sets the afsResult value for this AFSReply.

Parameters:
afsResult -

getHostSeverity

public java.math.BigInteger getHostSeverity()
Gets the hostSeverity value for this AFSReply.

Returns:
hostSeverity

setHostSeverity

public void setHostSeverity(java.math.BigInteger hostSeverity)
Sets the hostSeverity value for this AFSReply.

Parameters:
hostSeverity -

getConsumerLocalTime

public java.lang.String getConsumerLocalTime()
Gets the consumerLocalTime value for this AFSReply.

Returns:
consumerLocalTime

setConsumerLocalTime

public void setConsumerLocalTime(java.lang.String consumerLocalTime)
Sets the consumerLocalTime value for this AFSReply.

Parameters:
consumerLocalTime -

getAfsFactorCode

public java.lang.String getAfsFactorCode()
Gets the afsFactorCode value for this AFSReply.

Returns:
afsFactorCode

setAfsFactorCode

public void setAfsFactorCode(java.lang.String afsFactorCode)
Sets the afsFactorCode value for this AFSReply.

Parameters:
afsFactorCode -

getAddressInfoCode

public java.lang.String getAddressInfoCode()
Gets the addressInfoCode value for this AFSReply.

Returns:
addressInfoCode

setAddressInfoCode

public void setAddressInfoCode(java.lang.String addressInfoCode)
Sets the addressInfoCode value for this AFSReply.

Parameters:
addressInfoCode -

getHotlistInfoCode

public java.lang.String getHotlistInfoCode()
Gets the hotlistInfoCode value for this AFSReply.

Returns:
hotlistInfoCode

setHotlistInfoCode

public void setHotlistInfoCode(java.lang.String hotlistInfoCode)
Sets the hotlistInfoCode value for this AFSReply.

Parameters:
hotlistInfoCode -

getInternetInfoCode

public java.lang.String getInternetInfoCode()
Gets the internetInfoCode value for this AFSReply.

Returns:
internetInfoCode

setInternetInfoCode

public void setInternetInfoCode(java.lang.String internetInfoCode)
Sets the internetInfoCode value for this AFSReply.

Parameters:
internetInfoCode -

getPhoneInfoCode

public java.lang.String getPhoneInfoCode()
Gets the phoneInfoCode value for this AFSReply.

Returns:
phoneInfoCode

setPhoneInfoCode

public void setPhoneInfoCode(java.lang.String phoneInfoCode)
Sets the phoneInfoCode value for this AFSReply.

Parameters:
phoneInfoCode -

getSuspiciousInfoCode

public java.lang.String getSuspiciousInfoCode()
Gets the suspiciousInfoCode value for this AFSReply.

Returns:
suspiciousInfoCode

setSuspiciousInfoCode

public void setSuspiciousInfoCode(java.lang.String suspiciousInfoCode)
Sets the suspiciousInfoCode value for this AFSReply.

Parameters:
suspiciousInfoCode -

getVelocityInfoCode

public java.lang.String getVelocityInfoCode()
Gets the velocityInfoCode value for this AFSReply.

Returns:
velocityInfoCode

setVelocityInfoCode

public void setVelocityInfoCode(java.lang.String velocityInfoCode)
Sets the velocityInfoCode value for this AFSReply.

Parameters:
velocityInfoCode -

getIdentityInfoCode

public java.lang.String getIdentityInfoCode()
Gets the identityInfoCode value for this AFSReply.

Returns:
identityInfoCode

setIdentityInfoCode

public void setIdentityInfoCode(java.lang.String identityInfoCode)
Sets the identityInfoCode value for this AFSReply.

Parameters:
identityInfoCode -

getIpCountry

public java.lang.String getIpCountry()
Gets the ipCountry value for this AFSReply.

Returns:
ipCountry

setIpCountry

public void setIpCountry(java.lang.String ipCountry)
Sets the ipCountry value for this AFSReply.

Parameters:
ipCountry -

getIpState

public java.lang.String getIpState()
Gets the ipState value for this AFSReply.

Returns:
ipState

setIpState

public void setIpState(java.lang.String ipState)
Sets the ipState value for this AFSReply.

Parameters:
ipState -

getIpCity

public java.lang.String getIpCity()
Gets the ipCity value for this AFSReply.

Returns:
ipCity

setIpCity

public void setIpCity(java.lang.String ipCity)
Sets the ipCity value for this AFSReply.

Parameters:
ipCity -

getIpRoutingMethod

public java.lang.String getIpRoutingMethod()
Gets the ipRoutingMethod value for this AFSReply.

Returns:
ipRoutingMethod

setIpRoutingMethod

public void setIpRoutingMethod(java.lang.String ipRoutingMethod)
Sets the ipRoutingMethod value for this AFSReply.

Parameters:
ipRoutingMethod -

getScoreModelUsed

public java.lang.String getScoreModelUsed()
Gets the scoreModelUsed value for this AFSReply.

Returns:
scoreModelUsed

setScoreModelUsed

public void setScoreModelUsed(java.lang.String scoreModelUsed)
Sets the scoreModelUsed value for this AFSReply.

Parameters:
scoreModelUsed -

getBinCountry

public java.lang.String getBinCountry()
Gets the binCountry value for this AFSReply.

Returns:
binCountry

setBinCountry

public void setBinCountry(java.lang.String binCountry)
Sets the binCountry value for this AFSReply.

Parameters:
binCountry -

getCardAccountType

public java.lang.String getCardAccountType()
Gets the cardAccountType value for this AFSReply.

Returns:
cardAccountType

setCardAccountType

public void setCardAccountType(java.lang.String cardAccountType)
Sets the cardAccountType value for this AFSReply.

Parameters:
cardAccountType -

getCardScheme

public java.lang.String getCardScheme()
Gets the cardScheme value for this AFSReply.

Returns:
cardScheme

setCardScheme

public void setCardScheme(java.lang.String cardScheme)
Sets the cardScheme value for this AFSReply.

Parameters:
cardScheme -

getCardIssuer

public java.lang.String getCardIssuer()
Gets the cardIssuer value for this AFSReply.

Returns:
cardIssuer

setCardIssuer

public void setCardIssuer(java.lang.String cardIssuer)
Sets the cardIssuer value for this AFSReply.

Parameters:
cardIssuer -

getDeviceFingerprint

public DeviceFingerprint getDeviceFingerprint()
Gets the deviceFingerprint value for this AFSReply.

Returns:
deviceFingerprint

setDeviceFingerprint

public void setDeviceFingerprint(DeviceFingerprint deviceFingerprint)
Sets the deviceFingerprint value for this AFSReply.

Parameters:
deviceFingerprint -

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.