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

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

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

See Also:
Serialized Form

Constructor Summary
Subscription()
           
Subscription(java.lang.String title, java.lang.String paymentMethod)
           
 
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 getPaymentMethod()
          Gets the paymentMethod value for this Subscription.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTitle()
          Gets the title value for this Subscription.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setPaymentMethod(java.lang.String paymentMethod)
          Sets the paymentMethod value for this Subscription.
 void setTitle(java.lang.String title)
          Sets the title value for this Subscription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subscription

public Subscription()

Subscription

public Subscription(java.lang.String title,
                    java.lang.String paymentMethod)
Method Detail

getTitle

public java.lang.String getTitle()
Gets the title value for this Subscription.

Returns:
title

setTitle

public void setTitle(java.lang.String title)
Sets the title value for this Subscription.

Parameters:
title -

getPaymentMethod

public java.lang.String getPaymentMethod()
Gets the paymentMethod value for this Subscription.

Returns:
paymentMethod

setPaymentMethod

public void setPaymentMethod(java.lang.String paymentMethod)
Sets the paymentMethod value for this Subscription.

Parameters:
paymentMethod -

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 © 2012. All Rights Reserved.