public class SiteHostedPictureType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected GalleryTypeCodeType |
galleryType |
protected PhotoDisplayCodeType |
photoDisplay |
protected java.util.List<java.lang.String> |
pictureURL |
| Constructor and Description |
|---|
SiteHostedPictureType() |
| Modifier and Type | Method and Description |
|---|---|
GalleryTypeCodeType |
getGalleryType()
Gets the value of the galleryType property.
|
PhotoDisplayCodeType |
getPhotoDisplay()
Gets the value of the photoDisplay property.
|
java.util.List<java.lang.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.
|
protected java.util.List<java.lang.String> pictureURL
protected PhotoDisplayCodeType photoDisplay
protected GalleryTypeCodeType galleryType
public java.util.List<java.lang.String> getPictureURL()
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 PhotoDisplayCodeType getPhotoDisplay()
PhotoDisplayCodeTypepublic void setPhotoDisplay(PhotoDisplayCodeType value)
value - the value
allowed object is
PhotoDisplayCodeTypepublic GalleryTypeCodeType getGalleryType()
GalleryTypeCodeTypepublic void setGalleryType(GalleryTypeCodeType value)
value - the value
allowed object is
GalleryTypeCodeTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.