|
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.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetDescriptionTemplatesResponseType
public class GetDescriptionTemplatesResponseType
This is the base response type for the GetDescriptionTemplates call. This call retrieves the Listing Designer templates that are available for use by the seller. The user has the option of retrieving all available Listing Designer templates for all categories, for all motor vehicle categories, or for a specific eBay category.
Java class for GetDescriptionTemplatesResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetDescriptionTemplatesResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="DescriptionTemplate" type="{urn:ebay:apis:eBLBaseComponents}DescriptionTemplateType" maxOccurs="unbounded" minOccurs="0"/> <element name="LayoutTotal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ObsoleteLayoutID" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="ObsoleteThemeID" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="ThemeGroup" type="{urn:ebay:apis:eBLBaseComponents}ThemeGroupType" maxOccurs="unbounded" minOccurs="0"/> <element name="ThemeTotal" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<DescriptionTemplateType> |
descriptionTemplate
|
protected java.lang.Integer |
layoutTotal
|
protected java.util.List<java.lang.Integer> |
obsoleteLayoutID
|
protected java.util.List<java.lang.Integer> |
obsoleteThemeID
|
protected java.util.List<ThemeGroupType> |
themeGroup
|
protected java.lang.Integer |
themeTotal
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType |
---|
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version |
Constructor Summary | |
---|---|
GetDescriptionTemplatesResponseType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<DescriptionTemplateType> descriptionTemplate
protected java.lang.Integer layoutTotal
protected java.util.List<java.lang.Integer> obsoleteLayoutID
protected java.util.List<java.lang.Integer> obsoleteThemeID
protected java.util.List<ThemeGroupType> themeGroup
protected java.lang.Integer themeTotal
Constructor Detail |
---|
public GetDescriptionTemplatesResponseType()
Method Detail |
---|
public DescriptionTemplateType[] getDescriptionTemplate()
DescriptionTemplateType
public DescriptionTemplateType getDescriptionTemplate(int idx)
DescriptionTemplateType
public int getDescriptionTemplateLength()
public void setDescriptionTemplate(DescriptionTemplateType[] values)
values
- allowed objects are
DescriptionTemplateType
protected java.util.List<DescriptionTemplateType> _getDescriptionTemplate()
public DescriptionTemplateType setDescriptionTemplate(int idx, DescriptionTemplateType value)
value
- allowed object is
DescriptionTemplateType
public java.lang.Integer getLayoutTotal()
Integer
public void setLayoutTotal(java.lang.Integer value)
value
- allowed object is
Integer
public int[] getObsoleteLayoutID()
Integer
public int getObsoleteLayoutID(int idx)
Integer
public int getObsoleteLayoutIDLength()
public void setObsoleteLayoutID(int[] values)
values
- allowed objects are
Integer
protected java.util.List<java.lang.Integer> _getObsoleteLayoutID()
public int setObsoleteLayoutID(int idx, int value)
value
- allowed object is
Integer
public int[] getObsoleteThemeID()
Integer
public int getObsoleteThemeID(int idx)
Integer
public int getObsoleteThemeIDLength()
public void setObsoleteThemeID(int[] values)
values
- allowed objects are
Integer
protected java.util.List<java.lang.Integer> _getObsoleteThemeID()
public int setObsoleteThemeID(int idx, int value)
value
- allowed object is
Integer
public ThemeGroupType[] getThemeGroup()
ThemeGroupType
public ThemeGroupType getThemeGroup(int idx)
ThemeGroupType
public int getThemeGroupLength()
public void setThemeGroup(ThemeGroupType[] values)
values
- allowed objects are
ThemeGroupType
protected java.util.List<ThemeGroupType> _getThemeGroup()
public ThemeGroupType setThemeGroup(int idx, ThemeGroupType value)
value
- allowed object is
ThemeGroupType
public java.lang.Integer getThemeTotal()
Integer
public void setThemeTotal(java.lang.Integer value)
value
- allowed object is
Integer
|
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.