|
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 List<DescriptionTemplateType> |
descriptionTemplate
|
protected Integer |
layoutTotal
|
protected List<Integer> |
obsoleteLayoutID
|
protected List<Integer> |
obsoleteThemeID
|
protected List<ThemeGroupType> |
themeGroup
|
protected 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 List<DescriptionTemplateType> descriptionTemplate
protected Integer layoutTotal
protected List<Integer> obsoleteLayoutID
protected List<Integer> obsoleteThemeID
protected List<ThemeGroupType> themeGroup
protected 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 List<DescriptionTemplateType> _getDescriptionTemplate()
public DescriptionTemplateType setDescriptionTemplate(int idx, DescriptionTemplateType value)
value
- allowed object is
DescriptionTemplateType
public Integer getLayoutTotal()
Integer
public void setLayoutTotal(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 List<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 List<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 List<ThemeGroupType> _getThemeGroup()
public ThemeGroupType setThemeGroup(int idx, ThemeGroupType value)
value
- allowed object is
ThemeGroupType
public Integer getThemeTotal()
Integer
public void setThemeTotal(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.