org.broadleafcommerce.vendor.paypal.service.payment.message.details
Class PayPalDetailsResponse

java.lang.Object
  extended by org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalResponse
      extended by org.broadleafcommerce.vendor.paypal.service.payment.message.details.PayPalDetailsResponse
All Implemented Interfaces:
Serializable, ErrorCheckable

public class PayPalDetailsResponse
extends PayPalResponse
implements ErrorCheckable

Author:
Jeff Fischer
See Also:
Serialized Form

Field Summary
protected  List<PayPalPayerAddress> addresses
           
protected  String business
           
protected  PayPalCheckoutStatusType checkoutStatusType
           
protected  String countryCode
           
protected  String emailAddress
           
protected  List<PayPalErrorResponse> errorResponses
           
protected  String note
           
protected  String payerFirstName
           
protected  String payerId
           
protected  String payerLastName
           
protected  String payerMiddleName
           
protected  String payerSalutation
           
protected  PayPalPayerStatusType payerStatus
           
protected  String payerSuffix
           
protected  PayPalPaymentDetails paymentDetails
           
protected  org.broadleafcommerce.common.money.Money payPalAdjustment
           
protected  String phoneNumber
           
 
Fields inherited from class org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalResponse
referenceNumber, responseToken
 
Constructor Summary
PayPalDetailsResponse()
           
 
Method Summary
 boolean equals(Object o)
           
 List<PayPalPayerAddress> getAddresses()
           
 String getBusiness()
           
 PayPalCheckoutStatusType getCheckoutStatusType()
           
 String getCountryCode()
           
 String getEmailAddress()
           
 List<PayPalErrorResponse> getErrorResponses()
           
 String getNote()
           
 String getPayerFirstName()
           
 String getPayerId()
           
 String getPayerLastName()
           
 String getPayerMiddleName()
           
 String getPayerSalutation()
           
 PayPalPayerStatusType getPayerStatus()
           
 String getPayerSuffix()
           
 PayPalPaymentDetails getPaymentDetails()
           
 org.broadleafcommerce.common.money.Money getPayPalAdjustment()
           
 String getPhoneNumber()
           
 int hashCode()
           
 void setAddresses(List<PayPalPayerAddress> addresses)
           
 void setBusiness(String business)
           
 void setCheckoutStatusType(PayPalCheckoutStatusType checkoutStatusType)
           
 void setCountryCode(String countryCode)
           
 void setEmailAddress(String emailAddress)
           
 void setErrorResponses(List<PayPalErrorResponse> errorResponses)
           
 void setNote(String note)
           
 void setPayerFirstName(String payerFirstName)
           
 void setPayerId(String payerId)
           
 void setPayerLastName(String payerLastName)
           
 void setPayerMiddleName(String payerMiddleName)
           
 void setPayerSalutation(String payerSalutation)
           
 void setPayerStatus(PayPalPayerStatusType payerStatus)
           
 void setPayerSuffix(String payerSuffix)
           
 void setPaymentDetails(PayPalPaymentDetails paymentDetails)
           
 void setPayPalAdjustment(org.broadleafcommerce.common.money.Money payPalAdjustment)
           
 void setPhoneNumber(String phoneNumber)
           
 
Methods inherited from class org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalResponse
getReferenceNumber, getResponseToken, setReferenceNumber, setResponseToken
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

phoneNumber

protected String phoneNumber

payPalAdjustment

protected org.broadleafcommerce.common.money.Money payPalAdjustment

note

protected String note

checkoutStatusType

protected PayPalCheckoutStatusType checkoutStatusType

emailAddress

protected String emailAddress

payerId

protected String payerId

payerStatus

protected PayPalPayerStatusType payerStatus

countryCode

protected String countryCode

business

protected String business

payerSalutation

protected String payerSalutation

payerFirstName

protected String payerFirstName

payerLastName

protected String payerLastName

payerMiddleName

protected String payerMiddleName

payerSuffix

protected String payerSuffix

addresses

protected List<PayPalPayerAddress> addresses

errorResponses

protected List<PayPalErrorResponse> errorResponses

paymentDetails

protected PayPalPaymentDetails paymentDetails
Constructor Detail

PayPalDetailsResponse

public PayPalDetailsResponse()
Method Detail

getAddresses

public List<PayPalPayerAddress> getAddresses()

setAddresses

public void setAddresses(List<PayPalPayerAddress> addresses)

getBusiness

public String getBusiness()

setBusiness

public void setBusiness(String business)

getCheckoutStatusType

public PayPalCheckoutStatusType getCheckoutStatusType()

setCheckoutStatusType

public void setCheckoutStatusType(PayPalCheckoutStatusType checkoutStatusType)

getCountryCode

public String getCountryCode()

setCountryCode

public void setCountryCode(String countryCode)

getEmailAddress

public String getEmailAddress()

setEmailAddress

public void setEmailAddress(String emailAddress)

getNote

public String getNote()

setNote

public void setNote(String note)

getPayerFirstName

public String getPayerFirstName()

setPayerFirstName

public void setPayerFirstName(String payerFirstName)

getPayerId

public String getPayerId()

setPayerId

public void setPayerId(String payerId)

getPayerLastName

public String getPayerLastName()

setPayerLastName

public void setPayerLastName(String payerLastName)

getPayerMiddleName

public String getPayerMiddleName()

setPayerMiddleName

public void setPayerMiddleName(String payerMiddleName)

getPayerSalutation

public String getPayerSalutation()

setPayerSalutation

public void setPayerSalutation(String payerSalutation)

getPayerStatus

public PayPalPayerStatusType getPayerStatus()

setPayerStatus

public void setPayerStatus(PayPalPayerStatusType payerStatus)

getPayerSuffix

public String getPayerSuffix()

setPayerSuffix

public void setPayerSuffix(String payerSuffix)

getPayPalAdjustment

public org.broadleafcommerce.common.money.Money getPayPalAdjustment()

setPayPalAdjustment

public void setPayPalAdjustment(org.broadleafcommerce.common.money.Money payPalAdjustment)

getPhoneNumber

public String getPhoneNumber()

setPhoneNumber

public void setPhoneNumber(String phoneNumber)

getPaymentDetails

public PayPalPaymentDetails getPaymentDetails()

setPaymentDetails

public void setPaymentDetails(PayPalPaymentDetails paymentDetails)

getErrorResponses

public List<PayPalErrorResponse> getErrorResponses()
Specified by:
getErrorResponses in interface ErrorCheckable

setErrorResponses

public void setErrorResponses(List<PayPalErrorResponse> errorResponses)
Specified by:
setErrorResponses in interface ErrorCheckable

equals

public boolean equals(Object o)
Overrides:
equals in class PayPalResponse

hashCode

public int hashCode()
Overrides:
hashCode in class PayPalResponse


Copyright © 2012. All Rights Reserved.