| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SiteHostedPictureType |
Java class for SiteHostedPictureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SiteHostedPictureType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PictureURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="6" minOccurs="0"/>
<element name="PhotoDisplay" type="{urn:ebay:apis:eBLBaseComponents}PhotoDisplayCodeType" minOccurs="0"/>
<element name="GalleryType" type="{urn:ebay:apis:eBLBaseComponents}GalleryTypeCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| galleryType | |||||||||||
| photoDisplay | |||||||||||
| pictureURL | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the galleryType property.
| |||||||||||
Gets the value of the photoDisplay property.
| |||||||||||
Gets the value of the pictureURL property.
| |||||||||||
Sets the value of the galleryType property.
| |||||||||||
Sets the value of the photoDisplay property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the galleryType property.
GalleryTypeCodeType
Gets the value of the photoDisplay property.
PhotoDisplayCodeType
Gets the value of the pictureURL property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pictureURL property.
For example, to add a new item, do as follows:
getPictureURL().add(newItem);
Objects of the following type(s) are allowed in the list String
Sets the value of the galleryType property.
| value | Allowed object is
GalleryTypeCodeType
|
|---|
Sets the value of the photoDisplay property.
| value | Allowed object is
PhotoDisplayCodeType
|
|---|