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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalDoCaptureReply()
           
PayPalDoCaptureReply(java.math.BigInteger reasonCode, java.lang.String authorizationId, java.lang.String transactionId, java.lang.String parentTransactionId, java.lang.String paypalReceiptId, java.lang.String paypalTransactiontype, java.lang.String paypalPaymentType, java.lang.String paypalOrderTime, java.lang.String paypalPaymentGrossAmount, java.lang.String paypalFeeAmount, java.lang.String paypalTaxAmount, java.lang.String paypalExchangeRate, java.lang.String paypalPaymentStatus, java.lang.String amount, java.lang.String currency, java.lang.String correlationID, java.lang.String errorCode)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this PayPalDoCaptureReply.
 java.lang.String getAuthorizationId()
          Gets the authorizationId value for this PayPalDoCaptureReply.
 java.lang.String getCorrelationID()
          Gets the correlationID value for this PayPalDoCaptureReply.
 java.lang.String getCurrency()
          Gets the currency value for this PayPalDoCaptureReply.
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 PayPalDoCaptureReply.
 java.lang.String getParentTransactionId()
          Gets the parentTransactionId value for this PayPalDoCaptureReply.
 java.lang.String getPaypalExchangeRate()
          Gets the paypalExchangeRate value for this PayPalDoCaptureReply.
 java.lang.String getPaypalFeeAmount()
          Gets the paypalFeeAmount value for this PayPalDoCaptureReply.
 java.lang.String getPaypalOrderTime()
          Gets the paypalOrderTime value for this PayPalDoCaptureReply.
 java.lang.String getPaypalPaymentGrossAmount()
          Gets the paypalPaymentGrossAmount value for this PayPalDoCaptureReply.
 java.lang.String getPaypalPaymentStatus()
          Gets the paypalPaymentStatus value for this PayPalDoCaptureReply.
 java.lang.String getPaypalPaymentType()
          Gets the paypalPaymentType value for this PayPalDoCaptureReply.
 java.lang.String getPaypalReceiptId()
          Gets the paypalReceiptId value for this PayPalDoCaptureReply.
 java.lang.String getPaypalTaxAmount()
          Gets the paypalTaxAmount value for this PayPalDoCaptureReply.
 java.lang.String getPaypalTransactiontype()
          Gets the paypalTransactiontype value for this PayPalDoCaptureReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this PayPalDoCaptureReply.
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 PayPalDoCaptureReply.
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 PayPalDoCaptureReply.
 void setAuthorizationId(java.lang.String authorizationId)
          Sets the authorizationId value for this PayPalDoCaptureReply.
 void setCorrelationID(java.lang.String correlationID)
          Sets the correlationID value for this PayPalDoCaptureReply.
 void setCurrency(java.lang.String currency)
          Sets the currency value for this PayPalDoCaptureReply.
 void setErrorCode(java.lang.String errorCode)
          Sets the errorCode value for this PayPalDoCaptureReply.
 void setParentTransactionId(java.lang.String parentTransactionId)
          Sets the parentTransactionId value for this PayPalDoCaptureReply.
 void setPaypalExchangeRate(java.lang.String paypalExchangeRate)
          Sets the paypalExchangeRate value for this PayPalDoCaptureReply.
 void setPaypalFeeAmount(java.lang.String paypalFeeAmount)
          Sets the paypalFeeAmount value for this PayPalDoCaptureReply.
 void setPaypalOrderTime(java.lang.String paypalOrderTime)
          Sets the paypalOrderTime value for this PayPalDoCaptureReply.
 void setPaypalPaymentGrossAmount(java.lang.String paypalPaymentGrossAmount)
          Sets the paypalPaymentGrossAmount value for this PayPalDoCaptureReply.
 void setPaypalPaymentStatus(java.lang.String paypalPaymentStatus)
          Sets the paypalPaymentStatus value for this PayPalDoCaptureReply.
 void setPaypalPaymentType(java.lang.String paypalPaymentType)
          Sets the paypalPaymentType value for this PayPalDoCaptureReply.
 void setPaypalReceiptId(java.lang.String paypalReceiptId)
          Sets the paypalReceiptId value for this PayPalDoCaptureReply.
 void setPaypalTaxAmount(java.lang.String paypalTaxAmount)
          Sets the paypalTaxAmount value for this PayPalDoCaptureReply.
 void setPaypalTransactiontype(java.lang.String paypalTransactiontype)
          Sets the paypalTransactiontype value for this PayPalDoCaptureReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this PayPalDoCaptureReply.
 void setTransactionId(java.lang.String transactionId)
          Sets the transactionId value for this PayPalDoCaptureReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalDoCaptureReply

