public class

EnterBoardingReq

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

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

Summary

Fields
protected EnterBoardingRequestType enterBoardingRequest
Public Constructors
EnterBoardingReq()
Public Methods
EnterBoardingRequestType getEnterBoardingRequest()
Gets the value of the enterBoardingRequest property.
void setEnterBoardingRequest(EnterBoardingRequestType value)
Sets the value of the enterBoardingRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected EnterBoardingRequestType enterBoardingRequest

Public Constructors

public EnterBoardingReq ()

Public Methods

public EnterBoardingRequestType getEnterBoardingRequest ()

Gets the value of the enterBoardingRequest property.

Returns

public void setEnterBoardingRequest (EnterBoardingRequestType value)

Sets the value of the enterBoardingRequest property.

Parameters
value Allowed object is EnterBoardingRequestType