public class BMManageButtonStatusRequestType extends AbstractRequestType
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>
Modifier and Type | Field and Description |
---|---|
protected ButtonStatusType |
buttonStatus |
protected java.lang.String |
hostedButtonID |
any, detailLevel, errorLanguage, version
Constructor and Description |
---|
BMManageButtonStatusRequestType() |
Modifier and Type | Method and Description |
---|---|
ButtonStatusType |
getButtonStatus()
Gets the value of the buttonStatus property.
|
java.lang.String |
getHostedButtonID()
Gets the value of the hostedButtonID property.
|
void |
setButtonStatus(ButtonStatusType value)
Sets the value of the buttonStatus property.
|
void |
setHostedButtonID(java.lang.String value)
Sets the value of the hostedButtonID property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersion
protected java.lang.String hostedButtonID
protected ButtonStatusType buttonStatus
public java.lang.String getHostedButtonID()
String
public void setHostedButtonID(java.lang.String value)
value
- the value
allowed object is
String
public ButtonStatusType getButtonStatus()
ButtonStatusType
public void setButtonStatus(ButtonStatusType value)
value
- the value
allowed object is
ButtonStatusType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.