public class BMButtonSearchResponseType extends AbstractResponseType
Java class for BMButtonSearchResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BMButtonSearchResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element ref="{urn:ebay:apis:eBLBaseComponents}ButtonSearchResult" maxOccurs="100" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ButtonSearchResultType> |
buttonSearchResult |
ack, any, build, correlationID, errors, timestamp, version
Constructor and Description |
---|
BMButtonSearchResponseType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ButtonSearchResultType> |
getButtonSearchResult()
Gets the value of the buttonSearchResult property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersion
protected java.util.List<ButtonSearchResultType> buttonSearchResult
public java.util.List<ButtonSearchResultType> getButtonSearchResult()
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 buttonSearchResult property.
For example, to add a new item, do as follows:
getButtonSearchResult().add(newItem);
Objects of the following type(s) are allowed in the list
ButtonSearchResultType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.