| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.ListingDesignerType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| layoutID | |||||||||||
| optimalPictureSize | |||||||||||
| themeID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the layoutID property.
| |||||||||||
Gets the value of the themeID property.
| |||||||||||
Gets the value of the optimalPictureSize property.
| |||||||||||
Sets the value of the layoutID property.
| |||||||||||
Sets the value of the optimalPictureSize property.
| |||||||||||
Sets the value of the themeID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the layoutID property.
Gets the value of the themeID property.
Gets the value of the optimalPictureSize property.
Sets the value of the layoutID property.
| value | Allowed object is Integer |
|---|
Sets the value of the optimalPictureSize property.
| value | Allowed object is Boolean |
|---|
Sets the value of the themeID property.
| value | Allowed object is Integer |
|---|