public class SetDataResponseType
extends java.lang.Object
Java class for SetDataResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetDataResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Token" type="{urn:ebay:apis:eBLBaseComponents}ExpressCheckoutTokenType" minOccurs="0"/> <element name="ShippingAddresses" type="{urn:ebay:apis:eBLBaseComponents}AddressType" maxOccurs="unbounded" minOccurs="0"/> <element name="SetDataError" type="{urn:ebay:apis:eBLBaseComponents}ErrorType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ErrorType> |
setDataError |
protected java.util.List<AddressType> |
shippingAddresses |
protected java.lang.String |
token |
Constructor and Description |
---|
SetDataResponseType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ErrorType> |
getSetDataError()
Gets the value of the setDataError property.
|
java.util.List<AddressType> |
getShippingAddresses()
Gets the value of the shippingAddresses property.
|
java.lang.String |
getToken()
Gets the value of the token property.
|
void |
setToken(java.lang.String value)
Sets the value of the token property.
|
protected java.lang.String token
protected java.util.List<AddressType> shippingAddresses
protected java.util.List<ErrorType> setDataError
public java.lang.String getToken()
String
public void setToken(java.lang.String value)
value
- the value
allowed object is
String
public java.util.List<AddressType> getShippingAddresses()
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 shippingAddresses property.
For example, to add a new item, do as follows:
getShippingAddresses().add(newItem);
Objects of the following type(s) are allowed in the list
AddressType
public java.util.List<ErrorType> getSetDataError()
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 setDataError property.
For example, to add a new item, do as follows:
getSetDataError().add(newItem);
Objects of the following type(s) are allowed in the list
ErrorType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.