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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalEcDoPaymentReply()
           
PayPalEcDoPaymentReply(java.math.BigInteger reasonCode, java.lang.String paypalToken, java.lang.String transactionId, java.lang.String paypalTransactiontype, java.lang.String paymentType, java.lang.String paypalOrderTime, java.lang.String paypalAmount, java.lang.String paypalFeeAmount, java.lang.String paypalTaxAmount, java.lang.String paypalExchangeRate, java.lang.String paypalPaymentStatus, java.lang.String paypalPendingReason, java.lang.String orderId, java.lang.String paypalReasonCode, java.lang.String amount, java.lang.String currency, java.lang.String correlationID, java.lang.String errorCode, java.lang.String paypalBillingAgreementId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this PayPalEcDoPaymentReply.
 java.lang.String getCorrelationID()
          Gets the correlationID value for this PayPalEcDoPaymentReply.
 java.lang.String getCurrency()
          Gets the currency value for this PayPalEcDoPaymentReply.
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 getErrorCode()
          Gets the errorCode value for this PayPalEcDoPaymentReply.
 java.lang.String getOrderId()
          Gets the orderId value for this PayPalEcDoPaymentReply.
 java.lang.String getPaymentType()
          Gets the paymentType value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalAmount()
          Gets the paypalAmount value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalBillingAgreementId()
          Gets the paypalBillingAgreementId value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalExchangeRate()
          Gets the paypalExchangeRate value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalFeeAmount()
          Gets the paypalFeeAmount value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalOrderTime()
          Gets the paypalOrderTime value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalPaymentStatus()
          Gets the paypalPaymentStatus value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalPendingReason()
          Gets the paypalPendingReason value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalReasonCode()
          Gets the paypalReasonCode value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalTaxAmount()
          Gets the paypalTaxAmount value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalToken()
          Gets the paypalToken value for this PayPalEcDoPaymentReply.
 java.lang.String getPaypalTransactiontype()
          Gets the paypalTransactiontype value for this PayPalEcDoPaymentReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this PayPalEcDoPaymentReply.
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 getTransactionId()
          Gets the transactionId value for this PayPalEcDoPaymentReply.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAmount(java.lang.String amount)
          Sets the amount value for this PayPalEcDoPaymentReply.
 void setCorrelationID(java.lang.String correlationID)
          Sets the correlationID value for this PayPalEcDoPaymentReply.
 void setCurrency(java.lang.String currency)
          Sets the currency value for this PayPalEcDoPaymentReply.
 void setErrorCode(java.lang.String errorCode)
          Sets the errorCode value for this PayPalEcDoPaymentReply.
 void setOrderId(java.lang.String orderId)
          Sets the orderId value for this PayPalEcDoPaymentReply.
 void setPaymentType(java.lang.String paymentType)
          Sets the paymentType value for this PayPalEcDoPaymentReply.
 void setPaypalAmount(java.lang.String paypalAmount)
          Sets the paypalAmount value for this PayPalEcDoPaymentReply.
 void setPaypalBillingAgreementId(java.lang.String paypalBillingAgreementId)
          Sets the paypalBillingAgreementId value for this PayPalEcDoPaymentReply.
 void setPaypalExchangeRate(java.lang.String paypalExchangeRate)
          Sets the paypalExchangeRate value for this PayPalEcDoPaymentReply.
 void setPaypalFeeAmount(java.lang.String paypalFeeAmount)
          Sets the paypalFeeAmount value for this PayPalEcDoPaymentReply.
 void setPaypalOrderTime(java.lang.String paypalOrderTime)
          Sets the paypalOrderTime value for this PayPalEcDoPaymentReply.
 void setPaypalPaymentStatus(java.lang.String paypalPaymentStatus)
          Sets the paypalPaymentStatus value for this PayPalEcDoPaymentReply.
 void setPaypalPendingReason(java.lang.String paypalPendingReason)
          Sets the paypalPendingReason value for this PayPalEcDoPaymentReply.
 void setPaypalReasonCode(java.lang.String paypalReasonCode)
          Sets the paypalReasonCode value for this PayPalEcDoPaymentReply.
 void setPaypalTaxAmount(java.lang.String paypalTaxAmount)
          Sets the paypalTaxAmount value for this PayPalEcDoPaymentReply.
 void setPaypalToken(java.lang.String paypalToken)
          Sets the paypalToken value for this PayPalEcDoPaymentReply.
 void setPaypalTransactiontype(java.lang.String paypalTransactiontype)
          Sets the paypalTransactiontype value for this PayPalEcDoPaymentReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this PayPalEcDoPaymentReply.
 void setTransactionId(java.lang.String transactionId)
          Sets the transactionId value for this PayPalEcDoPaymentReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalEcDoPaymentReply

public PayPalEcDoPaymentReply()

PayPalEcDoPaymentReply

public PayPalEcDoPaymentReply(java.math.BigInteger reasonCode,
                              java.lang.String paypalToken,
                              java.lang.String transactionId,
                              java.lang.String paypalTransactiontype,
                              java.lang.String paymentType,
                              java.lang.String paypalOrderTime,
                              java.lang.String paypalAmount,
                              java.lang.String paypalFeeAmount,
                              java.lang.String paypalTaxAmount,
                              java.lang.String paypalExchangeRate,
                              java.lang.String paypalPaymentStatus,
                              java.lang.String paypalPendingReason,
                              java.lang.String orderId,
                              java.lang.String paypalReasonCode,
                              java.lang.String amount,
                              java.lang.String currency,
                              java.lang.String correlationID,
                              java.lang.String errorCode,
                              java.lang.String paypalBillingAgreementId)
Method Detail

getReasonCode

public java.math.BigInteger getReasonCode()
Gets the reasonCode value for this PayPalEcDoPaymentReply.

Returns:
reasonCode

setReasonCode

public void setReasonCode(java.math.BigInteger reasonCode)
Sets the reasonCode value for this PayPalEcDoPaymentReply.

Parameters:
reasonCode -

getPaypalToken

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

Returns:
paypalToken

setPaypalToken

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

Parameters:
paypalToken -

getTransactionId

public java.lang.String getTransactionId()
Gets the transactionId value for this PayPalEcDoPaymentReply.

Returns:
transactionId

setTransactionId

public void setTransactionId(java.lang.String transactionId)
Sets the transactionId value for this PayPalEcDoPaymentReply.

Parameters:
transactionId -

getPaypalTransactiontype

public java.lang.String getPaypalTransactiontype()
Gets the paypalTransactiontype value for this PayPalEcDoPaymentReply.

Returns:
paypalTransactiontype

setPaypalTransactiontype

public void setPaypalTransactiontype(java.lang.String paypalTransactiontype)
Sets the paypalTransactiontype value for this PayPalEcDoPaymentReply.

Parameters:
paypalTransactiontype -

getPaymentType

public java.lang.String getPaymentType()
Gets the paymentType value for this PayPalEcDoPaymentReply.

Returns:
paymentType

setPaymentType

public void setPaymentType(java.lang.String paymentType)
Sets the paymentType value for this PayPalEcDoPaymentReply.

Parameters:
paymentType -

getPaypalOrderTime

public java.lang.String getPaypalOrderTime()
Gets the paypalOrderTime value for this PayPalEcDoPaymentReply.

Returns:
paypalOrderTime

setPaypalOrderTime

public void setPaypalOrderTime(java.lang.String paypalOrderTime)
Sets the paypalOrderTime value for this PayPalEcDoPaymentReply.

Parameters:
paypalOrderTime -

getPaypalAmount

public java.lang.String getPaypalAmount()
Gets the paypalAmount value for this PayPalEcDoPaymentReply.

Returns:
paypalAmount

setPaypalAmount

public void setPaypalAmount(java.lang.String paypalAmount)
Sets the paypalAmount value for this PayPalEcDoPaymentReply.

Parameters:
paypalAmount -

getPaypalFeeAmount

public java.lang.String getPaypalFeeAmount()
Gets the paypalFeeAmount value for this PayPalEcDoPaymentReply.

Returns:
paypalFeeAmount

setPaypalFeeAmount

public void setPaypalFeeAmount(java.lang.String paypalFeeAmount)
Sets the paypalFeeAmount value for this PayPalEcDoPaymentReply.

Parameters:
paypalFeeAmount -

getPaypalTaxAmount

public java.lang.String getPaypalTaxAmount()
Gets the paypalTaxAmount value for this PayPalEcDoPaymentReply.

Returns:
paypalTaxAmount

setPaypalTaxAmount

public void setPaypalTaxAmount(java.lang.String paypalTaxAmount)
Sets the paypalTaxAmount value for this PayPalEcDoPaymentReply.

Parameters:
paypalTaxAmount -

getPaypalExchangeRate

public java.lang.String getPaypalExchangeRate()
Gets the paypalExchangeRate value for this PayPalEcDoPaymentReply.

Returns:
paypalExchangeRate

setPaypalExchangeRate

public void setPaypalExchangeRate(java.lang.String paypalExchangeRate)
Sets the paypalExchangeRate value for this PayPalEcDoPaymentReply.

Parameters:
paypalExchangeRate -

getPaypalPaymentStatus

public java.lang.String getPaypalPaymentStatus()
Gets the paypalPaymentStatus value for this PayPalEcDoPaymentReply.

Returns:
paypalPaymentStatus

setPaypalPaymentStatus

public void setPaypalPaymentStatus(java.lang.String paypalPaymentStatus)
Sets the paypalPaymentStatus value for this PayPalEcDoPaymentReply.

Parameters:
paypalPaymentStatus -

getPaypalPendingReason

public java.lang.String getPaypalPendingReason()
Gets the paypalPendingReason value for this PayPalEcDoPaymentReply.

Returns:
paypalPendingReason

setPaypalPendingReason

public void setPaypalPendingReason(java.lang.String paypalPendingReason)
Sets the paypalPendingReason value for this PayPalEcDoPaymentReply.

Parameters:
paypalPendingReason -

getOrderId

public java.lang.String getOrderId()
Gets the orderId value for this PayPalEcDoPaymentReply.

Returns:
orderId

setOrderId

public void setOrderId(java.lang.String orderId)
Sets the orderId value for this PayPalEcDoPaymentReply.

Parameters:
orderId -

getPaypalReasonCode

public java.lang.String getPaypalReasonCode()
Gets the paypalReasonCode value for this PayPalEcDoPaymentReply.

Returns:
paypalReasonCode

setPaypalReasonCode

public void setPaypalReasonCode(java.lang.String paypalReasonCode)
Sets the paypalReasonCode value for this PayPalEcDoPaymentReply.

Parameters:
paypalReasonCode -

getAmount

public java.lang.String getAmount()
Gets the amount value for this PayPalEcDoPaymentReply.

Returns:
amount

setAmount

public void setAmount(java.lang.String amount)
Sets the amount value for this PayPalEcDoPaymentReply.

Parameters:
amount -

getCurrency

public java.lang.String getCurrency()
Gets the currency value for this PayPalEcDoPaymentReply.

Returns:
currency

setCurrency

public void setCurrency(java.lang.String currency)
Sets the currency value for this PayPalEcDoPaymentReply.

Parameters:
currency -

getCorrelationID

public java.lang.String getCorrelationID()
Gets the correlationID value for this PayPalEcDoPaymentReply.

Returns:
correlationID

setCorrelationID

public void setCorrelationID(java.lang.String correlationID)
Sets the correlationID value for this PayPalEcDoPaymentReply.

Parameters:
correlationID -

getErrorCode

public java.lang.String getErrorCode()
Gets the errorCode value for this PayPalEcDoPaymentReply.

Returns:
errorCode

setErrorCode

public void setErrorCode(java.lang.String errorCode)
Sets the errorCode value for this PayPalEcDoPaymentReply.

Parameters:
errorCode -

getPaypalBillingAgreementId

public java.lang.String getPaypalBillingAgreementId()
Gets the paypalBillingAgreementId value for this PayPalEcDoPaymentReply.

Returns:
paypalBillingAgreementId

setPaypalBillingAgreementId

public void setPaypalBillingAgreementId(java.lang.String paypalBillingAgreementId)
Sets the paypalBillingAgreementId value for this PayPalEcDoPaymentReply.

Parameters:
paypalBillingAgreementId -

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.