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

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

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

See Also:
Serialized Form

Constructor Summary
PaySubscriptionEvent()
           
PaySubscriptionEvent(java.lang.String amount, java.lang.String approvedBy, java.math.BigInteger number)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this PaySubscriptionEvent.
 java.lang.String getApprovedBy()
          Gets the approvedBy value for this PaySubscriptionEvent.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.math.BigInteger getNumber()
          Gets the number value for this PaySubscriptionEvent.
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 setAmount(java.lang.String amount)
          Sets the amount value for this PaySubscriptionEvent.
 void setApprovedBy(java.lang.String approvedBy)
          Sets the approvedBy value for this PaySubscriptionEvent.
 void setNumber(java.math.BigInteger number)
          Sets the number value for this PaySubscriptionEvent.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaySubscriptionEvent

public PaySubscriptionEvent()

PaySubscriptionEvent

public PaySubscriptionEvent(java.lang.String amount,
                            java.lang.String approvedBy,
                            java.math.BigInteger number)
Method Detail

getAmount

public java.lang.String getAmount()
Gets the amount value for this PaySubscriptionEvent.

Returns:
amount

setAmount

public void setAmount(java.lang.String amount)
Sets the amount value for this PaySubscriptionEvent.

Parameters:
amount -

getApprovedBy

public java.lang.String getApprovedBy()
Gets the approvedBy value for this PaySubscriptionEvent.

Returns:
approvedBy

setApprovedBy

public void setApprovedBy(java.lang.String approvedBy)
Sets the approvedBy value for this PaySubscriptionEvent.

Parameters:
approvedBy -

getNumber

public java.math.BigInteger getNumber()
Gets the number value for this PaySubscriptionEvent.

Returns:
number

setNumber

public void setNumber(java.math.BigInteger number)
Sets the number value for this PaySubscriptionEvent.

Parameters:
number -

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.