public PayPalDoCaptureReply()

PayPalDoCaptureReply

public PayPalDoCaptureReply(java.math.BigInteger reasonCode,
                            java.lang.String authorizationId,
                            java.lang.String transactionId,
                            java.lang.String parentTransactionId,
                            java.lang.String paypalReceiptId,
                            java.lang.String paypalTransactiontype,
                            java.lang.String paypalPaymentType,
                            java.lang.String paypalOrderTime,
                            java.lang.String paypalPaymentGrossAmount,
                            java.lang.String paypalFeeAmount,
                            java.lang.String paypalTaxAmount,
                            java.lang.String paypalExchangeRate,
                            java.lang.String paypalPaymentStatus,
                            java.lang.String amount,
                            java.lang.String currency,
                            java.lang.String correlationID,
                            java.lang.String errorCode)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getAuthorizationId

public java.lang.String getAuthorizationId()
Gets the authorizationId value for this PayPalDoCaptureReply.

Returns:
authorizationId

setAuthorizationId

public void setAuthorizationId(java.lang.String authorizationId)
Sets the authorizationId value for this PayPalDoCaptureReply.

Parameters:
authorizationId -

getTransactionId

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

Returns:
transactionId

setTransactionId

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

Parameters:
transactionId -

getParentTransactionId

public java.lang.String getParentTransactionId()
Gets the parentTransactionId value for this PayPalDoCaptureReply.

Returns:
parentTransactionId

setParentTransactionId

public void setParentTransactionId(java.lang.String parentTransactionId)
Sets the parentTransactionId value for this PayPalDoCaptureReply.

Parameters:
parentTransactionId -

getPaypalReceiptId

public java.lang.String getPaypalReceiptId()
Gets the paypalReceiptId value for this PayPalDoCaptureReply.

Returns:
paypalReceiptId

setPaypalReceiptId

public void setPaypalReceiptId(java.lang.String paypalReceiptId)
Sets the paypalReceiptId value for this PayPalDoCaptureReply.

Parameters:
paypalReceiptId -

getPaypalTransactiontype

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

Returns:
paypalTransactiontype

setPaypalTransactiontype

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

Parameters:
paypalTransactiontype -

getPaypalPaymentType

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

Returns:
paypalPaymentType

setPaypalPaymentType

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

Parameters:
paypalPaymentType -

getPaypalOrderTime

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

Returns:
paypalOrderTime

setPaypalOrderTime

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

Parameters:
paypalOrderTime -

getPaypalPaymentGrossAmount

public java.lang.String getPaypalPaymentGrossAmount()
Gets the paypalPaymentGrossAmount value for this PayPalDoCaptureReply.

Returns:
paypalPaymentGrossAmount

setPaypalPaymentGrossAmount

public void setPaypalPaymentGrossAmount(java.lang.String paypalPaymentGrossAmount)
Sets the paypalPaymentGrossAmount value for this PayPalDoCaptureReply.

Parameters:
paypalPaymentGrossAmount -

getPaypalFeeAmount

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

Returns:
paypalFeeAmount

setPaypalFeeAmount

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

Parameters:
paypalFeeAmount -

getPaypalTaxAmount

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

Returns:
paypalTaxAmount

setPaypalTaxAmount

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

Parameters:
paypalTaxAmount -

getPaypalExchangeRate

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

Returns:
paypalExchangeRate

setPaypalExchangeRate

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

Parameters:
paypalExchangeRate -

getPaypalPaymentStatus

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

Returns:
paypalPaymentStatus

setPaypalPaymentStatus

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

Parameters:
paypalPaymentStatus -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getCurrency

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

Returns:
currency

setCurrency

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

Parameters:
currency -

getCorrelationID

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

Returns:
correlationID

setCorrelationID

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

Parameters:
correlationID -

getErrorCode

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

Returns:
errorCode

setErrorCode

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

Parameters:
errorCode -

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