Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class StoreCustomListingHeaderType

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

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

Configuration of a Store custom listing header.

Java class for StoreCustomListingHeaderType complex type.

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

 <complexType name="StoreCustomListingHeaderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DisplayType" type="{urn:ebay:apis:eBLBaseComponents}StoreCustomListingHeaderDisplayCodeType" minOccurs="0"/>
         <element name="Logo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SearchBox" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="LinkToInclude" type="{urn:ebay:apis:eBLBaseComponents}StoreCustomListingHeaderLinkType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AddToFavoriteStores" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SignUpForStoreNewsletter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean addToFavoriteStores
           
protected  java.util.List<java.lang.Object> any
           
protected  StoreCustomListingHeaderDisplayCodeType displayType
           
protected  java.util.List<StoreCustomListingHeaderLinkType> linkToInclude
           
protected  java.lang.Boolean logo
           
protected  java.lang.Boolean searchBox
           
protected  java.lang.Boolean signUpForStoreNewsletter
           
 
Constructor Summary
StoreCustomListingHeaderType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
protected  java.util.List<StoreCustomListingHeaderLinkType> _getLinkToInclude()
           
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 StoreCustomListingHeaderDisplayCodeType getDisplayType()
          Gets the value of the displayType property.
 StoreCustomListingHeaderLinkType[] getLinkToInclude()
           
 StoreCustomListingHeaderLinkType getLinkToInclude(int idx)
           
 int getLinkToIncludeLength()
           
 java.lang.Boolean isAddToFavoriteStores()
          Gets the value of the addToFavoriteStores property.
 java.lang.Boolean isLogo()
          Gets the value of the logo property.
 java.lang.Boolean isSearchBox()
          Gets the value of the searchBox property.
 java.lang.Boolean isSignUpForStoreNewsletter()
          Gets the value of the signUpForStoreNewsletter property.
 void setAddToFavoriteStores(java.lang.Boolean value)
          Sets the value of the addToFavoriteStores property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setDisplayType(StoreCustomListingHeaderDisplayCodeType value)
          Sets the value of the displayType property.
 StoreCustomListingHeaderLinkType setLinkToInclude(int idx, StoreCustomListingHeaderLinkType value)
           
 void setLinkToInclude(StoreCustomListingHeaderLinkType[] values)
           
 void setLogo(java.lang.Boolean value)
          Sets the value of the logo property.
 void setSearchBox(java.lang.Boolean value)
          Sets the value of the searchBox property.
 void setSignUpForStoreNewsletter(java.lang.Boolean value)
          Sets the value of the signUpForStoreNewsletter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

displayType

protected StoreCustomListingHeaderDisplayCodeType displayType

logo

protected java.lang.Boolean logo

searchBox

protected java.lang.Boolean searchBox

linkToInclude

protected java.util.List<StoreCustomListingHeaderLinkType> linkToInclude

addToFavoriteStores

protected java.lang.Boolean addToFavoriteStores

signUpForStoreNewsletter

protected java.lang.Boolean signUpForStoreNewsletter

any

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

StoreCustomListingHeaderType

public StoreCustomListingHeaderType()
Method Detail

getDisplayType

public StoreCustomListingHeaderDisplayCodeType getDisplayType()
Gets the value of the displayType property.

Returns:
possible object is StoreCustomListingHeaderDisplayCodeType

setDisplayType

public void setDisplayType(StoreCustomListingHeaderDisplayCodeType value)
Sets the value of the displayType property.

Parameters:
value - allowed object is StoreCustomListingHeaderDisplayCodeType

isLogo

public java.lang.Boolean isLogo()
Gets the value of the logo property.

Returns:
possible object is Boolean

setLogo

public void setLogo(java.lang.Boolean value)
Sets the value of the logo property.

Parameters:
value - allowed object is Boolean

isSearchBox

public java.lang.Boolean isSearchBox()
Gets the value of the searchBox property.

Returns:
possible object is Boolean

setSearchBox

public void setSearchBox(java.lang.Boolean value)
Sets the value of the searchBox property.

Parameters:
value - allowed object is Boolean

getLinkToInclude

public StoreCustomListingHeaderLinkType[] getLinkToInclude()
Returns:
array of StoreCustomListingHeaderLinkType

getLinkToInclude

public StoreCustomListingHeaderLinkType getLinkToInclude(int idx)
Returns:
one of StoreCustomListingHeaderLinkType

getLinkToIncludeLength

public int getLinkToIncludeLength()

setLinkToInclude

public void setLinkToInclude(StoreCustomListingHeaderLinkType[] values)
Parameters:
values - allowed objects are StoreCustomListingHeaderLinkType

_getLinkToInclude

protected java.util.List<StoreCustomListingHeaderLinkType> _getLinkToInclude()

setLinkToInclude

public StoreCustomListingHeaderLinkType setLinkToInclude(int idx,
                                                         StoreCustomListingHeaderLinkType value)
Parameters:
value - allowed object is StoreCustomListingHeaderLinkType

isAddToFavoriteStores

public java.lang.Boolean isAddToFavoriteStores()
Gets the value of the addToFavoriteStores property.

Returns:
possible object is Boolean

setAddToFavoriteStores

public void setAddToFavoriteStores(java.lang.Boolean value)
Sets the value of the addToFavoriteStores property.

Parameters:
value - allowed object is Boolean

isSignUpForStoreNewsletter

public java.lang.Boolean isSignUpForStoreNewsletter()
Gets the value of the signUpForStoreNewsletter property.

Returns:
possible object is Boolean

setSignUpForStoreNewsletter

public void setSignUpForStoreNewsletter(java.lang.Boolean value)
Sets the value of the signUpForStoreNewsletter 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.