public class

DoReauthorizationReq

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

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}DoReauthorizationRequest"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DoReauthorizationRequestType doReauthorizationRequest
Public Constructors
DoReauthorizationReq()
Public Methods
DoReauthorizationRequestType getDoReauthorizationRequest()
Gets the value of the doReauthorizationRequest property.
void setDoReauthorizationRequest(DoReauthorizationRequestType value)
Sets the value of the doReauthorizationRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DoReauthorizationRequestType doReauthorizationRequest

Public Constructors

public DoReauthorizationReq ()

Public Methods

public DoReauthorizationRequestType getDoReauthorizationRequest ()

Gets the value of the doReauthorizationRequest property.

Returns

public void setDoReauthorizationRequest (DoReauthorizationRequestType value)

Sets the value of the doReauthorizationRequest property.

Parameters
value Allowed object is DoReauthorizationRequestType