public class

BMCreateButtonResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.BMCreateButtonResponseType

Class Overview

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>
 

Summary

Fields
protected String email
protected String hostedButtonID
protected String mobile
protected String website
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
BMCreateButtonResponseType()
Public Methods
String getEmail()
Gets the value of the email property.
String getHostedButtonID()
Gets the value of the hostedButtonID property.
String getMobile()
Gets the value of the mobile property.
String getWebsite()
Gets the value of the website property.
void setEmail(String value)
Sets the value of the email property.
void setHostedButtonID(String value)
Sets the value of the hostedButtonID property.
void setMobile(String value)
Sets the value of the mobile property.
void setWebsite(String value)
Sets the value of the website property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected String email

protected String hostedButtonID

protected String mobile

protected String website

Public Constructors

public BMCreateButtonResponseType ()

Public Methods

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getHostedButtonID ()

Gets the value of the hostedButtonID property.

Returns
  • possible object is String

public String getMobile ()

Gets the value of the mobile property.

Returns
  • possible object is String

public String getWebsite ()

Gets the value of the website property.

Returns
  • possible object is String

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setHostedButtonID (String value)

Sets the value of the hostedButtonID property.

Parameters
value Allowed object is String

public void setMobile (String value)

Sets the value of the mobile property.

Parameters
value Allowed object is String

public void setWebsite (String value)

Sets the value of the website property.

Parameters
value Allowed object is String