public class BMUpdateButtonRequestType extends AbstractRequestType
Java class for BMUpdateButtonRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BMUpdateButtonRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="HostedButtonID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ButtonType" type="{urn:ebay:apis:eBLBaseComponents}ButtonTypeType" minOccurs="0"/>
<element name="ButtonCode" type="{urn:ebay:apis:eBLBaseComponents}ButtonCodeType" minOccurs="0"/>
<element name="ButtonSubType" type="{urn:ebay:apis:eBLBaseComponents}ButtonSubTypeType" minOccurs="0"/>
<element name="ButtonVar" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="1000" minOccurs="0"/>
<element name="OptionDetails" type="{urn:ebay:api:PayPalAPI}OptionDetailsType" maxOccurs="5" minOccurs="0"/>
<element name="TextBox" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="2" minOccurs="0"/>
<element name="ButtonImage" type="{urn:ebay:apis:eBLBaseComponents}ButtonImageType" minOccurs="0"/>
<element name="ButtonImageURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BuyNowText" type="{urn:ebay:apis:eBLBaseComponents}BuyNowTextType" minOccurs="0"/>
<element name="SubscribeText" type="{urn:ebay:apis:eBLBaseComponents}SubscribeTextType" minOccurs="0"/>
<element name="ButtonCountry" type="{urn:ebay:apis:eBLBaseComponents}CountryCodeType" minOccurs="0"/>
<element name="ButtonLanguage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ButtonCodeType |
buttonCode |
protected CountryCodeType |
buttonCountry |
protected ButtonImageType |
buttonImage |
protected java.lang.String |
buttonImageURL |
protected java.lang.String |
buttonLanguage |
protected ButtonSubTypeType |
buttonSubType |
protected ButtonTypeType |
buttonType |
protected java.util.List<java.lang.String> |
buttonVar |
protected BuyNowTextType |
buyNowText |
protected java.lang.String |
hostedButtonID |
protected java.util.List<OptionDetailsType> |
optionDetails |
protected SubscribeTextType |
subscribeText |
protected java.util.List<java.lang.String> |
textBox |
any, detailLevel, errorLanguage, version| Constructor and Description |
|---|
BMUpdateButtonRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ButtonCodeType |
getButtonCode()
Gets the value of the buttonCode property.
|
CountryCodeType |
getButtonCountry()
Gets the value of the buttonCountry property.
|
ButtonImageType |
getButtonImage()
Gets the value of the buttonImage property.
|
java.lang.String |
getButtonImageURL()
Gets the value of the buttonImageURL property.
|
java.lang.String |
getButtonLanguage()
Gets the value of the buttonLanguage property.
|
ButtonSubTypeType |
getButtonSubType()
Gets the value of the buttonSubType property.
|
ButtonTypeType |
getButtonType()
Gets the value of the buttonType property.
|
java.util.List<java.lang.String> |
getButtonVar()
Gets the value of the buttonVar property.
|
BuyNowTextType |
getBuyNowText()
Gets the value of the buyNowText property.
|
java.lang.String |
getHostedButtonID()
Gets the value of the hostedButtonID property.
|
java.util.List<OptionDetailsType> |
getOptionDetails()
Gets the value of the optionDetails property.
|
SubscribeTextType |
getSubscribeText()
Gets the value of the subscribeText property.
|
java.util.List<java.lang.String> |
getTextBox()
Gets the value of the textBox property.
|
void |
setButtonCode(ButtonCodeType value)
Sets the value of the buttonCode property.
|
void |
setButtonCountry(CountryCodeType value)
Sets the value of the buttonCountry property.
|
void |
setButtonImage(ButtonImageType value)
Sets the value of the buttonImage property.
|
void |
setButtonImageURL(java.lang.String value)
Sets the value of the buttonImageURL property.
|
void |
setButtonLanguage(java.lang.String value)
Sets the value of the buttonLanguage property.
|
void |
setButtonSubType(ButtonSubTypeType value)
Sets the value of the buttonSubType property.
|
void |
setButtonType(ButtonTypeType value)
Sets the value of the buttonType property.
|
void |
setBuyNowText(BuyNowTextType value)
Sets the value of the buyNowText property.
|
void |
setHostedButtonID(java.lang.String value)
Sets the value of the hostedButtonID property.
|
void |
setSubscribeText(SubscribeTextType value)
Sets the value of the subscribeText property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersionprotected java.lang.String hostedButtonID
protected ButtonTypeType buttonType
protected ButtonCodeType buttonCode
protected ButtonSubTypeType buttonSubType
protected java.util.List<java.lang.String> buttonVar
protected java.util.List<OptionDetailsType> optionDetails
protected java.util.List<java.lang.String> textBox
protected ButtonImageType buttonImage
protected java.lang.String buttonImageURL
protected BuyNowTextType buyNowText
protected SubscribeTextType subscribeText
protected CountryCodeType buttonCountry
protected java.lang.String buttonLanguage
public java.lang.String getHostedButtonID()
Stringpublic void setHostedButtonID(java.lang.String value)
value - the value
allowed object is
Stringpublic ButtonTypeType getButtonType()
ButtonTypeTypepublic void setButtonType(ButtonTypeType value)
value - the value
allowed object is
ButtonTypeTypepublic ButtonCodeType getButtonCode()
ButtonCodeTypepublic void setButtonCode(ButtonCodeType value)
value - the value
allowed object is
ButtonCodeTypepublic ButtonSubTypeType getButtonSubType()
ButtonSubTypeTypepublic void setButtonSubType(ButtonSubTypeType value)
value - the value
allowed object is
ButtonSubTypeTypepublic java.util.List<java.lang.String> getButtonVar()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the buttonVar property.
For example, to add a new item, do as follows:
getButtonVar().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<OptionDetailsType> getOptionDetails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the optionDetails property.
For example, to add a new item, do as follows:
getOptionDetails().add(newItem);
Objects of the following type(s) are allowed in the list
OptionDetailsType
public java.util.List<java.lang.String> getTextBox()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the textBox property.
For example, to add a new item, do as follows:
getTextBox().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ButtonImageType getButtonImage()
ButtonImageTypepublic void setButtonImage(ButtonImageType value)
value - the value
allowed object is
ButtonImageTypepublic java.lang.String getButtonImageURL()
Stringpublic void setButtonImageURL(java.lang.String value)
value - the value
allowed object is
Stringpublic BuyNowTextType getBuyNowText()
BuyNowTextTypepublic void setBuyNowText(BuyNowTextType value)
value - the value
allowed object is
BuyNowTextTypepublic SubscribeTextType getSubscribeText()
SubscribeTextTypepublic void setSubscribeText(SubscribeTextType value)
value - the value
allowed object is
SubscribeTextTypepublic CountryCodeType getButtonCountry()
CountryCodeTypepublic void setButtonCountry(CountryCodeType value)
value - the value
allowed object is
CountryCodeTypepublic java.lang.String getButtonLanguage()
Stringpublic void setButtonLanguage(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.