public class

BMGetInventoryRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.BMGetInventoryRequestType

Class Overview

Java class for BMGetInventoryRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BMGetInventoryRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="HostedButtonID" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String hostedButtonID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
BMGetInventoryRequestType()
Public Methods
String getHostedButtonID()
Gets the value of the hostedButtonID property.
void setHostedButtonID(String value)
Sets the value of the hostedButtonID property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected String hostedButtonID

Public Constructors

public BMGetInventoryRequestType ()

Public Methods

public String getHostedButtonID ()

Gets the value of the hostedButtonID property.

Returns
  • possible object is String

public void setHostedButtonID (String value)

Sets the value of the hostedButtonID property.

Parameters
value Allowed object is String