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

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

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

See Also:
Serialized Form

Constructor Summary
ChinaRefundService()
           
ChinaRefundService(java.lang.String chinaPaymentRequestID, java.lang.String chinaPaymentRequestToken, java.lang.String refundReason, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getChinaPaymentRequestID()
          Gets the chinaPaymentRequestID value for this ChinaRefundService.
 java.lang.String getChinaPaymentRequestToken()
          Gets the chinaPaymentRequestToken value for this ChinaRefundService.
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 getRefundReason()
          Gets the refundReason value for this ChinaRefundService.
 java.lang.String getRun()
          Gets the run value for this ChinaRefundService.
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 setChinaPaymentRequestID(java.lang.String chinaPaymentRequestID)
          Sets the chinaPaymentRequestID value for this ChinaRefundService.
 void setChinaPaymentRequestToken(java.lang.String chinaPaymentRequestToken)
          Sets the chinaPaymentRequestToken value for this ChinaRefundService.
 void setRefundReason(java.lang.String refundReason)
          Sets the refundReason value for this ChinaRefundService.
 void setRun(java.lang.String run)
          Sets the run value for this ChinaRefundService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChinaRefundService

public ChinaRefundService()

ChinaRefundService

public ChinaRefundService(java.lang.String chinaPaymentRequestID,
                          java.lang.String chinaPaymentRequestToken,
                          java.lang.String refundReason,
                          java.lang.String run)
Method Detail

getChinaPaymentRequestID

public java.lang.String getChinaPaymentRequestID()
Gets the chinaPaymentRequestID value for this ChinaRefundService.

Returns:
chinaPaymentRequestID

setChinaPaymentRequestID

public void setChinaPaymentRequestID(java.lang.String chinaPaymentRequestID)
Sets the chinaPaymentRequestID value for this ChinaRefundService.

Parameters:
chinaPaymentRequestID -

getChinaPaymentRequestToken

public java.lang.String getChinaPaymentRequestToken()
Gets the chinaPaymentRequestToken value for this ChinaRefundService.

Returns:
chinaPaymentRequestToken

setChinaPaymentRequestToken

public void setChinaPaymentRequestToken(java.lang.String chinaPaymentRequestToken)
Sets the chinaPaymentRequestToken value for this ChinaRefundService.

Parameters:
chinaPaymentRequestToken -

getRefundReason

public java.lang.String getRefundReason()
Gets the refundReason value for this ChinaRefundService.

Returns:
refundReason

setRefundReason

public void setRefundReason(java.lang.String refundReason)
Sets the refundReason value for this ChinaRefundService.

Parameters:
refundReason -

getRun

public java.lang.String getRun()
Gets the run value for this ChinaRefundService.

Returns:
run

setRun

public void setRun(java.lang.String run)
Sets the run value for this ChinaRefundService.

Parameters:
run -

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.