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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalAuthorizationService()
           
PayPalAuthorizationService(java.lang.String paypalOrderId, java.lang.String paypalEcOrderSetupRequestID, java.lang.String paypalEcOrderSetupRequestToken, java.lang.String paypalDoRefTransactionRequestID, java.lang.String paypalDoRefTransactionRequestToken, java.lang.String paypalCustomerEmail, 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 getPaypalCustomerEmail()
          Gets the paypalCustomerEmail value for this PayPalAuthorizationService.
 java.lang.String getPaypalDoRefTransactionRequestID()
          Gets the paypalDoRefTransactionRequestID value for this PayPalAuthorizationService.
 java.lang.String getPaypalDoRefTransactionRequestToken()
          Gets the paypalDoRefTransactionRequestToken value for this PayPalAuthorizationService.
 java.lang.String getPaypalEcOrderSetupRequestID()
          Gets the paypalEcOrderSetupRequestID value for this PayPalAuthorizationService.
 java.lang.String getPaypalEcOrderSetupRequestToken()
          Gets the paypalEcOrderSetupRequestToken value for this PayPalAuthorizationService.
 java.lang.String getPaypalOrderId()
          Gets the paypalOrderId value for this PayPalAuthorizationService.
 java.lang.String getRun()
          Gets the run value for this PayPalAuthorizationService.
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 setPaypalCustomerEmail(java.lang.String paypalCustomerEmail)
          Sets the paypalCustomerEmail value for this PayPalAuthorizationService.
 void setPaypalDoRefTransactionRequestID(java.lang.String paypalDoRefTransactionRequestID)
          Sets the paypalDoRefTransactionRequestID value for this PayPalAuthorizationService.
 void setPaypalDoRefTransactionRequestToken(java.lang.String paypalDoRefTransactionRequestToken)
          Sets the paypalDoRefTransactionRequestToken value for this PayPalAuthorizationService.
 void setPaypalEcOrderSetupRequestID(java.lang.String paypalEcOrderSetupRequestID)
          Sets the paypalEcOrderSetupRequestID value for this PayPalAuthorizationService.
 void setPaypalEcOrderSetupRequestToken(java.lang.String paypalEcOrderSetupRequestToken)
          Sets the paypalEcOrderSetupRequestToken value for this PayPalAuthorizationService.
 void setPaypalOrderId(java.lang.String paypalOrderId)
          Sets the paypalOrderId value for this PayPalAuthorizationService.
 void setRun(java.lang.String run)
          Sets the run value for this PayPalAuthorizationService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalAuthorizationService

public PayPalAuthorizationService()

PayPalAuthorizationService

public PayPalAuthorizationService(java.lang.String paypalOrderId,
                                  java.lang.String paypalEcOrderSetupRequestID,
                                  java.lang.String paypalEcOrderSetupRequestToken,
                                  java.lang.String paypalDoRefTransactionRequestID,
                                  java.lang.String paypalDoRefTransactionRequestToken,
                                  java.lang.String paypalCustomerEmail,
                                  java.lang.String run)
Method Detail

getPaypalOrderId

public java.lang.String getPaypalOrderId()
Gets the paypalOrderId value for this PayPalAuthorizationService.

Returns:
paypalOrderId

setPaypalOrderId

public void setPaypalOrderId(java.lang.String paypalOrderId)
Sets the paypalOrderId value for this PayPalAuthorizationService.

Parameters:
paypalOrderId -

getPaypalEcOrderSetupRequestID

public java.lang.String getPaypalEcOrderSetupRequestID()
Gets the paypalEcOrderSetupRequestID value for this PayPalAuthorizationService.

Returns:
paypalEcOrderSetupRequestID

setPaypalEcOrderSetupRequestID

public void setPaypalEcOrderSetupRequestID(java.lang.String paypalEcOrderSetupRequestID)
Sets the paypalEcOrderSetupRequestID value for this PayPalAuthorizationService.

Parameters:
paypalEcOrderSetupRequestID -

getPaypalEcOrderSetupRequestToken

public java.lang.String getPaypalEcOrderSetupRequestToken()
Gets the paypalEcOrderSetupRequestToken value for this PayPalAuthorizationService.

Returns:
paypalEcOrderSetupRequestToken

setPaypalEcOrderSetupRequestToken

public void setPaypalEcOrderSetupRequestToken(java.lang.String paypalEcOrderSetupRequestToken)
Sets the paypalEcOrderSetupRequestToken value for this PayPalAuthorizationService.

Parameters:
paypalEcOrderSetupRequestToken -

getPaypalDoRefTransactionRequestID

public java.lang.String getPaypalDoRefTransactionRequestID()
Gets the paypalDoRefTransactionRequestID value for this PayPalAuthorizationService.

Returns:
paypalDoRefTransactionRequestID

setPaypalDoRefTransactionRequestID

public void setPaypalDoRefTransactionRequestID(java.lang.String paypalDoRefTransactionRequestID)
Sets the paypalDoRefTransactionRequestID value for this PayPalAuthorizationService.

Parameters:
paypalDoRefTransactionRequestID -

getPaypalDoRefTransactionRequestToken

public java.lang.String getPaypalDoRefTransactionRequestToken()
Gets the paypalDoRefTransactionRequestToken value for this PayPalAuthorizationService.

Returns:
paypalDoRefTransactionRequestToken

setPaypalDoRefTransactionRequestToken

public void setPaypalDoRefTransactionRequestToken(java.lang.String paypalDoRefTransactionRequestToken)
Sets the paypalDoRefTransactionRequestToken value for this PayPalAuthorizationService.

Parameters:
paypalDoRefTransactionRequestToken -

getPaypalCustomerEmail

public java.lang.String getPaypalCustomerEmail()
Gets the paypalCustomerEmail value for this PayPalAuthorizationService.

Returns:
paypalCustomerEmail

setPaypalCustomerEmail

public void setPaypalCustomerEmail(java.lang.String paypalCustomerEmail)
Sets the paypalCustomerEmail value for this PayPalAuthorizationService.

Parameters:
paypalCustomerEmail -

getRun

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

Returns:
run

setRun

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

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.