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

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

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

See Also:
Serialized Form

Constructor Summary
ChinaRefundReply()
           
ChinaRefundReply(java.math.BigInteger reasonCode, java.lang.String requestDateTime, java.lang.String amount, java.lang.String currency)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAmount()
          Gets the amount value for this ChinaRefundReply.
 java.lang.String getCurrency()
          Gets the currency value for this ChinaRefundReply.
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 ChinaRefundReply.
 java.lang.String getRequestDateTime()
          Gets the requestDateTime value for this ChinaRefundReply.
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 ChinaRefundReply.
 void setCurrency(java.lang.String currency)
          Sets the currency value for this ChinaRefundReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this ChinaRefundReply.
 void setRequestDateTime(java.lang.String requestDateTime)
          Sets the requestDateTime value for this ChinaRefundReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChinaRefundReply

public ChinaRefundReply()

ChinaRefundReply

public ChinaRefundReply(java.math.BigInteger reasonCode,
                        java.lang.String requestDateTime,
                        java.lang.String amount,
                        java.lang.String currency)
Method Detail

getReasonCode

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

Returns:
reasonCode

setReasonCode

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

Parameters:
reasonCode -

getRequestDateTime

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

Returns:
requestDateTime

setRequestDateTime

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

Parameters:
requestDateTime -

getAmount

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

Returns:
amount

setAmount

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

Parameters:
amount -

getCurrency

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

Returns:
currency

setCurrency

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

Parameters:
currency -

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.