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

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

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

See Also:
Serialized Form

Constructor Summary
PaySubscriptionCreateService()
           
PaySubscriptionCreateService(java.lang.String paymentRequestID, java.lang.String paymentRequestToken, java.lang.String disableAutoAuth, java.lang.String run)
           
 
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 getDisableAutoAuth()
          Gets the disableAutoAuth value for this PaySubscriptionCreateService.
 java.lang.String getPaymentRequestID()
          Gets the paymentRequestID value for this PaySubscriptionCreateService.
 java.lang.String getPaymentRequestToken()
          Gets the paymentRequestToken value for this PaySubscriptionCreateService.
 java.lang.String getRun()
          Gets the run value for this PaySubscriptionCreateService.
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 setDisableAutoAuth(java.lang.String disableAutoAuth)
          Sets the disableAutoAuth value for this PaySubscriptionCreateService.
 void setPaymentRequestID(java.lang.String paymentRequestID)
          Sets the paymentRequestID value for this PaySubscriptionCreateService.
 void setPaymentRequestToken(java.lang.String paymentRequestToken)
          Sets the paymentRequestToken value for this PaySubscriptionCreateService.
 void setRun(java.lang.String run)
          Sets the run value for this PaySubscriptionCreateService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaySubscriptionCreateService

public PaySubscriptionCreateService()

PaySubscriptionCreateService

public PaySubscriptionCreateService(java.lang.String paymentRequestID,
                                    java.lang.String paymentRequestToken,
                                    java.lang.String disableAutoAuth,
                                    java.lang.String run)
Method Detail

getPaymentRequestID

public java.lang.String getPaymentRequestID()
Gets the paymentRequestID value for this PaySubscriptionCreateService.

Returns:
paymentRequestID

setPaymentRequestID

public void setPaymentRequestID(java.lang.String paymentRequestID)
Sets the paymentRequestID value for this PaySubscriptionCreateService.

Parameters:
paymentRequestID -

getPaymentRequestToken

public java.lang.String getPaymentRequestToken()
Gets the paymentRequestToken value for this PaySubscriptionCreateService.

Returns:
paymentRequestToken

setPaymentRequestToken

public void setPaymentRequestToken(java.lang.String paymentRequestToken)
Sets the paymentRequestToken value for this PaySubscriptionCreateService.

Parameters:
paymentRequestToken -

getDisableAutoAuth

public java.lang.String getDisableAutoAuth()
Gets the disableAutoAuth value for this PaySubscriptionCreateService.

Returns:
disableAutoAuth

setDisableAutoAuth

public void setDisableAutoAuth(java.lang.String disableAutoAuth)
Sets the disableAutoAuth value for this PaySubscriptionCreateService.

Parameters:
disableAutoAuth -

getRun

public java.lang.String getRun()
Gets the run value for this PaySubscriptionCreateService.

Returns:
run

setRun

public void setRun(java.lang.String run)
Sets the run value for this PaySubscriptionCreateService.

Parameters:
run -

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.