public class

DoAuthorizationReq

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

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

Summary

Fields
protected DoAuthorizationRequestType doAuthorizationRequest
Public Constructors
DoAuthorizationReq()
Public Methods
DoAuthorizationRequestType getDoAuthorizationRequest()
Gets the value of the doAuthorizationRequest property.
void setDoAuthorizationRequest(DoAuthorizationRequestType value)
Sets the value of the doAuthorizationRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DoAuthorizationRequestType doAuthorizationRequest

Public Constructors

public DoAuthorizationReq ()

Public Methods

public DoAuthorizationRequestType getDoAuthorizationRequest ()

Gets the value of the doAuthorizationRequest property.

Returns

public void setDoAuthorizationRequest (DoAuthorizationRequestType value)

Sets the value of the doAuthorizationRequest property.

Parameters
value Allowed object is DoAuthorizationRequestType