| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType | |
| ↳ | ebay.api.paypalapi.BMCreateButtonRequestType | |
Java class for BMCreateButtonRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BMCreateButtonRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buttonCode | |||||||||||
| buttonCountry | |||||||||||
| buttonImage | |||||||||||
| buttonImageURL | |||||||||||
| buttonLanguage | |||||||||||
| buttonSubType | |||||||||||
| buttonType | |||||||||||
| buttonVar | |||||||||||
| buyNowText | |||||||||||
| optionDetails | |||||||||||
| subscribeText | |||||||||||
| textBox | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buttonCode property.
| |||||||||||
Gets the value of the buttonCountry property.
| |||||||||||
Gets the value of the buttonImage property.
| |||||||||||
Gets the value of the buttonImageURL property.
| |||||||||||
Gets the value of the buttonLanguage property.
| |||||||||||
Gets the value of the buttonSubType property.
| |||||||||||
Gets the value of the buttonType property.
| |||||||||||
Gets the value of the buttonVar property.
| |||||||||||
Gets the value of the buyNowText property.
| |||||||||||
Gets the value of the optionDetails property.
| |||||||||||
Gets the value of the subscribeText property.
| |||||||||||
Gets the value of the textBox property.
| |||||||||||
Sets the value of the buttonCode property.
| |||||||||||
Sets the value of the buttonCountry property.
| |||||||||||
Sets the value of the buttonImage property.
| |||||||||||
Sets the value of the buttonImageURL property.
| |||||||||||
Sets the value of the buttonLanguage property.
| |||||||||||
Sets the value of the buttonSubType property.
| |||||||||||
Sets the value of the buttonType property.
| |||||||||||
Sets the value of the buyNowText property.
| |||||||||||
Sets the value of the subscribeText property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the buttonCode property.
ButtonCodeType
Gets the value of the buttonCountry property.
CountryCodeType
Gets the value of the buttonImage property.
ButtonImageType
Gets the value of the buttonImageURL property.
Gets the value of the buttonLanguage property.
Gets the value of the buttonSubType property.
ButtonSubTypeType
Gets the value of the buttonType property.
ButtonTypeType
Gets the value of the buttonVar property.
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
Gets the value of the buyNowText property.
BuyNowTextType
Gets the value of the optionDetails property.
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
Gets the value of the subscribeText property.
SubscribeTextType
Gets the value of the textBox property.
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
Sets the value of the buttonCode property.
| value | Allowed object is
ButtonCodeType
|
|---|
Sets the value of the buttonCountry property.
| value | Allowed object is
CountryCodeType
|
|---|
Sets the value of the buttonImage property.
| value | Allowed object is
ButtonImageType
|
|---|
Sets the value of the buttonImageURL property.
| value | Allowed object is String |
|---|
Sets the value of the buttonLanguage property.
| value | Allowed object is String |
|---|
Sets the value of the buttonSubType property.
| value | Allowed object is
ButtonSubTypeType
|
|---|
Sets the value of the buttonType property.
| value | Allowed object is
ButtonTypeType
|
|---|
Sets the value of the buyNowText property.
| value | Allowed object is
BuyNowTextType
|
|---|
Sets the value of the subscribeText property.
| value | Allowed object is
SubscribeTextType
|
|---|