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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalPaymentReply()
           
PayPalPaymentReply(java.math.BigInteger reasonCode, java.lang.String secureData, java.lang.String amount, java.lang.String requestDateTime, java.lang.String reconciliationID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this PayPalPaymentReply.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this PayPalPaymentReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this PayPalPaymentReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this PayPalPaymentReply.
 java.lang.String getSecureData()
          Gets the secureData value for this PayPalPaymentReply.
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 setAmount(java.lang.String amount)
          Sets the amount value for this PayPalPaymentReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this PayPalPaymentReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this PayPalPaymentReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this PayPalPaymentReply.
 void setSecureData(java.lang.String secureData)
          Sets the secureData value for this PayPalPaymentReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalPaymentReply

public PayPalPaymentReply()

PayPalPaymentReply

public PayPalPaymentReply(java.math.BigInteger reasonCode,
                          java.lang.String secureData,
                          java.lang.String amount,
                          java.lang.String requestDateTime,
                          java.lang.String reconciliationID)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getSecureData

public java.lang.String getSecureData()
Gets the secureData value for this PayPalPaymentReply.

Returns:
secureData

setSecureData

public void setSecureData(java.lang.String secureData)
Sets the secureData value for this PayPalPaymentReply.

Parameters:
secureData -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getRequestDateTime

public java.lang.String getRequestDateTime()
Gets the requestDateTime value for this PayPalPaymentReply.

Returns:
requestDateTime

setRequestDateTime

public void setRequestDateTime(java.lang.String requestDateTime)
Sets the requestDateTime value for this PayPalPaymentReply.

Parameters:
requestDateTime -

getReconciliationID

public java.lang.String getReconciliationID()
Gets the reconciliationID value for this PayPalPaymentReply.

Returns:
reconciliationID

setReconciliationID

public void setReconciliationID(java.lang.String reconciliationID)
Sets the reconciliationID value for this PayPalPaymentReply.

Parameters:
reconciliationID -

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.