public class

ListingDesignerType

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

Class Overview

Identifies the Layout and the Theme template associated with the item. in case of revision - all data can be min occur = 0

Java class for ListingDesignerType complex type.

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

 <complexType name="ListingDesignerType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LayoutID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="OptimalPictureSize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ThemeID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Integer layoutID
protected Boolean optimalPictureSize
protected Integer themeID
Public Constructors
ListingDesignerType()
Public Methods
Integer getLayoutID()
Gets the value of the layoutID property.
Integer getThemeID()
Gets the value of the themeID property.
Boolean isOptimalPictureSize()
Gets the value of the optimalPictureSize property.
void setLayoutID(Integer value)
Sets the value of the layoutID property.
void setOptimalPictureSize(Boolean value)
Sets the value of the optimalPictureSize property.
void setThemeID(Integer value)
Sets the value of the themeID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Integer layoutID

protected Boolean optimalPictureSize

protected Integer themeID

Public Constructors

public ListingDesignerType ()

Public Methods

public Integer getLayoutID ()

Gets the value of the layoutID property.

Returns
  • possible object is Integer

public Integer getThemeID ()

Gets the value of the themeID property.

Returns
  • possible object is Integer

public Boolean isOptimalPictureSize ()

Gets the value of the optimalPictureSize property.

Returns
  • possible object is Boolean

public void setLayoutID (Integer value)

Sets the value of the layoutID property.

Parameters
value Allowed object is Integer

public void setOptimalPictureSize (Boolean value)

Sets the value of the optimalPictureSize property.

Parameters
value Allowed object is Boolean

public void setThemeID (Integer value)

Sets the value of the themeID property.

Parameters
value Allowed object is Integer