public class

VendorHostedPictureType

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

Class Overview

Java class for VendorHostedPictureType complex type.

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

 <complexType name="VendorHostedPictureType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PictureURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="GalleryURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="GalleryType" type="{urn:ebay:apis:eBLBaseComponents}GalleryTypeCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GalleryTypeCodeType galleryType
protected String galleryURL
protected String pictureURL
Public Constructors
VendorHostedPictureType()
Public Methods
GalleryTypeCodeType getGalleryType()
Gets the value of the galleryType property.
String getGalleryURL()
Gets the value of the galleryURL property.
String getPictureURL()
Gets the value of the pictureURL property.
void setGalleryType(GalleryTypeCodeType value)
Sets the value of the galleryType property.
void setGalleryURL(String value)
Sets the value of the galleryURL property.
void setPictureURL(String value)
Sets the value of the pictureURL property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GalleryTypeCodeType galleryType

protected String galleryURL

protected String pictureURL

Public Constructors

public VendorHostedPictureType ()

Public Methods

public GalleryTypeCodeType getGalleryType ()

Gets the value of the galleryType property.

Returns

public String getGalleryURL ()

Gets the value of the galleryURL property.

Returns
  • possible object is String

public String getPictureURL ()

Gets the value of the pictureURL property.

Returns
  • possible object is String

public void setGalleryType (GalleryTypeCodeType value)

Sets the value of the galleryType property.

Parameters
value Allowed object is GalleryTypeCodeType

public void setGalleryURL (String value)

Sets the value of the galleryURL property.

Parameters
value Allowed object is String

public void setPictureURL (String value)

Sets the value of the pictureURL property.

Parameters
value Allowed object is String