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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalDoRefTransactionReply()
           
PayPalDoRefTransactionReply(java.math.BigInteger reasonCode, java.lang.String paypalBillingAgreementId, java.lang.String transactionId, java.lang.String paypalTransactionType, java.lang.String paypalPaymentType, java.lang.String paypalOrderTime, java.lang.String paypalAmount, java.lang.String currency, java.lang.String paypalTaxAmount, java.lang.String paypalExchangeRate, java.lang.String paypalPaymentStatus, java.lang.String paypalPendingReason, java.lang.String paypalReasonCode, java.lang.String errorCode, java.lang.String correlationID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCorrelationID()
          Gets the correlationID value for this PayPalDoRefTransactionReply.
 java.lang.String getCurrency()
          Gets the currency value for this PayPalDoRefTransactionReply.
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 PayPalDoRefTransactionReply.
 java.lang.String getPaypalAmount()
          Gets the paypalAmount value for this PayPalDoRefTransactionReply.
 java.lang.String getPaypalBillingAgreementId()
          Gets the paypalBillingAgreementId value for this PayPalDoRefTransactionReply.
 java.lang.String getPaypalExchangeRate()
          Gets the paypalExchangeRate value for this PayPalDoRefTransactionReply.
 java.lang.String getPaypalOrderTime()
          Gets the paypalOrderTime value for this PayPalDoRefTransactionReply.
 java.lang.String getPaypalPaymentStatus()
          Gets the paypalPaymentStatus value for this PayPalDoRefTransactionReply.
 java.lang.String getPaypalPaymentType()
          Gets the paypalPaymentType value for this PayPalDoRefTransactionReply.
 java.lang.String getPaypalPendingReason()
          Gets the paypalPendingReason value for this PayPalDoRefTransactionReply.
 java.lang.String getPaypalReasonCode()
          Gets the paypalReasonCode value for this PayPalDoRefTransactionReply.
 java.lang.String getPaypalTaxAmount()
          Gets the paypalTaxAmount value for this PayPalDoRefTransactionReply.
 java.lang.String getPaypalTransactionType()
          Gets the paypalTransactionType value for this PayPalDoRefTransactionReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this PayPalDoRefTransactionReply.
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 PayPalDoRefTransactionReply.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCorrelationID(java.lang.String correlationID)
          Sets the correlationID value for this PayPalDoRefTransactionReply.
 void setCurrency(java.lang.String currency)
          Sets the currency value for this PayPalDoRefTransactionReply.
 void setErrorCode(java.lang.String errorCode)
          Sets the errorCode value for this PayPalDoRefTransactionReply.
 void setPaypalAmount(java.lang.String paypalAmount)
          Sets the paypalAmount value for this PayPalDoRefTransactionReply.
 void setPaypalBillingAgreementId(java.lang.String paypalBillingAgreementId)
          Sets the paypalBillingAgreementId value for this PayPalDoRefTransactionReply.
 void setPaypalExchangeRate(java.lang.String paypalExchangeRate)
          Sets the paypalExchangeRate value for this PayPalDoRefTransactionReply.
 void setPaypalOrderTime(java.lang.String paypalOrderTime)
          Sets the paypalOrderTime value for this PayPalDoRefTransactionReply.
 void setPaypalPaymentStatus(java.lang.String paypalPaymentStatus)
          Sets the paypalPaymentStatus value for this PayPalDoRefTransactionReply.
 void setPaypalPaymentType(java.lang.String paypalPaymentType)
          Sets the paypalPaymentType value for this PayPalDoRefTransactionReply.
 void setPaypalPendingReason(java.lang.String paypalPendingReason)
          Sets the paypalPendingReason value for this PayPalDoRefTransactionReply.
 void setPaypalReasonCode(java.lang.String paypalReasonCode)
          Sets the paypalReasonCode value for this PayPalDoRefTransactionReply.
 void setPaypalTaxAmount(java.lang.String paypalTaxAmount)
          Sets the paypalTaxAmount value for this PayPalDoRefTransactionReply.
 void setPaypalTransactionType(java.lang.String paypalTransactionType)
          Sets the paypalTransactionType value for this PayPalDoRefTransactionReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this PayPalDoRefTransactionReply.
 void setTransactionId(java.lang.String transactionId)
          Sets the transactionId value for this PayPalDoRefTransactionReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalDoRefTransactionReply

public PayPalDoRefTransactionReply()

PayPalDoRefTransactionReply

public PayPalDoRefTransactionReply(java.math.BigInteger reasonCode,
                                   java.lang.String paypalBillingAgreementId,
                                   java.lang.String transactionId,
                                   java.lang.String paypalTransactionType,
                                   java.lang.String paypalPaymentType,
                                   java.lang.String paypalOrderTime,
                                   java.lang.String paypalAmount,
                                   java.lang.String currency,
                                   java.lang.String paypalTaxAmount,
                                   java.lang.String paypalExchangeRate,
                                   java.lang.String paypalPaymentStatus,
                                   java.lang.String paypalPendingReason,
                                   java.lang.String paypalReasonCode,
                                   java.lang.String errorCode,
                                   java.lang.String correlationID)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getPaypalBillingAgreementId

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

Returns:
paypalBillingAgreementId

setPaypalBillingAgreementId

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

Parameters:
paypalBillingAgreementId -

getTransactionId

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

Returns:
transactionId

setTransactionId

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

Parameters:
transactionId -

getPaypalTransactionType

public java.lang.String getPaypalTransactionType()
Gets the paypalTransactionType value for this PayPalDoRefTransactionReply.

Returns:
paypalTransactionType

setPaypalTransactionType

public void setPaypalTransactionType(java.lang.String paypalTransactionType)
Sets the paypalTransactionType value for this PayPalDoRefTransactionReply.

Parameters:
paypalTransactionType -

getPaypalPaymentType

public java.lang.String getPaypalPaymentType()
Gets the paypalPaymentType value for this PayPalDoRefTransactionReply.

Returns:
paypalPaymentType

setPaypalPaymentType

public void setPaypalPaymentType(java.lang.String paypalPaymentType)
Sets the paypalPaymentType value for this PayPalDoRefTransactionReply.

Parameters:
paypalPaymentType -

getPaypalOrderTime

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

Returns:
paypalOrderTime

setPaypalOrderTime

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

Parameters:
paypalOrderTime -

getPaypalAmount

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

Returns:
paypalAmount

setPaypalAmount

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

Parameters:
paypalAmount -

getCurrency

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

Returns:
currency

setCurrency

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

Parameters:
currency -

getPaypalTaxAmount

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

Returns:
paypalTaxAmount

setPaypalTaxAmount

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

Parameters:
paypalTaxAmount -

getPaypalExchangeRate

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

Returns:
paypalExchangeRate

setPaypalExchangeRate

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

Parameters:
paypalExchangeRate -

getPaypalPaymentStatus

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

Returns:
paypalPaymentStatus

setPaypalPaymentStatus

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

Parameters:
paypalPaymentStatus -

getPaypalPendingReason

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

Returns:
paypalPendingReason

setPaypalPendingReason

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

Parameters:
paypalPendingReason -

getPaypalReasonCode

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

Returns:
paypalReasonCode

setPaypalReasonCode

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

Parameters:
paypalReasonCode -

getErrorCode

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

Returns:
errorCode

setErrorCode

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

Parameters:
errorCode -

getCorrelationID

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

Returns:
correlationID

setCorrelationID

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

Parameters:
correlationID -

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.