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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalEcOrderSetupService()
           
PayPalEcOrderSetupService(java.lang.String paypalToken, java.lang.String paypalPayerId, java.lang.String paypalCustomerEmail, java.lang.String paypalDesc, java.lang.String paypalEcSetRequestID, java.lang.String paypalEcSetRequestToken, java.lang.String promoCode0, java.lang.String invoiceNumber, 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 getInvoiceNumber()
          Gets the invoiceNumber value for this PayPalEcOrderSetupService.
 java.lang.String getPaypalCustomerEmail()
          Gets the paypalCustomerEmail value for this PayPalEcOrderSetupService.
 java.lang.String getPaypalDesc()
          Gets the paypalDesc value for this PayPalEcOrderSetupService.
 java.lang.String getPaypalEcSetRequestID()
          Gets the paypalEcSetRequestID value for this PayPalEcOrderSetupService.
 java.lang.String getPaypalEcSetRequestToken()
          Gets the paypalEcSetRequestToken value for this PayPalEcOrderSetupService.
 java.lang.String getPaypalPayerId()
          Gets the paypalPayerId value for this PayPalEcOrderSetupService.
 java.lang.String getPaypalToken()
          Gets the paypalToken value for this PayPalEcOrderSetupService.
 java.lang.String getPromoCode0()
          Gets the promoCode0 value for this PayPalEcOrderSetupService.
 java.lang.String getRun()
          Gets the run value for this PayPalEcOrderSetupService.
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 setInvoiceNumber(java.lang.String invoiceNumber)
          Sets the invoiceNumber value for this PayPalEcOrderSetupService.
 void setPaypalCustomerEmail(java.lang.String paypalCustomerEmail)
          Sets the paypalCustomerEmail value for this PayPalEcOrderSetupService.
 void setPaypalDesc(java.lang.String paypalDesc)
          Sets the paypalDesc value for this PayPalEcOrderSetupService.
 void setPaypalEcSetRequestID(java.lang.String paypalEcSetRequestID)
          Sets the paypalEcSetRequestID value for this PayPalEcOrderSetupService.
 void setPaypalEcSetRequestToken(java.lang.String paypalEcSetRequestToken)
          Sets the paypalEcSetRequestToken value for this PayPalEcOrderSetupService.
 void setPaypalPayerId(java.lang.String paypalPayerId)
          Sets the paypalPayerId value for this PayPalEcOrderSetupService.
 void setPaypalToken(java.lang.String paypalToken)
          Sets the paypalToken value for this PayPalEcOrderSetupService.
 void setPromoCode0(java.lang.String promoCode0)
          Sets the promoCode0 value for this PayPalEcOrderSetupService.
 void setRun(java.lang.String run)
          Sets the run value for this PayPalEcOrderSetupService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalEcOrderSetupService

public PayPalEcOrderSetupService()

PayPalEcOrderSetupService

public PayPalEcOrderSetupService(java.lang.String paypalToken,
                                 java.lang.String paypalPayerId,
                                 java.lang.String paypalCustomerEmail,
                                 java.lang.String paypalDesc,
                                 java.lang.String paypalEcSetRequestID,
                                 java.lang.String paypalEcSetRequestToken,
                                 java.lang.String promoCode0,
                                 java.lang.String invoiceNumber,
                                 java.lang.String run)
Method Detail

getPaypalToken

public java.lang.String getPaypalToken()
Gets the paypalToken value for this PayPalEcOrderSetupService.

Returns:
paypalToken

setPaypalToken

public void setPaypalToken(java.lang.String paypalToken)
Sets the paypalToken value for this PayPalEcOrderSetupService.

Parameters:
paypalToken -

getPaypalPayerId

public java.lang.String getPaypalPayerId()
Gets the paypalPayerId value for this PayPalEcOrderSetupService.

Returns:
paypalPayerId

setPaypalPayerId

public void setPaypalPayerId(java.lang.String paypalPayerId)
Sets the paypalPayerId value for this PayPalEcOrderSetupService.

Parameters:
paypalPayerId -

getPaypalCustomerEmail

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

Returns:
paypalCustomerEmail

setPaypalCustomerEmail

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

Parameters:
paypalCustomerEmail -

getPaypalDesc

public java.lang.String getPaypalDesc()
Gets the paypalDesc value for this PayPalEcOrderSetupService.

Returns:
paypalDesc

setPaypalDesc

public void setPaypalDesc(java.lang.String paypalDesc)
Sets the paypalDesc value for this PayPalEcOrderSetupService.

Parameters:
paypalDesc -

getPaypalEcSetRequestID

public java.lang.String getPaypalEcSetRequestID()
Gets the paypalEcSetRequestID value for this PayPalEcOrderSetupService.

Returns:
paypalEcSetRequestID

setPaypalEcSetRequestID

public void setPaypalEcSetRequestID(java.lang.String paypalEcSetRequestID)
Sets the paypalEcSetRequestID value for this PayPalEcOrderSetupService.

Parameters:
paypalEcSetRequestID -

getPaypalEcSetRequestToken

public java.lang.String getPaypalEcSetRequestToken()
Gets the paypalEcSetRequestToken value for this PayPalEcOrderSetupService.

Returns:
paypalEcSetRequestToken

setPaypalEcSetRequestToken

public void setPaypalEcSetRequestToken(java.lang.String paypalEcSetRequestToken)
Sets the paypalEcSetRequestToken value for this PayPalEcOrderSetupService.

Parameters:
paypalEcSetRequestToken -

getPromoCode0

public java.lang.String getPromoCode0()
Gets the promoCode0 value for this PayPalEcOrderSetupService.

Returns:
promoCode0

setPromoCode0

public void setPromoCode0(java.lang.String promoCode0)
Sets the promoCode0 value for this PayPalEcOrderSetupService.

Parameters:
promoCode0 -

getInvoiceNumber

public java.lang.String getInvoiceNumber()
Gets the invoiceNumber value for this PayPalEcOrderSetupService.

Returns:
invoiceNumber

setInvoiceNumber

public void setInvoiceNumber(java.lang.String invoiceNumber)
Sets the invoiceNumber value for this PayPalEcOrderSetupService.

Parameters:
invoiceNumber -

getRun

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

Returns:
run

setRun

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

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.