|
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.StoreType
public class StoreType
The configuration of an eBay Store.
Java class for StoreType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StoreType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="URLPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="URL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="SubscriptionLevel" type="{urn:ebay:apis:eBLBaseComponents}StoreSubscriptionLevelCodeType" minOccurs="0"/> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Logo" type="{urn:ebay:apis:eBLBaseComponents}StoreLogoType" minOccurs="0"/> <element name="Theme" type="{urn:ebay:apis:eBLBaseComponents}StoreThemeType" minOccurs="0"/> <element name="HeaderStyle" type="{urn:ebay:apis:eBLBaseComponents}StoreHeaderStyleCodeType" minOccurs="0"/> <element name="HomePage" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ItemListLayout" type="{urn:ebay:apis:eBLBaseComponents}StoreItemListLayoutCodeType" minOccurs="0"/> <element name="ItemListSortOrder" type="{urn:ebay:apis:eBLBaseComponents}StoreItemListSortOrderCodeType" minOccurs="0"/> <element name="CustomHeaderLayout" type="{urn:ebay:apis:eBLBaseComponents}StoreCustomHeaderLayoutCodeType" minOccurs="0"/> <element name="CustomHeader" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExportListings" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CustomCategories" type="{urn:ebay:apis:eBLBaseComponents}StoreCustomCategoryArrayType" minOccurs="0"/> <element name="CustomListingHeader" type="{urn:ebay:apis:eBLBaseComponents}StoreCustomListingHeaderType" minOccurs="0"/> <element name="MerchDisplay" type="{urn:ebay:apis:eBLBaseComponents}MerchDisplayCodeType" minOccurs="0"/> <element name="LastOpenedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="TitleWithCompatibility" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected StoreCustomCategoryArrayType |
customCategories
|
protected String |
customHeader
|
protected StoreCustomHeaderLayoutCodeType |
customHeaderLayout
|
protected StoreCustomListingHeaderType |
customListingHeader
|
protected String |
description
|
protected Boolean |
exportListings
|
protected StoreHeaderStyleCodeType |
headerStyle
|
protected Long |
homePage
|
protected StoreItemListLayoutCodeType |
itemListLayout
|
protected StoreItemListSortOrderCodeType |
itemListSortOrder
|
protected Calendar |
lastOpenedTime
|
protected StoreLogoType |
logo
|
protected MerchDisplayCodeType |
merchDisplay
|
protected String |
name
|
protected StoreSubscriptionLevelCodeType |
subscriptionLevel
|
protected StoreThemeType |
theme
|
protected Boolean |
titleWithCompatibility
|
protected String |
url
|
protected String |
urlPath
|
Constructor Summary | |
---|---|
StoreType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
StoreCustomCategoryArrayType |
getCustomCategories()
Gets the value of the customCategories property. |
String |
getCustomHeader()
Gets the value of the customHeader property. |
StoreCustomHeaderLayoutCodeType |
getCustomHeaderLayout()
Gets the value of the customHeaderLayout property. |
StoreCustomListingHeaderType |
getCustomListingHeader()
Gets the value of the customListingHeader property. |
String |
getDescription()
Gets the value of the description property. |
StoreHeaderStyleCodeType |
getHeaderStyle()
Gets the value of the headerStyle property. |
Long |
getHomePage()
Gets the value of the homePage property. |
StoreItemListLayoutCodeType |
getItemListLayout()
Gets the value of the itemListLayout property. |
StoreItemListSortOrderCodeType |
getItemListSortOrder()
Gets the value of the itemListSortOrder property. |
Calendar |
getLastOpenedTime()
Gets the value of the lastOpenedTime property. |
StoreLogoType |
getLogo()
Gets the value of the logo property. |
MerchDisplayCodeType |
getMerchDisplay()
Gets the value of the merchDisplay property. |
String |
getName()
Gets the value of the name property. |
StoreSubscriptionLevelCodeType |
getSubscriptionLevel()
Gets the value of the subscriptionLevel property. |
StoreThemeType |
getTheme()
Gets the value of the theme property. |
String |
getURL()
Gets the value of the url property. |
String |
getURLPath()
Gets the value of the urlPath property. |
Boolean |
isExportListings()
Gets the value of the exportListings property. |
Boolean |
isTitleWithCompatibility()
Gets the value of the titleWithCompatibility property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setCustomCategories(StoreCustomCategoryArrayType value)
Sets the value of the customCategories property. |
void |
setCustomHeader(String value)
Sets the value of the customHeader property. |
void |
setCustomHeaderLayout(StoreCustomHeaderLayoutCodeType value)
Sets the value of the customHeaderLayout property. |
void |
setCustomListingHeader(StoreCustomListingHeaderType value)
Sets the value of the customListingHeader property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setExportListings(Boolean value)
Sets the value of the exportListings property. |
void |
setHeaderStyle(StoreHeaderStyleCodeType value)
Sets the value of the headerStyle property. |
void |
setHomePage(Long value)
Sets the value of the homePage property. |
void |
setItemListLayout(StoreItemListLayoutCodeType value)
Sets the value of the itemListLayout property. |
void |
setItemListSortOrder(StoreItemListSortOrderCodeType value)
Sets the value of the itemListSortOrder property. |
void |
setLastOpenedTime(Calendar value)
Sets the value of the lastOpenedTime property. |
void |
setLogo(StoreLogoType value)
Sets the value of the logo property. |
void |
setMerchDisplay(MerchDisplayCodeType value)
Sets the value of the merchDisplay property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSubscriptionLevel(StoreSubscriptionLevelCodeType value)
Sets the value of the subscriptionLevel property. |
void |
setTheme(StoreThemeType value)
Sets the value of the theme property. |
void |
setTitleWithCompatibility(Boolean value)
Sets the value of the titleWithCompatibility property. |
void |
setURL(String value)
Sets the value of the url property. |
void |
setURLPath(String value)
Sets the value of the urlPath property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected String urlPath
protected String url
protected StoreSubscriptionLevelCodeType subscriptionLevel
protected String description
protected StoreLogoType logo
protected StoreThemeType theme
protected StoreHeaderStyleCodeType headerStyle
protected Long homePage
protected StoreItemListLayoutCodeType itemListLayout
protected StoreItemListSortOrderCodeType itemListSortOrder
protected StoreCustomHeaderLayoutCodeType customHeaderLayout
protected String customHeader
protected Boolean exportListings
protected StoreCustomCategoryArrayType customCategories
protected StoreCustomListingHeaderType customListingHeader
protected MerchDisplayCodeType merchDisplay
protected Calendar lastOpenedTime
protected Boolean titleWithCompatibility
protected List<Object> any
Constructor Detail |
---|
public StoreType()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getURLPath()
String
public void setURLPath(String value)
value
- allowed object is
String
public String getURL()
String
public void setURL(String value)
value
- allowed object is
String
public StoreSubscriptionLevelCodeType getSubscriptionLevel()
StoreSubscriptionLevelCodeType
public void setSubscriptionLevel(StoreSubscriptionLevelCodeType value)
value
- allowed object is
StoreSubscriptionLevelCodeType
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public StoreLogoType getLogo()
StoreLogoType
public void setLogo(StoreLogoType value)
value
- allowed object is
StoreLogoType
public StoreThemeType getTheme()
StoreThemeType
public void setTheme(StoreThemeType value)
value
- allowed object is
StoreThemeType
public StoreHeaderStyleCodeType getHeaderStyle()
StoreHeaderStyleCodeType
public void setHeaderStyle(StoreHeaderStyleCodeType value)
value
- allowed object is
StoreHeaderStyleCodeType
public Long getHomePage()
Long
public void setHomePage(Long value)
value
- allowed object is
Long
public StoreItemListLayoutCodeType getItemListLayout()
StoreItemListLayoutCodeType
public void setItemListLayout(StoreItemListLayoutCodeType value)
value
- allowed object is
StoreItemListLayoutCodeType
public StoreItemListSortOrderCodeType getItemListSortOrder()
StoreItemListSortOrderCodeType
public void setItemListSortOrder(StoreItemListSortOrderCodeType value)
value
- allowed object is
StoreItemListSortOrderCodeType
public StoreCustomHeaderLayoutCodeType getCustomHeaderLayout()
StoreCustomHeaderLayoutCodeType
public void setCustomHeaderLayout(StoreCustomHeaderLayoutCodeType value)
value
- allowed object is
StoreCustomHeaderLayoutCodeType
public String getCustomHeader()
String
public void setCustomHeader(String value)
value
- allowed object is
String
public Boolean isExportListings()
Boolean
public void setExportListings(Boolean value)
value
- allowed object is
Boolean
public StoreCustomCategoryArrayType getCustomCategories()
StoreCustomCategoryArrayType
public void setCustomCategories(StoreCustomCategoryArrayType value)
value
- allowed object is
StoreCustomCategoryArrayType
public StoreCustomListingHeaderType getCustomListingHeader()
StoreCustomListingHeaderType
public void setCustomListingHeader(StoreCustomListingHeaderType value)
value
- allowed object is
StoreCustomListingHeaderType
public MerchDisplayCodeType getMerchDisplay()
MerchDisplayCodeType
public void setMerchDisplay(MerchDisplayCodeType value)
value
- allowed object is
MerchDisplayCodeType
public Calendar getLastOpenedTime()
String
public void setLastOpenedTime(Calendar value)
value
- allowed object is
String
public Boolean isTitleWithCompatibility()
Boolean
public void setTitleWithCompatibility(Boolean value)
value
- allowed object is
Boolean
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
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.