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

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

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

See Also:
Serialized Form

Constructor Summary
RuleResultItem()
           
RuleResultItem(java.lang.String name, java.lang.String decision, java.lang.String evaluation, java.math.BigInteger ruleID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDecision()
          Gets the decision value for this RuleResultItem.
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 getEvaluation()
          Gets the evaluation value for this RuleResultItem.
 java.lang.String getName()
          Gets the name value for this RuleResultItem.
 java.math.BigInteger getRuleID()
          Gets the ruleID value for this RuleResultItem.
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 setDecision(java.lang.String decision)
          Sets the decision value for this RuleResultItem.
 void setEvaluation(java.lang.String evaluation)
          Sets the evaluation value for this RuleResultItem.
 void setName(java.lang.String name)
          Sets the name value for this RuleResultItem.
 void setRuleID(java.math.BigInteger ruleID)
          Sets the ruleID value for this RuleResultItem.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleResultItem

public RuleResultItem()

RuleResultItem

public RuleResultItem(java.lang.String name,
                      java.lang.String decision,
                      java.lang.String evaluation,
                      java.math.BigInteger ruleID)
Method Detail

getName

public java.lang.String getName()
Gets the name value for this RuleResultItem.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this RuleResultItem.

Parameters:
name -

getDecision

public java.lang.String getDecision()
Gets the decision value for this RuleResultItem.

Returns:
decision

setDecision

public void setDecision(java.lang.String decision)
Sets the decision value for this RuleResultItem.

Parameters:
decision -

getEvaluation

public java.lang.String getEvaluation()
Gets the evaluation value for this RuleResultItem.

Returns:
evaluation

setEvaluation

public void setEvaluation(java.lang.String evaluation)
Sets the evaluation value for this RuleResultItem.

Parameters:
evaluation -

getRuleID

public java.math.BigInteger getRuleID()
Gets the ruleID value for this RuleResultItem.

Returns:
ruleID

setRuleID

public void setRuleID(java.math.BigInteger ruleID)
Sets the ruleID value for this RuleResultItem.

Parameters:
ruleID -

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.