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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalUpdateAgreementService()
           
PayPalUpdateAgreementService(java.lang.String paypalBillingAgreementId, java.lang.String paypalBillingAgreementStatus, java.lang.String paypalBillingAgreementDesc, java.lang.String paypalBillingAgreementCustom, 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 getPaypalBillingAgreementCustom()
          Gets the paypalBillingAgreementCustom value for this PayPalUpdateAgreementService.
 java.lang.String getPaypalBillingAgreementDesc()
          Gets the paypalBillingAgreementDesc value for this PayPalUpdateAgreementService.
 java.lang.String getPaypalBillingAgreementId()
          Gets the paypalBillingAgreementId value for this PayPalUpdateAgreementService.
 java.lang.String getPaypalBillingAgreementStatus()
          Gets the paypalBillingAgreementStatus value for this PayPalUpdateAgreementService.
 java.lang.String getRun()
          Gets the run value for this PayPalUpdateAgreementService.
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 setPaypalBillingAgreementCustom(java.lang.String paypalBillingAgreementCustom)
          Sets the paypalBillingAgreementCustom value for this PayPalUpdateAgreementService.
 void setPaypalBillingAgreementDesc(java.lang.String paypalBillingAgreementDesc)
          Sets the paypalBillingAgreementDesc value for this PayPalUpdateAgreementService.
 void setPaypalBillingAgreementId(java.lang.String paypalBillingAgreementId)
          Sets the paypalBillingAgreementId value for this PayPalUpdateAgreementService.
 void setPaypalBillingAgreementStatus(java.lang.String paypalBillingAgreementStatus)
          Sets the paypalBillingAgreementStatus value for this PayPalUpdateAgreementService.
 void setRun(java.lang.String run)
          Sets the run value for this PayPalUpdateAgreementService.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalUpdateAgreementService

public PayPalUpdateAgreementService()

PayPalUpdateAgreementService

public PayPalUpdateAgreementService(java.lang.String paypalBillingAgreementId,
                                    java.lang.String paypalBillingAgreementStatus,
                                    java.lang.String paypalBillingAgreementDesc,
                                    java.lang.String paypalBillingAgreementCustom,
                                    java.lang.String run)
Method Detail

getPaypalBillingAgreementId

public java.lang.String getPaypalBillingAgreementId()
Gets the paypalBillingAgreementId value for this PayPalUpdateAgreementService.

Returns:
paypalBillingAgreementId

setPaypalBillingAgreementId

public void setPaypalBillingAgreementId(java.lang.String paypalBillingAgreementId)
Sets the paypalBillingAgreementId value for this PayPalUpdateAgreementService.

Parameters:
paypalBillingAgreementId -

getPaypalBillingAgreementStatus

public java.lang.String getPaypalBillingAgreementStatus()
Gets the paypalBillingAgreementStatus value for this PayPalUpdateAgreementService.

Returns:
paypalBillingAgreementStatus

setPaypalBillingAgreementStatus

public void setPaypalBillingAgreementStatus(java.lang.String paypalBillingAgreementStatus)
Sets the paypalBillingAgreementStatus value for this PayPalUpdateAgreementService.

Parameters:
paypalBillingAgreementStatus -

getPaypalBillingAgreementDesc

public java.lang.String getPaypalBillingAgreementDesc()
Gets the paypalBillingAgreementDesc value for this PayPalUpdateAgreementService.

Returns:
paypalBillingAgreementDesc

setPaypalBillingAgreementDesc

public void setPaypalBillingAgreementDesc(java.lang.String paypalBillingAgreementDesc)
Sets the paypalBillingAgreementDesc value for this PayPalUpdateAgreementService.

Parameters:
paypalBillingAgreementDesc -

getPaypalBillingAgreementCustom

public java.lang.String getPaypalBillingAgreementCustom()
Gets the paypalBillingAgreementCustom value for this PayPalUpdateAgreementService.

Returns:
paypalBillingAgreementCustom

setPaypalBillingAgreementCustom

public void setPaypalBillingAgreementCustom(java.lang.String paypalBillingAgreementCustom)
Sets the paypalBillingAgreementCustom value for this PayPalUpdateAgreementService.

Parameters:
paypalBillingAgreementCustom -

getRun

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

Returns:
run

setRun

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

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.