| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.VendorHostedPictureType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| galleryType | |||||||||||
| galleryURL | |||||||||||
| pictureURL | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the galleryType property.
| |||||||||||
Gets the value of the galleryURL property.
| |||||||||||
Gets the value of the pictureURL property.
| |||||||||||
Sets the value of the galleryType property.
| |||||||||||
Sets the value of the galleryURL property.
| |||||||||||
Sets the value of the pictureURL property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the galleryType property.
GalleryTypeCodeType
Gets the value of the galleryURL property.
Gets the value of the pictureURL property.
Sets the value of the galleryType property.
| value | Allowed object is
GalleryTypeCodeType
|
|---|
Sets the value of the galleryURL property.
| value | Allowed object is String |
|---|
Sets the value of the pictureURL property.
| value | Allowed object is String |
|---|