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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalPaymentService()
           
PayPalPaymentService(java.lang.String cancelURL, java.lang.String successURL, java.lang.String reconciliationID, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCancelURL()
          Gets the cancelURL value for this PayPalPaymentService.
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 getReconciliationID()
          Gets the reconciliationID value for this PayPalPaymentService.
 java.lang.String getRun()
          Gets the run value for this PayPalPaymentService.
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 getSuccessURL()
          Gets the successURL value for this PayPalPaymentService.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCancelURL(java.lang.String cancelURL)
          Sets the cancelURL value for this PayPalPaymentService.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this PayPalPaymentService.
 void setRun(java.lang.String run)
          Sets the run value for this PayPalPaymentService.
 void setSuccessURL(java.lang.String successURL)
          Sets the successURL value for this PayPalPaymentService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalPaymentService

public PayPalPaymentService()

PayPalPaymentService

public PayPalPaymentService(java.lang.String cancelURL,
                            java.lang.String successURL,
                            java.lang.String reconciliationID,
                            java.lang.String run)
Method Detail

getCancelURL

public java.lang.String getCancelURL()
Gets the cancelURL value for this PayPalPaymentService.

Returns:
cancelURL

setCancelURL

public void setCancelURL(java.lang.String cancelURL)
Sets the cancelURL value for this PayPalPaymentService.

Parameters:
cancelURL -

getSuccessURL

public java.lang.String getSuccessURL()
Gets the successURL value for this PayPalPaymentService.

Returns:
successURL

setSuccessURL

public void setSuccessURL(java.lang.String successURL)
Sets the successURL value for this PayPalPaymentService.

Parameters:
successURL -

getReconciliationID

public java.lang.String getReconciliationID()
Gets the reconciliationID value for this PayPalPaymentService.

Returns:
reconciliationID

setReconciliationID

public void setReconciliationID(java.lang.String reconciliationID)
Sets the reconciliationID value for this PayPalPaymentService.

Parameters:
reconciliationID -

getRun

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

Returns:
run

setRun

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

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