|
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.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetStoreRequestType
public class GetStoreRequestType
Retrieves configuration information for the eBay store owned by the specified UserID, or by the caller.
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>
Field Summary | |
---|---|
protected Boolean |
categoryStructureOnly
|
protected Integer |
levelLimit
|
protected Long |
rootCategoryID
|
protected 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 | |
---|---|
Integer |
getLevelLimit()
Gets the value of the levelLimit property. |
Long |
getRootCategoryID()
Gets the value of the rootCategoryID property. |
String |
getUserID()
Gets the value of the userID property. |
Boolean |
isCategoryStructureOnly()
Gets the value of the categoryStructureOnly property. |
void |
setCategoryStructureOnly(Boolean value)
Sets the value of the categoryStructureOnly property. |
void |
setLevelLimit(Integer value)
Sets the value of the levelLimit property. |
void |
setRootCategoryID(Long value)
Sets the value of the rootCategoryID property. |
void |
setUserID(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 |
---|
protected Boolean categoryStructureOnly
protected Long rootCategoryID
protected Integer levelLimit
protected String userID
Constructor Detail |
---|
public GetStoreRequestType()
Method Detail |
---|
public Boolean isCategoryStructureOnly()
Boolean
public void setCategoryStructureOnly(Boolean value)
value
- allowed object is
Boolean
public Long getRootCategoryID()
Long
public void setRootCategoryID(Long value)
value
- allowed object is
Long
public Integer getLevelLimit()
Integer
public void setLevelLimit(Integer value)
value
- allowed object is
Integer
public String getUserID()
String
public void setUserID(String value)
value
- allowed object is
String
|
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.