public class BMGetButtonDetailsResponseType extends AbstractResponseType
Java class for BMGetButtonDetailsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BMGetButtonDetailsResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="Website" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Mobile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="HostedButtonID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <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 |
email |
protected java.lang.String |
hostedButtonID |
protected java.lang.String |
mobile |
protected java.util.List<OptionDetailsType> |
optionDetails |
protected SubscribeTextType |
subscribeText |
protected java.util.List<java.lang.String> |
textBox |
protected java.lang.String |
website |
ack, any, build, correlationID, errors, timestamp, version
Constructor and Description |
---|
BMGetButtonDetailsResponseType() |
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 |
getEmail()
Gets the value of the email property.
|
java.lang.String |
getHostedButtonID()
Gets the value of the hostedButtonID property.
|
java.lang.String |
getMobile()
Gets the value of the mobile 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.
|
java.lang.String |
getWebsite()
Gets the value of the website 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 |
setEmail(java.lang.String value)
Sets the value of the email property.
|
void |
setHostedButtonID(java.lang.String value)
Sets the value of the hostedButtonID property.
|
void |
setMobile(java.lang.String value)
Sets the value of the mobile property.
|
void |
setSubscribeText(SubscribeTextType value)
Sets the value of the subscribeText property.
|
void |
setWebsite(java.lang.String value)
Sets the value of the website property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersion
protected java.lang.String website
protected java.lang.String email
protected java.lang.String mobile
protected 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 getWebsite()
String
public void setWebsite(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getEmail()
String
public void setEmail(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getMobile()
String
public void setMobile(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getHostedButtonID()
String
public void setHostedButtonID(java.lang.String value)
value
- the value
allowed object is
String
public ButtonTypeType getButtonType()
ButtonTypeType
public void setButtonType(ButtonTypeType value)
value
- the value
allowed object is
ButtonTypeType
public ButtonCodeType getButtonCode()
ButtonCodeType
public void setButtonCode(ButtonCodeType value)
value
- the value
allowed object is
ButtonCodeType
public ButtonSubTypeType getButtonSubType()
ButtonSubTypeType
public void setButtonSubType(ButtonSubTypeType value)
value
- the value
allowed object is
ButtonSubTypeType
public 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()
ButtonImageType
public void setButtonImage(ButtonImageType value)
value
- the value
allowed object is
ButtonImageType
public java.lang.String getButtonImageURL()
String
public void setButtonImageURL(java.lang.String value)
value
- the value
allowed object is
String
public BuyNowTextType getBuyNowText()
BuyNowTextType
public void setBuyNowText(BuyNowTextType value)
value
- the value
allowed object is
BuyNowTextType
public SubscribeTextType getSubscribeText()
SubscribeTextType
public void setSubscribeText(SubscribeTextType value)
value
- the value
allowed object is
SubscribeTextType
public CountryCodeType getButtonCountry()
CountryCodeType
public void setButtonCountry(CountryCodeType value)
value
- the value
allowed object is
CountryCodeType
public java.lang.String getButtonLanguage()
String
public void setButtonLanguage(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.