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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalRefundService()
           
PayPalRefundService(java.lang.String paypalDoCaptureRequestID, java.lang.String paypalDoCaptureRequestToken, java.lang.String paypalCaptureId, java.lang.String paypalNote, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
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 getPaypalCaptureId()
          Gets the paypalCaptureId value for this PayPalRefundService.
 java.lang.String getPaypalDoCaptureRequestID()
          Gets the paypalDoCaptureRequestID value for this PayPalRefundService.
 java.lang.String getPaypalDoCaptureRequestToken()
          Gets the paypalDoCaptureRequestToken value for this PayPalRefundService.
 java.lang.String getPaypalNote()
          Gets the paypalNote value for this PayPalRefundService.
 java.lang.String getRun()
          Gets the run value for this PayPalRefundService.
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 setPaypalCaptureId(java.lang.String paypalCaptureId)
          Sets the paypalCaptureId value for this PayPalRefundService.
 void setPaypalDoCaptureRequestID(java.lang.String paypalDoCaptureRequestID)
          Sets the paypalDoCaptureRequestID value for this PayPalRefundService.
 void setPaypalDoCaptureRequestToken(java.lang.String paypalDoCaptureRequestToken)
          Sets the paypalDoCaptureRequestToken value for this PayPalRefundService.
 void setPaypalNote(java.lang.String paypalNote)
          Sets the paypalNote value for this PayPalRefundService.
 void setRun(java.lang.String run)
          Sets the run value for this PayPalRefundService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalRefundService

public PayPalRefundService()

PayPalRefundService

public PayPalRefundService(java.lang.String paypalDoCaptureRequestID,
                           java.lang.String paypalDoCaptureRequestToken,
                           java.lang.String paypalCaptureId,
                           java.lang.String paypalNote,
                           java.lang.String run)
Method Detail

getPaypalDoCaptureRequestID

public java.lang.String getPaypalDoCaptureRequestID()
Gets the paypalDoCaptureRequestID value for this PayPalRefundService.

Returns:
paypalDoCaptureRequestID

setPaypalDoCaptureRequestID

public void setPaypalDoCaptureRequestID(java.lang.String paypalDoCaptureRequestID)
Sets the paypalDoCaptureRequestID value for this PayPalRefundService.

Parameters:
paypalDoCaptureRequestID -

getPaypalDoCaptureRequestToken

public java.lang.String getPaypalDoCaptureRequestToken()
Gets the paypalDoCaptureRequestToken value for this PayPalRefundService.

Returns:
paypalDoCaptureRequestToken

setPaypalDoCaptureRequestToken

public void setPaypalDoCaptureRequestToken(java.lang.String paypalDoCaptureRequestToken)
Sets the paypalDoCaptureRequestToken value for this PayPalRefundService.

Parameters:
paypalDoCaptureRequestToken -

getPaypalCaptureId

public java.lang.String getPaypalCaptureId()
Gets the paypalCaptureId value for this PayPalRefundService.

Returns:
paypalCaptureId

setPaypalCaptureId

public void setPaypalCaptureId(java.lang.String paypalCaptureId)
Sets the paypalCaptureId value for this PayPalRefundService.

Parameters:
paypalCaptureId -

getPaypalNote

public java.lang.String getPaypalNote()
Gets the paypalNote value for this PayPalRefundService.

Returns:
paypalNote

setPaypalNote

public void setPaypalNote(java.lang.String paypalNote)
Sets the paypalNote value for this PayPalRefundService.

Parameters:
paypalNote -

getRun

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

Returns:
run

setRun

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

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.