public class

BillAgreementUpdateReq

extends Object
java.lang.Object
   ↳ ebay.api.paypalapi.BillAgreementUpdateReq

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:ebay:api:PayPalAPI}BAUpdateRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BAUpdateRequestType baUpdateRequest
Public Constructors
BillAgreementUpdateReq()
Public Methods
BAUpdateRequestType getBAUpdateRequest()
Gets the value of the baUpdateRequest property.
void setBAUpdateRequest(BAUpdateRequestType value)
Sets the value of the baUpdateRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BAUpdateRequestType baUpdateRequest

Public Constructors

public BillAgreementUpdateReq ()

Public Methods

public BAUpdateRequestType getBAUpdateRequest ()

Gets the value of the baUpdateRequest property.

Returns

public void setBAUpdateRequest (BAUpdateRequestType value)

Sets the value of the baUpdateRequest property.

Parameters
value Allowed object is BAUpdateRequestType