public class

SiteHostedPictureType

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

Class Overview

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>
 

Summary

Fields
protected GalleryTypeCodeType galleryType
protected PhotoDisplayCodeType photoDisplay
protected List<String> pictureURL
Public Constructors
SiteHostedPictureType()
Public Methods
GalleryTypeCodeType getGalleryType()
Gets the value of the galleryType property.
PhotoDisplayCodeType getPhotoDisplay()
Gets the value of the photoDisplay property.
List<String> getPictureURL()
Gets the value of the pictureURL property.
void setGalleryType(GalleryTypeCodeType value)
Sets the value of the galleryType property.
void setPhotoDisplay(PhotoDisplayCodeType value)
Sets the value of the photoDisplay property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GalleryTypeCodeType galleryType

protected PhotoDisplayCodeType photoDisplay

protected List<String> pictureURL

Public Constructors

public SiteHostedPictureType ()

Public Methods

public GalleryTypeCodeType getGalleryType ()

Gets the value of the galleryType property.

Returns

public PhotoDisplayCodeType getPhotoDisplay ()

Gets the value of the photoDisplay property.

Returns

public List<String> getPictureURL ()

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

public void setGalleryType (GalleryTypeCodeType value)

Sets the value of the galleryType property.

Parameters
value Allowed object is GalleryTypeCodeType

public void setPhotoDisplay (PhotoDisplayCodeType value)

Sets the value of the photoDisplay property.

Parameters
value Allowed object is PhotoDisplayCodeType