Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ListingFeatureDetailsType

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

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

This type is used by the ListingFeatureDetails container in the GeteBayDetails response. This container indicates the listing features that are enabled or disabled for an eBay site.

Java class for ListingFeatureDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ListingFeatureDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BoldTitle" type="{urn:ebay:apis:eBLBaseComponents}BoldTitleCodeType" minOccurs="0"/>
         <element name="Border" type="{urn:ebay:apis:eBLBaseComponents}BorderCodeType" minOccurs="0"/>
         <element name="Highlight" type="{urn:ebay:apis:eBLBaseComponents}HighlightCodeType" minOccurs="0"/>
         <element name="GiftIcon" type="{urn:ebay:apis:eBLBaseComponents}GiftIconCodeType" minOccurs="0"/>
         <element name="HomePageFeatured" type="{urn:ebay:apis:eBLBaseComponents}HomePageFeaturedCodeType" minOccurs="0"/>
         <element name="FeaturedFirst" type="{urn:ebay:apis:eBLBaseComponents}FeaturedFirstCodeType" minOccurs="0"/>
         <element name="FeaturedPlus" type="{urn:ebay:apis:eBLBaseComponents}FeaturedPlusCodeType" minOccurs="0"/>
         <element name="ProPack" type="{urn:ebay:apis:eBLBaseComponents}ProPackCodeType" minOccurs="0"/>
         <element name="DetailVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UpdateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.Object> any
           
protected  BoldTitleCodeType boldTitle
           
protected  BorderCodeType border
           
protected  java.lang.String detailVersion
           
protected  FeaturedFirstCodeType featuredFirst
           
protected  FeaturedPlusCodeType featuredPlus
           
protected  GiftIconCodeType giftIcon
           
protected  HighlightCodeType highlight
           
protected  HomePageFeaturedCodeType homePageFeatured
           
protected  ProPackCodeType proPack
           
protected  java.util.Calendar updateTime
           
 
Constructor Summary
ListingFeatureDetailsType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 BoldTitleCodeType getBoldTitle()
          Gets the value of the boldTitle property.
 BorderCodeType getBorder()
          Gets the value of the border property.
 java.lang.String getDetailVersion()
          Gets the value of the detailVersion property.
 FeaturedFirstCodeType getFeaturedFirst()
          Gets the value of the featuredFirst property.
 FeaturedPlusCodeType getFeaturedPlus()
          Gets the value of the featuredPlus property.
 GiftIconCodeType getGiftIcon()
          Gets the value of the giftIcon property.
 HighlightCodeType getHighlight()
          Gets the value of the highlight property.
 HomePageFeaturedCodeType getHomePageFeatured()
          Gets the value of the homePageFeatured property.
 ProPackCodeType getProPack()
          Gets the value of the proPack property.
 java.util.Calendar getUpdateTime()
          Gets the value of the updateTime property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setBoldTitle(BoldTitleCodeType value)
          Sets the value of the boldTitle property.
 void setBorder(BorderCodeType value)
          Sets the value of the border property.
 void setDetailVersion(java.lang.String value)
          Sets the value of the detailVersion property.
 void setFeaturedFirst(FeaturedFirstCodeType value)
          Sets the value of the featuredFirst property.
 void setFeaturedPlus(FeaturedPlusCodeType value)
          Sets the value of the featuredPlus property.
 void setGiftIcon(GiftIconCodeType value)
          Sets the value of the giftIcon property.
 void setHighlight(HighlightCodeType value)
          Sets the value of the highlight property.
 void setHomePageFeatured(HomePageFeaturedCodeType value)
          Sets the value of the homePageFeatured property.
 void setProPack(ProPackCodeType value)
          Sets the value of the proPack property.
 void setUpdateTime(java.util.Calendar value)
          Sets the value of the updateTime property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

boldTitle

protected BoldTitleCodeType boldTitle

border

protected BorderCodeType border

highlight

protected HighlightCodeType highlight

giftIcon

protected GiftIconCodeType giftIcon

homePageFeatured

protected HomePageFeaturedCodeType homePageFeatured

featuredFirst

protected FeaturedFirstCodeType featuredFirst

featuredPlus

protected FeaturedPlusCodeType featuredPlus

proPack

protected ProPackCodeType proPack

detailVersion

protected java.lang.String detailVersion

updateTime

protected java.util.Calendar updateTime

any

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

ListingFeatureDetailsType

public ListingFeatureDetailsType()
Method Detail

getBoldTitle

public BoldTitleCodeType getBoldTitle()
Gets the value of the boldTitle property.

Returns:
possible object is BoldTitleCodeType

setBoldTitle

public void setBoldTitle(BoldTitleCodeType value)
Sets the value of the boldTitle property.

Parameters:
value - allowed object is BoldTitleCodeType

getBorder

public BorderCodeType getBorder()
Gets the value of the border property.

Returns:
possible object is BorderCodeType

setBorder

public void setBorder(BorderCodeType value)
Sets the value of the border property.

Parameters:
value - allowed object is BorderCodeType

getHighlight

public HighlightCodeType getHighlight()
Gets the value of the highlight property.

Returns:
possible object is HighlightCodeType

setHighlight

public void setHighlight(HighlightCodeType value)
Sets the value of the highlight property.

Parameters:
value - allowed object is HighlightCodeType

getGiftIcon

public GiftIconCodeType getGiftIcon()
Gets the value of the giftIcon property.

Returns:
possible object is GiftIconCodeType

setGiftIcon

public void setGiftIcon(GiftIconCodeType value)
Sets the value of the giftIcon property.

Parameters:
value - allowed object is GiftIconCodeType

getHomePageFeatured

public HomePageFeaturedCodeType getHomePageFeatured()
Gets the value of the homePageFeatured property.

Returns:
possible object is HomePageFeaturedCodeType

setHomePageFeatured

public void setHomePageFeatured(HomePageFeaturedCodeType value)
Sets the value of the homePageFeatured property.

Parameters:
value - allowed object is HomePageFeaturedCodeType

getFeaturedFirst

public FeaturedFirstCodeType getFeaturedFirst()
Gets the value of the featuredFirst property.

Returns:
possible object is FeaturedFirstCodeType

setFeaturedFirst

public void setFeaturedFirst(FeaturedFirstCodeType value)
Sets the value of the featuredFirst property.

Parameters:
value - allowed object is FeaturedFirstCodeType

getFeaturedPlus

public FeaturedPlusCodeType getFeaturedPlus()
Gets the value of the featuredPlus property.

Returns:
possible object is FeaturedPlusCodeType

setFeaturedPlus

public void setFeaturedPlus(FeaturedPlusCodeType value)
Sets the value of the featuredPlus property.

Parameters:
value - allowed object is FeaturedPlusCodeType

getProPack

public ProPackCodeType getProPack()
Gets the value of the proPack property.

Returns:
possible object is ProPackCodeType

setProPack

public void setProPack(ProPackCodeType value)
Sets the value of the proPack property.

Parameters:
value - allowed object is ProPackCodeType

getDetailVersion

public java.lang.String getDetailVersion()
Gets the value of the detailVersion property.

Returns:
possible object is String

setDetailVersion

public void setDetailVersion(java.lang.String value)
Sets the value of the detailVersion property.

Parameters:
value - allowed object is String

getUpdateTime

public java.util.Calendar getUpdateTime()
Gets the value of the updateTime property.

Returns:
possible object is String

setUpdateTime

public void setUpdateTime(java.util.Calendar value)
Sets the value of the updateTime property.

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_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 Object Element

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.