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

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

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

See Also:
Serialized Form

Constructor Summary
BusinessRules()
           
BusinessRules(java.lang.String ignoreAVSResult, java.lang.String ignoreCVResult, java.lang.String ignoreDAVResult, java.lang.String ignoreExportResult, java.lang.String ignoreValidateResult, java.lang.String declineAVSFlags, java.math.BigInteger scoreThreshold)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDeclineAVSFlags()
          Gets the declineAVSFlags value for this BusinessRules.
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 getIgnoreAVSResult()
          Gets the ignoreAVSResult value for this BusinessRules.
 java.lang.String getIgnoreCVResult()
          Gets the ignoreCVResult value for this BusinessRules.
 java.lang.String getIgnoreDAVResult()
          Gets the ignoreDAVResult value for this BusinessRules.
 java.lang.String getIgnoreExportResult()
          Gets the ignoreExportResult value for this BusinessRules.
 java.lang.String getIgnoreValidateResult()
          Gets the ignoreValidateResult value for this BusinessRules.
 java.math.BigInteger getScoreThreshold()
          Gets the scoreThreshold value for this BusinessRules.
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 setDeclineAVSFlags(java.lang.String declineAVSFlags)
          Sets the declineAVSFlags value for this BusinessRules.
 void setIgnoreAVSResult(java.lang.String ignoreAVSResult)
          Sets the ignoreAVSResult value for this BusinessRules.
 void setIgnoreCVResult(java.lang.String ignoreCVResult)
          Sets the ignoreCVResult value for this BusinessRules.
 void setIgnoreDAVResult(java.lang.String ignoreDAVResult)
          Sets the ignoreDAVResult value for this BusinessRules.
 void setIgnoreExportResult(java.lang.String ignoreExportResult)
          Sets the ignoreExportResult value for this BusinessRules.
 void setIgnoreValidateResult(java.lang.String ignoreValidateResult)
          Sets the ignoreValidateResult value for this BusinessRules.
 void setScoreThreshold(java.math.BigInteger scoreThreshold)
          Sets the scoreThreshold value for this BusinessRules.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessRules

public BusinessRules()

BusinessRules

public BusinessRules(java.lang.String ignoreAVSResult,
                     java.lang.String ignoreCVResult,
                     java.lang.String ignoreDAVResult,
                     java.lang.String ignoreExportResult,
                     java.lang.String ignoreValidateResult,
                     java.lang.String declineAVSFlags,
                     java.math.BigInteger scoreThreshold)
Method Detail

getIgnoreAVSResult

public java.lang.String getIgnoreAVSResult()
Gets the ignoreAVSResult value for this BusinessRules.

Returns:
ignoreAVSResult

setIgnoreAVSResult

public void setIgnoreAVSResult(java.lang.String ignoreAVSResult)
Sets the ignoreAVSResult value for this BusinessRules.

Parameters:
ignoreAVSResult -

getIgnoreCVResult

public java.lang.String getIgnoreCVResult()
Gets the ignoreCVResult value for this BusinessRules.

Returns:
ignoreCVResult

setIgnoreCVResult

public void setIgnoreCVResult(java.lang.String ignoreCVResult)
Sets the ignoreCVResult value for this BusinessRules.

Parameters:
ignoreCVResult -

getIgnoreDAVResult

public java.lang.String getIgnoreDAVResult()
Gets the ignoreDAVResult value for this BusinessRules.

Returns:
ignoreDAVResult

setIgnoreDAVResult

public void setIgnoreDAVResult(java.lang.String ignoreDAVResult)
Sets the ignoreDAVResult value for this BusinessRules.

Parameters:
ignoreDAVResult -

getIgnoreExportResult

public java.lang.String getIgnoreExportResult()
Gets the ignoreExportResult value for this BusinessRules.

Returns:
ignoreExportResult

setIgnoreExportResult

public void setIgnoreExportResult(java.lang.String ignoreExportResult)
Sets the ignoreExportResult value for this BusinessRules.

Parameters:
ignoreExportResult -

getIgnoreValidateResult

public java.lang.String getIgnoreValidateResult()
Gets the ignoreValidateResult value for this BusinessRules.

Returns:
ignoreValidateResult

setIgnoreValidateResult

public void setIgnoreValidateResult(java.lang.String ignoreValidateResult)
Sets the ignoreValidateResult value for this BusinessRules.

Parameters:
ignoreValidateResult -

getDeclineAVSFlags

public java.lang.String getDeclineAVSFlags()
Gets the declineAVSFlags value for this BusinessRules.

Returns:
declineAVSFlags

setDeclineAVSFlags

public void setDeclineAVSFlags(java.lang.String declineAVSFlags)
Sets the declineAVSFlags value for this BusinessRules.

Parameters:
declineAVSFlags -

getScoreThreshold

public java.math.BigInteger getScoreThreshold()
Gets the scoreThreshold value for this BusinessRules.

Returns:
scoreThreshold

setScoreThreshold

public void setScoreThreshold(java.math.BigInteger scoreThreshold)
Sets the scoreThreshold value for this BusinessRules.

Parameters:
scoreThreshold -

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.