public class

BMManageButtonStatusRequestType

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

Class Overview

Java class for BMManageButtonStatusRequestType complex type.

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

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

Summary

Fields
protected ButtonStatusType buttonStatus
protected String hostedButtonID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
BMManageButtonStatusRequestType()
Public Methods
ButtonStatusType getButtonStatus()
Gets the value of the buttonStatus property.
String getHostedButtonID()
Gets the value of the hostedButtonID property.
void setButtonStatus(ButtonStatusType value)
Sets the value of the buttonStatus 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 ButtonStatusType buttonStatus

protected String hostedButtonID

Public Constructors

public BMManageButtonStatusRequestType ()

Public Methods

public ButtonStatusType getButtonStatus ()

Gets the value of the buttonStatus property.

Returns

public String getHostedButtonID ()

Gets the value of the hostedButtonID property.

Returns
  • possible object is String

public void setButtonStatus (ButtonStatusType value)

Sets the value of the buttonStatus property.

Parameters
value Allowed object is ButtonStatusType

public void setHostedButtonID (String value)

Sets the value of the hostedButtonID property.

Parameters
value Allowed object is String