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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalDoCaptureService()
           
PayPalDoCaptureService(java.lang.String paypalAuthorizationId, java.lang.String completeType, java.lang.String paypalEcDoPaymentRequestID, java.lang.String paypalEcDoPaymentRequestToken, java.lang.String paypalAuthorizationRequestID, java.lang.String paypalAuthorizationRequestToken, java.lang.String invoiceNumber, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCompleteType()
          Gets the completeType value for this PayPalDoCaptureService.
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 getInvoiceNumber()
          Gets the invoiceNumber value for this PayPalDoCaptureService.
 java.lang.String getPaypalAuthorizationId()
          Gets the paypalAuthorizationId value for this PayPalDoCaptureService.
 java.lang.String getPaypalAuthorizationRequestID()
          Gets the paypalAuthorizationRequestID value for this PayPalDoCaptureService.
 java.lang.String getPaypalAuthorizationRequestToken()
          Gets the paypalAuthorizationRequestToken value for this PayPalDoCaptureService.
 java.lang.String getPaypalEcDoPaymentRequestID()
          Gets the paypalEcDoPaymentRequestID value for this PayPalDoCaptureService.
 java.lang.String getPaypalEcDoPaymentRequestToken()
          Gets the paypalEcDoPaymentRequestToken value for this PayPalDoCaptureService.
 java.lang.String getRun()
          Gets the run value for this PayPalDoCaptureService.
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 setCompleteType(java.lang.String completeType)
          Sets the completeType value for this PayPalDoCaptureService.
 void setInvoiceNumber(java.lang.String invoiceNumber)
          Sets the invoiceNumber value for this PayPalDoCaptureService.
 void setPaypalAuthorizationId(java.lang.String paypalAuthorizationId)
          Sets the paypalAuthorizationId value for this PayPalDoCaptureService.
 void setPaypalAuthorizationRequestID(java.lang.String paypalAuthorizationRequestID)
          Sets the paypalAuthorizationRequestID value for this PayPalDoCaptureService.
 void setPaypalAuthorizationRequestToken(java.lang.String paypalAuthorizationRequestToken)
          Sets the paypalAuthorizationRequestToken value for this PayPalDoCaptureService.
 void setPaypalEcDoPaymentRequestID(java.lang.String paypalEcDoPaymentRequestID)
          Sets the paypalEcDoPaymentRequestID value for this PayPalDoCaptureService.
 void setPaypalEcDoPaymentRequestToken(java.lang.String paypalEcDoPaymentRequestToken)
          Sets the paypalEcDoPaymentRequestToken value for this PayPalDoCaptureService.
 void setRun(java.lang.String run)
          Sets the run value for this PayPalDoCaptureService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalDoCaptureService

public PayPalDoCaptureService()

PayPalDoCaptureService

public PayPalDoCaptureService(java.lang.String paypalAuthorizationId,
                              java.lang.String completeType,
                              java.lang.String paypalEcDoPaymentRequestID,
                              java.lang.String paypalEcDoPaymentRequestToken,
                              java.lang.String paypalAuthorizationRequestID,
                              java.lang.String paypalAuthorizationRequestToken,
                              java.lang.String invoiceNumber,
                              java.lang.String run)
Method Detail

getPaypalAuthorizationId

public java.lang.String getPaypalAuthorizationId()
Gets the paypalAuthorizationId value for this PayPalDoCaptureService.

Returns:
paypalAuthorizationId

setPaypalAuthorizationId

public void setPaypalAuthorizationId(java.lang.String paypalAuthorizationId)
Sets the paypalAuthorizationId value for this PayPalDoCaptureService.

Parameters:
paypalAuthorizationId -

getCompleteType

public java.lang.String getCompleteType()
Gets the completeType value for this PayPalDoCaptureService.

Returns:
completeType

setCompleteType

public void setCompleteType(java.lang.String completeType)
Sets the completeType value for this PayPalDoCaptureService.

Parameters:
completeType -

getPaypalEcDoPaymentRequestID

public java.lang.String getPaypalEcDoPaymentRequestID()
Gets the paypalEcDoPaymentRequestID value for this PayPalDoCaptureService.

Returns:
paypalEcDoPaymentRequestID

setPaypalEcDoPaymentRequestID

public void setPaypalEcDoPaymentRequestID(java.lang.String paypalEcDoPaymentRequestID)
Sets the paypalEcDoPaymentRequestID value for this PayPalDoCaptureService.

Parameters:
paypalEcDoPaymentRequestID -

getPaypalEcDoPaymentRequestToken

public java.lang.String getPaypalEcDoPaymentRequestToken()
Gets the paypalEcDoPaymentRequestToken value for this PayPalDoCaptureService.

Returns:
paypalEcDoPaymentRequestToken

setPaypalEcDoPaymentRequestToken

public void setPaypalEcDoPaymentRequestToken(java.lang.String paypalEcDoPaymentRequestToken)
Sets the paypalEcDoPaymentRequestToken value for this PayPalDoCaptureService.

Parameters:
paypalEcDoPaymentRequestToken -

getPaypalAuthorizationRequestID

public java.lang.String getPaypalAuthorizationRequestID()
Gets the paypalAuthorizationRequestID value for this PayPalDoCaptureService.

Returns:
paypalAuthorizationRequestID

setPaypalAuthorizationRequestID

public void setPaypalAuthorizationRequestID(java.lang.String paypalAuthorizationRequestID)
Sets the paypalAuthorizationRequestID value for this PayPalDoCaptureService.

Parameters:
paypalAuthorizationRequestID -

getPaypalAuthorizationRequestToken

public java.lang.String getPaypalAuthorizationRequestToken()
Gets the paypalAuthorizationRequestToken value for this PayPalDoCaptureService.

Returns:
paypalAuthorizationRequestToken

setPaypalAuthorizationRequestToken

public void setPaypalAuthorizationRequestToken(java.lang.String paypalAuthorizationRequestToken)
Sets the paypalAuthorizationRequestToken value for this PayPalDoCaptureService.

Parameters:
paypalAuthorizationRequestToken -

getInvoiceNumber

public java.lang.String getInvoiceNumber()
Gets the invoiceNumber value for this PayPalDoCaptureService.

Returns:
invoiceNumber

setInvoiceNumber

public void setInvoiceNumber(java.lang.String invoiceNumber)
Sets the invoiceNumber value for this PayPalDoCaptureService.

Parameters:
invoiceNumber -

getRun

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

Returns:
run

setRun

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

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.