Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class GetStoreRequestType

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

public class GetStoreRequestType
extends AbstractRequestType
implements java.io.Serializable

This call is used to retrieve detailed information on a seller's eBay Store, including store theme information and eBay Store category hierarchy.

Java class for GetStoreRequestType complex type.

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

 <complexType name="GetStoreRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="CategoryStructureOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="RootCategoryID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="LevelLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="UserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean categoryStructureOnly
           
protected  java.lang.Integer levelLimit
           
protected  java.lang.Long rootCategoryID
           
protected  java.lang.String userID
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
GetStoreRequestType()
           
 
Method Summary
 java.lang.Integer getLevelLimit()
          Gets the value of the levelLimit property.
 java.lang.Long getRootCategoryID()
          Gets the value of the rootCategoryID property.
 java.lang.String getUserID()
          Gets the value of the userID property.
 java.lang.Boolean isCategoryStructureOnly()
          Gets the value of the categoryStructureOnly property.
 void setCategoryStructureOnly(java.lang.Boolean value)
          Sets the value of the categoryStructureOnly property.
 void setLevelLimit(java.lang.Integer value)
          Sets the value of the levelLimit property.
 void setRootCategoryID(java.lang.Long value)
          Sets the value of the rootCategoryID property.
 void setUserID(java.lang.String value)
          Sets the value of the userID property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

categoryStructureOnly

protected java.lang.Boolean categoryStructureOnly

rootCategoryID

protected java.lang.Long rootCategoryID

levelLimit

protected java.lang.Integer levelLimit

userID

protected java.lang.String userID
Constructor Detail

GetStoreRequestType

public GetStoreRequestType()
Method Detail

isCategoryStructureOnly

public java.lang.Boolean isCategoryStructureOnly()
Gets the value of the categoryStructureOnly property.

Returns:
possible object is Boolean

setCategoryStructureOnly

public void setCategoryStructureOnly(java.lang.Boolean value)
Sets the value of the categoryStructureOnly property.

Parameters:
value - allowed object is Boolean

getRootCategoryID

public java.lang.Long getRootCategoryID()
Gets the value of the rootCategoryID property.

Returns:
possible object is Long

setRootCategoryID

public void setRootCategoryID(java.lang.Long value)
Sets the value of the rootCategoryID property.

Parameters:
value - allowed object is Long

getLevelLimit

public java.lang.Integer getLevelLimit()
Gets the value of the levelLimit property.

Returns:
possible object is Integer

setLevelLimit

public void setLevelLimit(java.lang.Integer value)
Sets the value of the levelLimit property.

Parameters:
value - allowed object is Integer

getUserID

public java.lang.String getUserID()
Gets the value of the userID property.

Returns:
possible object is String

setUserID

public void setUserID(java.lang.String value)
Sets the value of the userID property.

Parameters:
value - allowed object is String

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.