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

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

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

See Also:
Serialized Form

Constructor Summary
DecisionReply()
           
DecisionReply(java.math.BigInteger casePriority, ProfileReply activeProfileReply, java.lang.String velocityInfoCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ProfileReply getActiveProfileReply()
          Gets the activeProfileReply value for this DecisionReply.
 java.math.BigInteger getCasePriority()
          Gets the casePriority value for this DecisionReply.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 getVelocityInfoCode()
          Gets the velocityInfoCode value for this DecisionReply.
 int hashCode()
           
 void setActiveProfileReply(ProfileReply activeProfileReply)
          Sets the activeProfileReply value for this DecisionReply.
 void setCasePriority(java.math.BigInteger casePriority)
          Sets the casePriority value for this DecisionReply.
 void setVelocityInfoCode(java.lang.String velocityInfoCode)
          Sets the velocityInfoCode value for this DecisionReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecisionReply

public DecisionReply()

DecisionReply

public DecisionReply(java.math.BigInteger casePriority,
                     ProfileReply activeProfileReply,
                     java.lang.String velocityInfoCode)
Method Detail

getCasePriority

public java.math.BigInteger getCasePriority()
Gets the casePriority value for this DecisionReply.

Returns:
casePriority

setCasePriority

public void setCasePriority(java.math.BigInteger casePriority)
Sets the casePriority value for this DecisionReply.

Parameters:
casePriority -

getActiveProfileReply

public ProfileReply getActiveProfileReply()
Gets the activeProfileReply value for this DecisionReply.

Returns:
activeProfileReply

setActiveProfileReply

public void setActiveProfileReply(ProfileReply activeProfileReply)
Sets the activeProfileReply value for this DecisionReply.

Parameters:
activeProfileReply -

getVelocityInfoCode

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

Returns:
velocityInfoCode

setVelocityInfoCode

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

Parameters:
velocityInfoCode -

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.