public class

StorefrontType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.StorefrontType

Class Overview

Contains the eBay Stores-specific item attributes department number and store location. StorefrontInfo is shown for any item that belongs to an eBay Store owner, regardless of whether it is fixed price or auction type. Returned as null for international fixed price items.

Java class for StorefrontType complex type.

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

 <complexType name="StorefrontType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}StoreCategoryID"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}StoreURL" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int storeCategoryID
protected String storeURL
Public Constructors
StorefrontType()
Public Methods
int getStoreCategoryID()
assumed this type is specific to add/get/revise item, then each StorefrontType nust have category id, for store details this node makes no sense to use
String getStoreURL()
in case or revise item for example - to change store category (department) you do not need to change store URL, so it will notbe in request
void setStoreCategoryID(int value)
Sets the value of the storeCategoryID property.
void setStoreURL(String value)
Sets the value of the storeURL property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int storeCategoryID

protected String storeURL

Public Constructors

public StorefrontType ()

Public Methods

public int getStoreCategoryID ()

assumed this type is specific to add/get/revise item, then each StorefrontType nust have category id, for store details this node makes no sense to use

public String getStoreURL ()

in case or revise item for example - to change store category (department) you do not need to change store URL, so it will notbe in request

Returns
  • possible object is String

public void setStoreCategoryID (int value)

Sets the value of the storeCategoryID property.

Parameters
value

public void setStoreURL (String value)

Sets the value of the storeURL property.

Parameters
value Allowed object is String