| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.BMCreateButtonResponseType | |
Java class for BMCreateButtonResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BMCreateButtonResponseType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
<sequence>
<element name="Website" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| hostedButtonID | |||||||||||
| mobile | |||||||||||
| website | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the email property.
| |||||||||||
Gets the value of the hostedButtonID property.
| |||||||||||
Gets the value of the mobile property.
| |||||||||||
Gets the value of the website property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the hostedButtonID property.
| |||||||||||
Sets the value of the mobile property.
| |||||||||||
Sets the value of the website property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the email property.
Gets the value of the hostedButtonID property.
Gets the value of the mobile property.
Gets the value of the website property.
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the hostedButtonID property.
| value | Allowed object is String |
|---|
Sets the value of the mobile property.
| value | Allowed object is String |
|---|
Sets the value of the website property.
| value | Allowed object is String |
|---|