urn.ebay.apis.eBLBaseComponents
Class SetCustomerBillingAgreementRequestDetailsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.SetCustomerBillingAgreementRequestDetailsType

public class SetCustomerBillingAgreementRequestDetailsType
extends Object


Constructor Summary
SetCustomerBillingAgreementRequestDetailsType()
          Default Constructor
SetCustomerBillingAgreementRequestDetailsType(BillingAgreementDetailsType billingAgreementDetails, String returnURL, String cancelURL)
          Constructor with arguments
 
Method Summary
 BillingAgreementDetailsType getBillingAgreementDetails()
          Getter for billingAgreementDetails
 String getBuyerEmail()
          Getter for buyerEmail
 String getCancelURL()
          Getter for cancelURL
 String getCppHeaderBackColor()
          Getter for cppHeaderBackColor
 String getCppHeaderBorderColor()
          Getter for cppHeaderBorderColor
 String getCppHeaderImage()
          Getter for cppHeaderImage
 String getCppPayflowColor()
          Getter for cppPayflowColor
 String getLocaleCode()
          Getter for localeCode
 String getPageStyle()
          Getter for pageStyle
 String getReqBillingAddress()
          Getter for reqBillingAddress
 String getReturnURL()
          Getter for returnURL
 void setBillingAgreementDetails(BillingAgreementDetailsType billingAgreementDetails)
          Setter for billingAgreementDetails
 void setBuyerEmail(String buyerEmail)
          Setter for buyerEmail
 void setCancelURL(String cancelURL)
          Setter for cancelURL
 void setCppHeaderBackColor(String cppHeaderBackColor)
          Setter for cppHeaderBackColor
 void setCppHeaderBorderColor(String cppHeaderBorderColor)
          Setter for cppHeaderBorderColor
 void setCppHeaderImage(String cppHeaderImage)
          Setter for cppHeaderImage
 void setCppPayflowColor(String cppPayflowColor)
          Setter for cppPayflowColor
 void setLocaleCode(String localeCode)
          Setter for localeCode
 void setPageStyle(String pageStyle)
          Setter for pageStyle
 void setReqBillingAddress(String reqBillingAddress)
          Setter for reqBillingAddress
 void setReturnURL(String returnURL)
          Setter for returnURL
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetCustomerBillingAgreementRequestDetailsType

public SetCustomerBillingAgreementRequestDetailsType(BillingAgreementDetailsType billingAgreementDetails,
                                                     String returnURL,
                                                     String cancelURL)
Constructor with arguments


SetCustomerBillingAgreementRequestDetailsType

public SetCustomerBillingAgreementRequestDetailsType()
Default Constructor

Method Detail

getBillingAgreementDetails

public BillingAgreementDetailsType getBillingAgreementDetails()
Getter for billingAgreementDetails


setBillingAgreementDetails

public void setBillingAgreementDetails(BillingAgreementDetailsType billingAgreementDetails)
Setter for billingAgreementDetails


getReturnURL

public String getReturnURL()
Getter for returnURL


setReturnURL

public void setReturnURL(String returnURL)
Setter for returnURL


getCancelURL

public String getCancelURL()
Getter for cancelURL


setCancelURL

public void setCancelURL(String cancelURL)
Setter for cancelURL


getLocaleCode

public String getLocaleCode()
Getter for localeCode


setLocaleCode

public void setLocaleCode(String localeCode)
Setter for localeCode


getPageStyle

public String getPageStyle()
Getter for pageStyle


setPageStyle

public void setPageStyle(String pageStyle)
Setter for pageStyle


getCppHeaderImage

public String getCppHeaderImage()
Getter for cppHeaderImage


setCppHeaderImage

public void setCppHeaderImage(String cppHeaderImage)
Setter for cppHeaderImage


getCppHeaderBorderColor

public String getCppHeaderBorderColor()
Getter for cppHeaderBorderColor


setCppHeaderBorderColor

public void setCppHeaderBorderColor(String cppHeaderBorderColor)
Setter for cppHeaderBorderColor


getCppHeaderBackColor

public String getCppHeaderBackColor()
Getter for cppHeaderBackColor


setCppHeaderBackColor

public void setCppHeaderBackColor(String cppHeaderBackColor)
Setter for cppHeaderBackColor


getCppPayflowColor

public String getCppPayflowColor()
Getter for cppPayflowColor


setCppPayflowColor

public void setCppPayflowColor(String cppPayflowColor)
Setter for cppPayflowColor


getBuyerEmail

public String getBuyerEmail()
Getter for buyerEmail


setBuyerEmail

public void setBuyerEmail(String buyerEmail)
Setter for buyerEmail


getReqBillingAddress

public String getReqBillingAddress()
Getter for reqBillingAddress


setReqBillingAddress

public void setReqBillingAddress(String reqBillingAddress)
Setter for reqBillingAddress


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2012. All Rights Reserved.