|
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 java.util.List<java.lang.Object> |
any
|
protected java.lang.Boolean |
include
|
protected java.lang.Boolean |
includeFavoriteSearcheCount
|
protected java.lang.Boolean |
includeFavoriteSellerCount
|
protected java.lang.Boolean |
includeItemCount
|
protected java.lang.Boolean |
includeListContents
|
protected java.lang.Integer |
maxResults
|
protected SortOrderCodeType |
sort
|
protected java.lang.String |
userDefinedListName
|
Constructor Summary | |
---|---|
MyeBaySelectionType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.Integer |
getMaxResults()
Gets the value of the maxResults property. |
SortOrderCodeType |
getSort()
Gets the value of the sort property. |
java.lang.String |
getUserDefinedListName()
Gets the value of the userDefinedListName property. |
java.lang.Boolean |
isInclude()
Gets the value of the include property. |
java.lang.Boolean |
isIncludeFavoriteSearcheCount()
Gets the value of the includeFavoriteSearcheCount property. |
java.lang.Boolean |
isIncludeFavoriteSellerCount()
Gets the value of the includeFavoriteSellerCount property. |
java.lang.Boolean |
isIncludeItemCount()
Gets the value of the includeItemCount property. |
java.lang.Boolean |
isIncludeListContents()
Gets the value of the includeListContents property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setInclude(java.lang.Boolean value)
Sets the value of the include property. |
void |
setIncludeFavoriteSearcheCount(java.lang.Boolean value)
Sets the value of the includeFavoriteSearcheCount property. |
void |
setIncludeFavoriteSellerCount(java.lang.Boolean value)
Sets the value of the includeFavoriteSellerCount property. |
void |
setIncludeItemCount(java.lang.Boolean value)
Sets the value of the includeItemCount property. |
void |
setIncludeListContents(java.lang.Boolean value)
Sets the value of the includeListContents property. |
void |
setMaxResults(java.lang.Integer value)
Sets the value of the maxResults property. |
void |
setSort(SortOrderCodeType value)
Sets the value of the sort property. |
void |
setUserDefinedListName(java.lang.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 java.lang.Boolean include
protected java.lang.Boolean includeItemCount
protected java.lang.Boolean includeFavoriteSearcheCount
protected java.lang.Boolean includeFavoriteSellerCount
protected SortOrderCodeType sort
protected java.lang.Integer maxResults
protected java.lang.String userDefinedListName
protected java.lang.Boolean includeListContents
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public MyeBaySelectionType()
Method Detail |
---|
public java.lang.Boolean isInclude()
Boolean
public void setInclude(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeItemCount()
Boolean
public void setIncludeItemCount(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeFavoriteSearcheCount()
Boolean
public void setIncludeFavoriteSearcheCount(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeFavoriteSellerCount()
Boolean
public void setIncludeFavoriteSellerCount(java.lang.Boolean value)
value
- allowed object is
Boolean
public SortOrderCodeType getSort()
SortOrderCodeType
public void setSort(SortOrderCodeType value)
value
- allowed object is
SortOrderCodeType
public java.lang.Integer getMaxResults()
Integer
public void setMaxResults(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getUserDefinedListName()
String
public void setUserDefinedListName(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIncludeListContents()
Boolean
public void setIncludeListContents(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.