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, setVersion
protected java.lang.String website
protected java.lang.String email
protected java.lang.String mobile
protected java.lang.String hostedButtonID
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
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.