public class BMUpdateButtonResponseType extends AbstractResponseType
Java class for BMUpdateButtonResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BMUpdateButtonResponseType">
<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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
email |
protected java.lang.String |
hostedButtonID |
protected java.lang.String |
mobile |
protected java.lang.String |
website |
ack, any, build, correlationID, errors, timestamp, version| Constructor and Description |
|---|
BMUpdateButtonResponseType() |
| Modifier and Type | Method and Description |
|---|---|
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.lang.String |
getWebsite()
Gets the value of the website 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 |
setWebsite(java.lang.String value)
Sets the value of the website property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersionprotected java.lang.String website
protected java.lang.String email
protected java.lang.String mobile
protected java.lang.String hostedButtonID
public java.lang.String getWebsite()
Stringpublic void setWebsite(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getEmail()
Stringpublic void setEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getMobile()
Stringpublic void setMobile(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getHostedButtonID()
Stringpublic void setHostedButtonID(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.