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

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

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

See Also:
Serialized Form

Constructor Summary
AFSService()
           
AFSService(java.lang.String avsCode, java.lang.String cvCode, java.lang.String disableAVSScoring, java.lang.String customRiskModel, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAvsCode()
          Gets the avsCode value for this AFSService.
 java.lang.String getCustomRiskModel()
          Gets the customRiskModel value for this AFSService.
 java.lang.String getCvCode()
          Gets the cvCode value for this AFSService.
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 getDisableAVSScoring()
          Gets the disableAVSScoring value for this AFSService.
 java.lang.String getRun()
          Gets the run value for this AFSService.
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 setAvsCode(java.lang.String avsCode)
          Sets the avsCode value for this AFSService.
 void setCustomRiskModel(java.lang.String customRiskModel)
          Sets the customRiskModel value for this AFSService.
 void setCvCode(java.lang.String cvCode)
          Sets the cvCode value for this AFSService.
 void setDisableAVSScoring(java.lang.String disableAVSScoring)
          Sets the disableAVSScoring value for this AFSService.
 void setRun(java.lang.String run)
          Sets the run value for this AFSService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AFSService

public AFSService()

AFSService

public AFSService(java.lang.String avsCode,
                  java.lang.String cvCode,
                  java.lang.String disableAVSScoring,
                  java.lang.String customRiskModel,
                  java.lang.String run)
Method Detail

getAvsCode

public java.lang.String getAvsCode()
Gets the avsCode value for this AFSService.

Returns:
avsCode

setAvsCode

public void setAvsCode(java.lang.String avsCode)
Sets the avsCode value for this AFSService.

Parameters:
avsCode -

getCvCode

public java.lang.String getCvCode()
Gets the cvCode value for this AFSService.

Returns:
cvCode

setCvCode

public void setCvCode(java.lang.String cvCode)
Sets the cvCode value for this AFSService.

Parameters:
cvCode -

getDisableAVSScoring

public java.lang.String getDisableAVSScoring()
Gets the disableAVSScoring value for this AFSService.

Returns:
disableAVSScoring

setDisableAVSScoring

public void setDisableAVSScoring(java.lang.String disableAVSScoring)
Sets the disableAVSScoring value for this AFSService.

Parameters:
disableAVSScoring -

getCustomRiskModel

public java.lang.String getCustomRiskModel()
Gets the customRiskModel value for this AFSService.

Returns:
customRiskModel

setCustomRiskModel

public void setCustomRiskModel(java.lang.String customRiskModel)
Sets the customRiskModel value for this AFSService.

Parameters:
customRiskModel -

getRun

public java.lang.String getRun()
Gets the run value for this AFSService.

Returns:
run

setRun

public void setRun(java.lang.String run)
Sets the run value for this AFSService.

Parameters:
run -

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.