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

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

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

See Also:
Serialized Form

Constructor Summary
ProfileReply()
           
ProfileReply(java.lang.String selectedBy, java.lang.String name, java.lang.String destinationQueue, RuleResultItems rulesTriggered)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getDestinationQueue()
          Gets the destinationQueue value for this ProfileReply.
 java.lang.String getName()
          Gets the name value for this ProfileReply.
 RuleResultItems getRulesTriggered()
          Gets the rulesTriggered value for this ProfileReply.
 java.lang.String getSelectedBy()
          Gets the selectedBy value for this ProfileReply.
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 setDestinationQueue(java.lang.String destinationQueue)
          Sets the destinationQueue value for this ProfileReply.
 void setName(java.lang.String name)
          Sets the name value for this ProfileReply.
 void setRulesTriggered(RuleResultItems rulesTriggered)
          Sets the rulesTriggered value for this ProfileReply.
 void setSelectedBy(java.lang.String selectedBy)
          Sets the selectedBy value for this ProfileReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileReply

public ProfileReply()

ProfileReply

public ProfileReply(java.lang.String selectedBy,
                    java.lang.String name,
                    java.lang.String destinationQueue,
                    RuleResultItems rulesTriggered)
Method Detail

getSelectedBy

public java.lang.String getSelectedBy()
Gets the selectedBy value for this ProfileReply.

Returns:
selectedBy

setSelectedBy

public void setSelectedBy(java.lang.String selectedBy)
Sets the selectedBy value for this ProfileReply.

Parameters:
selectedBy -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDestinationQueue

public java.lang.String getDestinationQueue()
Gets the destinationQueue value for this ProfileReply.

Returns:
destinationQueue

setDestinationQueue

public void setDestinationQueue(java.lang.String destinationQueue)
Sets the destinationQueue value for this ProfileReply.

Parameters:
destinationQueue -

getRulesTriggered

public RuleResultItems getRulesTriggered()
Gets the rulesTriggered value for this ProfileReply.

Returns:
rulesTriggered

setRulesTriggered

public void setRulesTriggered(RuleResultItems rulesTriggered)
Sets the rulesTriggered value for this ProfileReply.

Parameters:
rulesTriggered -

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.