|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.MyeBaySelectionType
public class MyeBaySelectionType
Specifies how to return the result list for My eBay features such as saved searches, favorite sellers, and second chance offers.
Java class for MyeBaySelectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MyeBaySelectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Include" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IncludeItemCount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IncludeFavoriteSearcheCount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IncludeFavoriteSellerCount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Sort" type="{urn:ebay:apis:eBLBaseComponents}SortOrderCodeType" minOccurs="0"/> <element name="MaxResults" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="UserDefinedListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="IncludeListContents" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected Boolean |
include
|
protected Boolean |
includeFavoriteSearcheCount
|
protected Boolean |
includeFavoriteSellerCount
|
protected Boolean |
includeItemCount
|
protected Boolean |
includeListContents
|
protected Integer |
maxResults
|
protected SortOrderCodeType |
sort
|
protected String |
userDefinedListName
|
Constructor Summary | |
---|---|
MyeBaySelectionType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
Integer |
getMaxResults()
Gets the value of the maxResults property. |
SortOrderCodeType |
getSort()
Gets the value of the sort property. |
String |
getUserDefinedListName()
Gets the value of the userDefinedListName property. |
Boolean |
isInclude()
Gets the value of the include property. |
Boolean |
isIncludeFavoriteSearcheCount()
Gets the value of the includeFavoriteSearcheCount property. |
Boolean |
isIncludeFavoriteSellerCount()
Gets the value of the includeFavoriteSellerCount property. |
Boolean |
isIncludeItemCount()
Gets the value of the includeItemCount property. |
Boolean |
isIncludeListContents()
Gets the value of the includeListContents property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setInclude(Boolean value)
Sets the value of the include property. |
void |
setIncludeFavoriteSearcheCount(Boolean value)
Sets the value of the includeFavoriteSearcheCount property. |
void |
setIncludeFavoriteSellerCount(Boolean value)
Sets the value of the includeFavoriteSellerCount property. |
void |
setIncludeItemCount(Boolean value)
Sets the value of the includeItemCount property. |
void |
setIncludeListContents(Boolean value)
Sets the value of the includeListContents property. |
void |
setMaxResults(Integer value)
Sets the value of the maxResults property. |
void |
setSort(SortOrderCodeType value)
Sets the value of the sort property. |
void |
setUserDefinedListName(String value)
Sets the value of the userDefinedListName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Boolean include
protected Boolean includeItemCount
protected Boolean includeFavoriteSearcheCount
protected Boolean includeFavoriteSellerCount
protected SortOrderCodeType sort
protected Integer maxResults
protected String userDefinedListName
protected Boolean includeListContents
protected List<Object> any
Constructor Detail |
---|
public MyeBaySelectionType()
Method Detail |
---|
public Boolean isInclude()
Boolean
public void setInclude(Boolean value)
value
- allowed object is
Boolean
public Boolean isIncludeItemCount()
Boolean
public void setIncludeItemCount(Boolean value)
value
- allowed object is
Boolean
public Boolean isIncludeFavoriteSearcheCount()
Boolean
public void setIncludeFavoriteSearcheCount(Boolean value)
value
- allowed object is
Boolean
public Boolean isIncludeFavoriteSellerCount()
Boolean
public void setIncludeFavoriteSellerCount(Boolean value)
value
- allowed object is
Boolean
public SortOrderCodeType getSort()
SortOrderCodeType
public void setSort(SortOrderCodeType value)
value
- allowed object is
SortOrderCodeType
public Integer getMaxResults()
Integer
public void setMaxResults(Integer value)
value
- allowed object is
Integer
public String getUserDefinedListName()
String
public void setUserDefinedListName(String value)
value
- allowed object is
String
public Boolean isIncludeListContents()
Boolean
public void setIncludeListContents(Boolean value)
value
- allowed object is
Boolean
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.