Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class ListingFeatureDetailsType

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

public class ListingFeatureDetailsType
extends Object
implements Serializable

Details about feature availability for the 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  List<Object> any
           
protected  BoldTitleCodeType boldTitle
           
protected  BorderCodeType border
           
protected  String detailVersion
           
protected  FeaturedFirstCodeType featuredFirst
           
protected  FeaturedPlusCodeType featuredPlus
           
protected  GiftIconCodeType giftIcon
           
protected  HighlightCodeType highlight
           
protected  HomePageFeaturedCodeType homePageFeatured
           
protected  ProPackCodeType proPack
           
protected  Calendar updateTime
           
 
Constructor Summary
ListingFeatureDetailsType()
           
 
Method Summary
protected  List<Object> _getAny()
           
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 BoldTitleCodeType getBoldTitle()
          Gets the value of the boldTitle property.
 BorderCodeType getBorder()
          Gets the value of the border property.
 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.
 Calendar getUpdateTime()
          Gets the value of the updateTime property.
 Object setAny(int idx, Object value)
           
 void setAny(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(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(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 String detailVersion

updateTime

protected Calendar updateTime

any

protected List<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 String getDetailVersion()
Gets the value of the detailVersion property.

Returns:
possible object is String

setDetailVersion

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

Parameters:
value - allowed object is String

getUpdateTime

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

Returns:
possible object is String

setUpdateTime

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

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected List<Object> _getAny()

setAny

public Object setAny(int idx,
                     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.