public class

DoCaptureReq

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

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

Summary

Fields
protected DoCaptureRequestType doCaptureRequest
Public Constructors
DoCaptureReq()
Public Methods
DoCaptureRequestType getDoCaptureRequest()
Gets the value of the doCaptureRequest property.
void setDoCaptureRequest(DoCaptureRequestType value)
Sets the value of the doCaptureRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DoCaptureRequestType doCaptureRequest

Public Constructors

public DoCaptureReq ()

Public Methods

public DoCaptureRequestType getDoCaptureRequest ()

Gets the value of the doCaptureRequest property.

Returns

public void setDoCaptureRequest (DoCaptureRequestType value)

Sets the value of the doCaptureRequest property.

Parameters
value Allowed object is DoCaptureRequestType