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

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

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

See Also:
Serialized Form

Constructor Summary
ChinaPaymentReply()
           
ChinaPaymentReply(java.math.BigInteger reasonCode, java.lang.String requestDateTime, java.lang.String amount, java.lang.String currency, java.lang.String reconciliationID, java.lang.String formData, java.lang.String verifyFailure, java.lang.String verifyInProcess, java.lang.String verifySuccess)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this ChinaPaymentReply.
 java.lang.String getCurrency()
          Gets the currency value for this ChinaPaymentReply.
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 getFormData()
          Gets the formData value for this ChinaPaymentReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this ChinaPaymentReply.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this ChinaPaymentReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this ChinaPaymentReply.
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 getVerifyFailure()
          Gets the verifyFailure value for this ChinaPaymentReply.
 java.lang.String getVerifyInProcess()
          Gets the verifyInProcess value for this ChinaPaymentReply.
 java.lang.String getVerifySuccess()
          Gets the verifySuccess value for this ChinaPaymentReply.
 int hashCode()
           
 void setAmount(java.lang.String amount)
          Sets the amount value for this ChinaPaymentReply.
 void setCurrency(java.lang.String currency)
          Sets the currency value for this ChinaPaymentReply.
 void setFormData(java.lang.String formData)
          Sets the formData value for this ChinaPaymentReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this ChinaPaymentReply.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this ChinaPaymentReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this ChinaPaymentReply.
 void setVerifyFailure(java.lang.String verifyFailure)
          Sets the verifyFailure value for this ChinaPaymentReply.
 void setVerifyInProcess(java.lang.String verifyInProcess)
          Sets the verifyInProcess value for this ChinaPaymentReply.
 void setVerifySuccess(java.lang.String verifySuccess)
          Sets the verifySuccess value for this ChinaPaymentReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChinaPaymentReply

public ChinaPaymentReply()

ChinaPaymentReply

public ChinaPaymentReply(java.math.BigInteger reasonCode,
                         java.lang.String requestDateTime,
                         java.lang.String amount,
                         java.lang.String currency,
                         java.lang.String reconciliationID,
                         java.lang.String formData,
                         java.lang.String verifyFailure,
                         java.lang.String verifyInProcess,
                         java.lang.String verifySuccess)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getCurrency

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

Returns:
currency

setCurrency

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

Parameters:
currency -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getFormData

public java.lang.String getFormData()
Gets the formData value for this ChinaPaymentReply.

Returns:
formData

setFormData

public void setFormData(java.lang.String formData)
Sets the formData value for this ChinaPaymentReply.

Parameters:
formData -

getVerifyFailure

public java.lang.String getVerifyFailure()
Gets the verifyFailure value for this ChinaPaymentReply.

Returns:
verifyFailure

setVerifyFailure

public void setVerifyFailure(java.lang.String verifyFailure)
Sets the verifyFailure value for this ChinaPaymentReply.

Parameters:
verifyFailure -

getVerifyInProcess

public java.lang.String getVerifyInProcess()
Gets the verifyInProcess value for this ChinaPaymentReply.

Returns:
verifyInProcess

setVerifyInProcess

public void setVerifyInProcess(java.lang.String verifyInProcess)
Sets the verifyInProcess value for this ChinaPaymentReply.

Parameters:
verifyInProcess -

getVerifySuccess

public java.lang.String getVerifySuccess()
Gets the verifySuccess value for this ChinaPaymentReply.

Returns:
verifySuccess

setVerifySuccess

public void setVerifySuccess(java.lang.String verifySuccess)
Sets the verifySuccess value for this ChinaPaymentReply.

Parameters:
verifySuccess -

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.