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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalPreapprovedUpdateService()
           
PayPalPreapprovedUpdateService(java.lang.String mpID, java.lang.String reconciliationID, 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 getMpID()
          Gets the mpID value for this PayPalPreapprovedUpdateService.
 java.lang.String getReconciliationID()
          Gets the reconciliationID value for this PayPalPreapprovedUpdateService.
 java.lang.String getRun()
          Gets the run value for this PayPalPreapprovedUpdateService.
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 setMpID(java.lang.String mpID)
          Sets the mpID value for this PayPalPreapprovedUpdateService.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this PayPalPreapprovedUpdateService.
 void setRun(java.lang.String run)
          Sets the run value for this PayPalPreapprovedUpdateService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalPreapprovedUpdateService

public PayPalPreapprovedUpdateService()

PayPalPreapprovedUpdateService

public PayPalPreapprovedUpdateService(java.lang.String mpID,
                                      java.lang.String reconciliationID,
                                      java.lang.String run)
Method Detail

getMpID

public java.lang.String getMpID()
Gets the mpID value for this PayPalPreapprovedUpdateService.

Returns:
mpID

setMpID

public void setMpID(java.lang.String mpID)
Sets the mpID value for this PayPalPreapprovedUpdateService.

Parameters:
mpID -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getRun

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

Returns:
run

setRun

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

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 © 2012. All Rights Reserved.