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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalButtonCreateService()
           
PayPalButtonCreateService(java.lang.String buttonType, java.lang.String reconciliationID, java.lang.String run)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getButtonType()
          Gets the buttonType value for this PayPalButtonCreateService.
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 getReconciliationID()
          Gets the reconciliationID value for this PayPalButtonCreateService.
 java.lang.String getRun()
          Gets the run value for this PayPalButtonCreateService.
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 setButtonType(java.lang.String buttonType)
          Sets the buttonType value for this PayPalButtonCreateService.
 void setReconciliationID(java.lang.String reconciliationID)
          Sets the reconciliationID value for this PayPalButtonCreateService.
 void setRun(java.lang.String run)
          Sets the run value for this PayPalButtonCreateService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalButtonCreateService

public PayPalButtonCreateService()

PayPalButtonCreateService

public PayPalButtonCreateService(java.lang.String buttonType,
                                 java.lang.String reconciliationID,
                                 java.lang.String run)
Method Detail

getButtonType

public java.lang.String getButtonType()
Gets the buttonType value for this PayPalButtonCreateService.

Returns:
buttonType

setButtonType

public void setButtonType(java.lang.String buttonType)
Sets the buttonType value for this PayPalButtonCreateService.

Parameters:
buttonType -

getReconciliationID

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

Returns:
reconciliationID

setReconciliationID

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

Parameters:
reconciliationID -

getRun

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

Returns:
run

setRun

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

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.