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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalButtonCreateReply()
           
PayPalButtonCreateReply(java.math.BigInteger reasonCode, java.lang.String encryptedFormData, java.lang.String unencryptedFormData, java.lang.String requestDateTime, java.lang.String reconciliationID, java.lang.String buttonType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getButtonType()
          Gets the buttonType value for this PayPalButtonCreateReply.
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 getEncryptedFormData()
          Gets the encryptedFormData value for this PayPalButtonCreateReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this PayPalButtonCreateReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this PayPalButtonCreateReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this PayPalButtonCreateReply.
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
 java.lang.String getUnencryptedFormData()
          Gets the unencryptedFormData value for this PayPalButtonCreateReply.
 int hashCode()
           
 void setButtonType(java.lang.String buttonType)
          Sets the buttonType value for this PayPalButtonCreateReply.
 void setEncryptedFormData(java.lang.String encryptedFormData)
          Sets the encryptedFormData value for this PayPalButtonCreateReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this PayPalButtonCreateReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this PayPalButtonCreateReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this PayPalButtonCreateReply.
 void setUnencryptedFormData(java.lang.String unencryptedFormData)
          Sets the unencryptedFormData value for this PayPalButtonCreateReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalButtonCreateReply

public PayPalButtonCreateReply()

PayPalButtonCreateReply

public PayPalButtonCreateReply(java.math.BigInteger reasonCode,
                               java.lang.String encryptedFormData,
                               java.lang.String unencryptedFormData,
                               java.lang.String requestDateTime,
                               java.lang.String reconciliationID,
                               java.lang.String buttonType)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getEncryptedFormData

public java.lang.String getEncryptedFormData()
Gets the encryptedFormData value for this PayPalButtonCreateReply.

Returns:
encryptedFormData

setEncryptedFormData

public void setEncryptedFormData(java.lang.String encryptedFormData)
Sets the encryptedFormData value for this PayPalButtonCreateReply.

Parameters:
encryptedFormData -

getUnencryptedFormData

public java.lang.String getUnencryptedFormData()
Gets the unencryptedFormData value for this PayPalButtonCreateReply.

Returns:
unencryptedFormData

setUnencryptedFormData

public void setUnencryptedFormData(java.lang.String unencryptedFormData)
Sets the unencryptedFormData value for this PayPalButtonCreateReply.

Parameters:
unencryptedFormData -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getButtonType

public java.lang.String getButtonType()
Gets the buttonType value for this PayPalButtonCreateReply.

Returns:
buttonType

setButtonType

public void setButtonType(java.lang.String buttonType)
Sets the buttonType value for this PayPalButtonCreateReply.

Parameters:
buttonType -

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.