public class

BMGetInventoryReq

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

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

Summary

Fields
protected BMGetInventoryRequestType bmGetInventoryRequest
Public Constructors
BMGetInventoryReq()
Public Methods
BMGetInventoryRequestType getBMGetInventoryRequest()
Gets the value of the bmGetInventoryRequest property.
void setBMGetInventoryRequest(BMGetInventoryRequestType value)
Sets the value of the bmGetInventoryRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BMGetInventoryRequestType bmGetInventoryRequest

Public Constructors

public BMGetInventoryReq ()

Public Methods

public BMGetInventoryRequestType getBMGetInventoryRequest ()

Gets the value of the bmGetInventoryRequest property.

Returns

public void setBMGetInventoryRequest (BMGetInventoryRequestType value)

Sets the value of the bmGetInventoryRequest property.

Parameters
value Allowed object is BMGetInventoryRequestType