Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class MyeBaySelectionType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.MyeBaySelectionType
All Implemented Interfaces:
java.io.Serializable

public class MyeBaySelectionType
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

include

protected java.lang.Boolean include

includeItemCount

protected java.lang.Boolean includeItemCount

includeFavoriteSearcheCount

protected java.lang.Boolean includeFavoriteSearcheCount

includeFavoriteSellerCount

protected java.lang.Boolean includeFavoriteSellerCount

sort

protected SortOrderCodeType sort

maxResults

protected java.lang.Integer maxResults

userDefinedListName

protected java.lang.String userDefinedListName

includeListContents

protected java.lang.Boolean includeListContents

any

protected java.util.List<java.lang.Object> any
Constructor Detail

MyeBaySelectionType

public MyeBaySelectionType()
Method Detail

isInclude

public java.lang.Boolean isInclude()
Gets the value of the include property.

Returns:
possible object is Boolean

setInclude

public void setInclude(java.lang.Boolean value)
Sets the value of the include property.

Parameters:
value - allowed object is Boolean

isIncludeItemCount

public java.lang.Boolean isIncludeItemCount()
Gets the value of the includeItemCount property.

Returns:
possible object is Boolean

setIncludeItemCount

public void setIncludeItemCount(java.lang.Boolean value)
Sets the value of the includeItemCount property.

Parameters:
value - allowed object is Boolean

isIncludeFavoriteSearcheCount

public java.lang.Boolean isIncludeFavoriteSearcheCount()
Gets the value of the includeFavoriteSearcheCount property.

Returns:
possible object is Boolean

setIncludeFavoriteSearcheCount

public void setIncludeFavoriteSearcheCount(java.lang.Boolean value)
Sets the value of the includeFavoriteSearcheCount property.

Parameters:
value - allowed object is Boolean

isIncludeFavoriteSellerCount

public java.lang.Boolean isIncludeFavoriteSellerCount()
Gets the value of the includeFavoriteSellerCount property.

Returns:
possible object is Boolean

setIncludeFavoriteSellerCount

public void setIncludeFavoriteSellerCount(java.lang.Boolean value)
Sets the value of the includeFavoriteSellerCount property.

Parameters:
value - allowed object is Boolean

getSort

public SortOrderCodeType getSort()
Gets the value of the sort property.

Returns:
possible object is SortOrderCodeType

setSort

public void setSort(SortOrderCodeType value)
Sets the value of the sort property.

Parameters:
value - allowed object is SortOrderCodeType

getMaxResults

public java.lang.Integer getMaxResults()
Gets the value of the maxResults property.

Returns:
possible object is Integer

setMaxResults

public void setMaxResults(java.lang.Integer value)
Sets the value of the maxResults property.

Parameters:
value - allowed object is Integer

getUserDefinedListName

public java.lang.String getUserDefinedListName()
Gets the value of the userDefinedListName property.

Returns:
possible object is String

setUserDefinedListName

public void setUserDefinedListName(java.lang.String value)
Sets the value of the userDefinedListName property.

Parameters:
value - allowed object is String

isIncludeListContents

public java.lang.Boolean isIncludeListContents()
Gets the value of the includeListContents property.

Returns:
possible object is Boolean

setIncludeListContents

public void setIncludeListContents(java.lang.Boolean value)
Sets the value of the includeListContents property.

Parameters:
value - allowed object is Boolean

getAny

public java.lang.Object[] getAny()
Returns:
array of Element Object

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Element Object

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Element Object

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Element Object

Changes since
the last release

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.