public class

BMSetInventoryReq

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

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

Summary

Fields
protected BMSetInventoryRequestType bmSetInventoryRequest
Public Constructors
BMSetInventoryReq()
Public Methods
BMSetInventoryRequestType getBMSetInventoryRequest()
Gets the value of the bmSetInventoryRequest property.
void setBMSetInventoryRequest(BMSetInventoryRequestType value)
Sets the value of the bmSetInventoryRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BMSetInventoryRequestType bmSetInventoryRequest

Public Constructors

public BMSetInventoryReq ()

Public Methods

public BMSetInventoryRequestType getBMSetInventoryRequest ()

Gets the value of the bmSetInventoryRequest property.

Returns

public void setBMSetInventoryRequest (BMSetInventoryRequestType value)

Sets the value of the bmSetInventoryRequest property.

Parameters
value Allowed object is BMSetInventoryRequestType