public class

BMGetButtonDetailsRequestType

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

Class Overview

Java class for BMGetButtonDetailsRequestType complex type.

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

 <complexType name="BMGetButtonDetailsRequestType">
   <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
BMGetButtonDetailsRequestType()
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 BMGetButtonDetailsRequestType ()

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