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

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

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

See Also:
Serialized Form

Constructor Summary
PayPalUpdateAgreementReply()
           
PayPalUpdateAgreementReply(java.math.BigInteger reasonCode, java.lang.String paypalBillingAgreementId, java.lang.String paypalBillingAgreementDesc, java.lang.String paypalBillingAgreementCustom, java.lang.String paypalBillingAgreementStatus, java.lang.String payer, java.lang.String payerId, java.lang.String payerStatus, java.lang.String payerCountry, java.lang.String payerBusiness, java.lang.String payerSalutation, java.lang.String payerFirstname, java.lang.String payerMiddlename, java.lang.String payerLastname, java.lang.String payerSuffix, java.lang.String addressStatus, java.lang.String errorCode, java.lang.String correlationID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddressStatus()
          Gets the addressStatus value for this PayPalUpdateAgreementReply.
 java.lang.String getCorrelationID()
          Gets the correlationID value for this PayPalUpdateAgreementReply.
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 getErrorCode()
          Gets the errorCode value for this PayPalUpdateAgreementReply.
 java.lang.String getPayer()
          Gets the payer value for this PayPalUpdateAgreementReply.
 java.lang.String getPayerBusiness()
          Gets the payerBusiness value for this PayPalUpdateAgreementReply.
 java.lang.String getPayerCountry()
          Gets the payerCountry value for this PayPalUpdateAgreementReply.
 java.lang.String getPayerFirstname()
          Gets the payerFirstname value for this PayPalUpdateAgreementReply.
 java.lang.String getPayerId()
          Gets the payerId value for this PayPalUpdateAgreementReply.
 java.lang.String getPayerLastname()
          Gets the payerLastname value for this PayPalUpdateAgreementReply.
 java.lang.String getPayerMiddlename()
          Gets the payerMiddlename value for this PayPalUpdateAgreementReply.
 java.lang.String getPayerSalutation()
          Gets the payerSalutation value for this PayPalUpdateAgreementReply.
 java.lang.String getPayerStatus()
          Gets the payerStatus value for this PayPalUpdateAgreementReply.
 java.lang.String getPayerSuffix()
          Gets the payerSuffix value for this PayPalUpdateAgreementReply.
 java.lang.String getPaypalBillingAgreementCustom()
          Gets the paypalBillingAgreementCustom value for this PayPalUpdateAgreementReply.
 java.lang.String getPaypalBillingAgreementDesc()
          Gets the paypalBillingAgreementDesc value for this PayPalUpdateAgreementReply.
 java.lang.String getPaypalBillingAgreementId()
          Gets the paypalBillingAgreementId value for this PayPalUpdateAgreementReply.
 java.lang.String getPaypalBillingAgreementStatus()
          Gets the paypalBillingAgreementStatus value for this PayPalUpdateAgreementReply.
 java.math.BigInteger getReasonCode()
          Gets the reasonCode value for this PayPalUpdateAgreementReply.
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 setAddressStatus(java.lang.String addressStatus)
          Sets the addressStatus value for this PayPalUpdateAgreementReply.
 void setCorrelationID(java.lang.String correlationID)
          Sets the correlationID value for this PayPalUpdateAgreementReply.
 void setErrorCode(java.lang.String errorCode)
          Sets the errorCode value for this PayPalUpdateAgreementReply.
 void setPayer(java.lang.String payer)
          Sets the payer value for this PayPalUpdateAgreementReply.
 void setPayerBusiness(java.lang.String payerBusiness)
          Sets the payerBusiness value for this PayPalUpdateAgreementReply.
 void setPayerCountry(java.lang.String payerCountry)
          Sets the payerCountry value for this PayPalUpdateAgreementReply.
 void setPayerFirstname(java.lang.String payerFirstname)
          Sets the payerFirstname value for this PayPalUpdateAgreementReply.
 void setPayerId(java.lang.String payerId)
          Sets the payerId value for this PayPalUpdateAgreementReply.
 void setPayerLastname(java.lang.String payerLastname)
          Sets the payerLastname value for this PayPalUpdateAgreementReply.
 void setPayerMiddlename(java.lang.String payerMiddlename)
          Sets the payerMiddlename value for this PayPalUpdateAgreementReply.
 void setPayerSalutation(java.lang.String payerSalutation)
          Sets the payerSalutation value for this PayPalUpdateAgreementReply.
 void setPayerStatus(java.lang.String payerStatus)
          Sets the payerStatus value for this PayPalUpdateAgreementReply.
 void setPayerSuffix(java.lang.String payerSuffix)
          Sets the payerSuffix value for this PayPalUpdateAgreementReply.
 void setPaypalBillingAgreementCustom(java.lang.String paypalBillingAgreementCustom)
          Sets the paypalBillingAgreementCustom value for this PayPalUpdateAgreementReply.
 void setPaypalBillingAgreementDesc(java.lang.String paypalBillingAgreementDesc)
          Sets the paypalBillingAgreementDesc value for this PayPalUpdateAgreementReply.
 void setPaypalBillingAgreementId(java.lang.String paypalBillingAgreementId)
          Sets the paypalBillingAgreementId value for this PayPalUpdateAgreementReply.
 void setPaypalBillingAgreementStatus(java.lang.String paypalBillingAgreementStatus)
          Sets the paypalBillingAgreementStatus value for this PayPalUpdateAgreementReply.
 void setReasonCode(java.math.BigInteger reasonCode)
          Sets the reasonCode value for this PayPalUpdateAgreementReply.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PayPalUpdateAgreementReply

public PayPalUpdateAgreementReply()

PayPalUpdateAgreementReply

public PayPalUpdateAgreementReply(java.math.BigInteger reasonCode,
                                  java.lang.String paypalBillingAgreementId,
                                  java.lang.String paypalBillingAgreementDesc,
                                  java.lang.String paypalBillingAgreementCustom,
                                  java.lang.String paypalBillingAgreementStatus,
                                  java.lang.String payer,
                                  java.lang.String payerId,
                                  java.lang.String payerStatus,
                                  java.lang.String payerCountry,
                                  java.lang.String payerBusiness,
                                  java.lang.String payerSalutation,
                                  java.lang.String payerFirstname,
                                  java.lang.String payerMiddlename,
                                  java.lang.String payerLastname,
                                  java.lang.String payerSuffix,
                                  java.lang.String addressStatus,
                                  java.lang.String errorCode,
                                  java.lang.String correlationID)
Method Detail

getReasonCode

public java.math.BigInteger getReasonCode()
Gets the reasonCode value for this PayPalUpdateAgreementReply.

Returns:
reasonCode

setReasonCode

public void setReasonCode(java.math.BigInteger reasonCode)
Sets the reasonCode value for this PayPalUpdateAgreementReply.

Parameters:
reasonCode -

getPaypalBillingAgreementId

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

Returns:
paypalBillingAgreementId

setPaypalBillingAgreementId

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

Parameters:
paypalBillingAgreementId -

getPaypalBillingAgreementDesc

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

Returns:
paypalBillingAgreementDesc

setPaypalBillingAgreementDesc

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

Parameters:
paypalBillingAgreementDesc -

getPaypalBillingAgreementCustom

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

Returns:
paypalBillingAgreementCustom

setPaypalBillingAgreementCustom

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

Parameters:
paypalBillingAgreementCustom -

getPaypalBillingAgreementStatus

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

Returns:
paypalBillingAgreementStatus

setPaypalBillingAgreementStatus

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

Parameters:
paypalBillingAgreementStatus -

getPayer

public java.lang.String getPayer()
Gets the payer value for this PayPalUpdateAgreementReply.

Returns:
payer

setPayer

public void setPayer(java.lang.String payer)
Sets the payer value for this PayPalUpdateAgreementReply.

Parameters:
payer -

getPayerId

public java.lang.String getPayerId()
Gets the payerId value for this PayPalUpdateAgreementReply.

Returns:
payerId

setPayerId

public void setPayerId(java.lang.String payerId)
Sets the payerId value for this PayPalUpdateAgreementReply.

Parameters:
payerId -

getPayerStatus

public java.lang.String getPayerStatus()
Gets the payerStatus value for this PayPalUpdateAgreementReply.

Returns:
payerStatus

setPayerStatus

public void setPayerStatus(java.lang.String payerStatus)
Sets the payerStatus value for this PayPalUpdateAgreementReply.

Parameters:
payerStatus -

getPayerCountry

public java.lang.String getPayerCountry()
Gets the payerCountry value for this PayPalUpdateAgreementReply.

Returns:
payerCountry

setPayerCountry

public void setPayerCountry(java.lang.String payerCountry)
Sets the payerCountry value for this PayPalUpdateAgreementReply.

Parameters:
payerCountry -

getPayerBusiness

public java.lang.String getPayerBusiness()
Gets the payerBusiness value for this PayPalUpdateAgreementReply.

Returns:
payerBusiness

setPayerBusiness

public void setPayerBusiness(java.lang.String payerBusiness)
Sets the payerBusiness value for this PayPalUpdateAgreementReply.

Parameters:
payerBusiness -

getPayerSalutation

public java.lang.String getPayerSalutation()
Gets the payerSalutation value for this PayPalUpdateAgreementReply.

Returns:
payerSalutation

setPayerSalutation

public void setPayerSalutation(java.lang.String payerSalutation)
Sets the payerSalutation value for this PayPalUpdateAgreementReply.

Parameters:
payerSalutation -

getPayerFirstname

public java.lang.String getPayerFirstname()
Gets the payerFirstname value for this PayPalUpdateAgreementReply.

Returns:
payerFirstname

setPayerFirstname

public void setPayerFirstname(java.lang.String payerFirstname)
Sets the payerFirstname value for this PayPalUpdateAgreementReply.

Parameters:
payerFirstname -

getPayerMiddlename

public java.lang.String getPayerMiddlename()
Gets the payerMiddlename value for this PayPalUpdateAgreementReply.

Returns:
payerMiddlename

setPayerMiddlename

public void setPayerMiddlename(java.lang.String payerMiddlename)
Sets the payerMiddlename value for this PayPalUpdateAgreementReply.

Parameters:
payerMiddlename -

getPayerLastname

public java.lang.String getPayerLastname()
Gets the payerLastname value for this PayPalUpdateAgreementReply.

Returns:
payerLastname

setPayerLastname

public void setPayerLastname(java.lang.String payerLastname)
Sets the payerLastname value for this PayPalUpdateAgreementReply.

Parameters:
payerLastname -

getPayerSuffix

public java.lang.String getPayerSuffix()
Gets the payerSuffix value for this PayPalUpdateAgreementReply.

Returns:
payerSuffix

setPayerSuffix

public void setPayerSuffix(java.lang.String payerSuffix)
Sets the payerSuffix value for this PayPalUpdateAgreementReply.

Parameters:
payerSuffix -

getAddressStatus

public java.lang.String getAddressStatus()
Gets the addressStatus value for this PayPalUpdateAgreementReply.

Returns:
addressStatus

setAddressStatus

public void setAddressStatus(java.lang.String addressStatus)
Sets the addressStatus value for this PayPalUpdateAgreementReply.

Parameters:
addressStatus -

getErrorCode

public java.lang.String getErrorCode()
Gets the errorCode value for this PayPalUpdateAgreementReply.

Returns:
errorCode

setErrorCode

public void setErrorCode(java.lang.String errorCode)
Sets the errorCode value for this PayPalUpdateAgreementReply.

Parameters:
errorCode -

getCorrelationID

public java.lang.String getCorrelationID()
Gets the correlationID value for this PayPalUpdateAgreementReply.

Returns:
correlationID

setCorrelationID

public void setCorrelationID(java.lang.String correlationID)
Sets the correlationID value for this PayPalUpdateAgreementReply.

Parameters:
correlationID -

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.