urn.ebay.api.PayPalAPI
Class BAUpdateRequestType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.AbstractRequestType
      extended by urn.ebay.api.PayPalAPI.BAUpdateRequestType

public class BAUpdateRequestType
extends AbstractRequestType


Constructor Summary
BAUpdateRequestType()
          Default Constructor
BAUpdateRequestType(String referenceID)
          Constructor with arguments
 
Method Summary
 String getBillingAgreementCustom()
          Getter for billingAgreementCustom
 String getBillingAgreementDescription()
          Getter for billingAgreementDescription
 MerchantPullStatusCodeType getBillingAgreementStatus()
          Getter for billingAgreementStatus
 String getReferenceID()
          Getter for referenceID
 void setBillingAgreementCustom(String billingAgreementCustom)
          Setter for billingAgreementCustom
 void setBillingAgreementDescription(String billingAgreementDescription)
          Setter for billingAgreementDescription
 void setBillingAgreementStatus(MerchantPullStatusCodeType billingAgreementStatus)
          Setter for billingAgreementStatus
 void setReferenceID(String referenceID)
          Setter for referenceID
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class urn.ebay.apis.eBLBaseComponents.AbstractRequestType
getDetailLevel, getErrorLanguage, getVersion, setDetailLevel, setErrorLanguage, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BAUpdateRequestType

public BAUpdateRequestType(String referenceID)
Constructor with arguments


BAUpdateRequestType

public BAUpdateRequestType()
Default Constructor

Method Detail

getReferenceID

public String getReferenceID()
Getter for referenceID


setReferenceID

public void setReferenceID(String referenceID)
Setter for referenceID


getBillingAgreementDescription

public String getBillingAgreementDescription()
Getter for billingAgreementDescription


setBillingAgreementDescription

public void setBillingAgreementDescription(String billingAgreementDescription)
Setter for billingAgreementDescription


getBillingAgreementStatus

public MerchantPullStatusCodeType getBillingAgreementStatus()
Getter for billingAgreementStatus


setBillingAgreementStatus

public void setBillingAgreementStatus(MerchantPullStatusCodeType billingAgreementStatus)
Setter for billingAgreementStatus


getBillingAgreementCustom

public String getBillingAgreementCustom()
Getter for billingAgreementCustom


setBillingAgreementCustom

public void setBillingAgreementCustom(String billingAgreementCustom)
Setter for billingAgreementCustom


toXMLString

public String toXMLString(String prefix,
                          String name)
Overrides:
toXMLString in class AbstractRequestType


Copyright © 2013. All Rights Reserved.