|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.PictureDetailsType
public class PictureDetailsType
Contains the data for the pictures associated with an item.
Java class for PictureDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PictureDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GalleryType" type="{urn:ebay:apis:eBLBaseComponents}GalleryTypeCodeType" minOccurs="0"/> <element name="PhotoDisplay" type="{urn:ebay:apis:eBLBaseComponents}PhotoDisplayCodeType" minOccurs="0"/> <element name="PictureURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="PictureSource" type="{urn:ebay:apis:eBLBaseComponents}PictureSourceCodeType" minOccurs="0"/> <element name="GalleryDuration" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="GalleryStatus" type="{urn:ebay:apis:eBLBaseComponents}GalleryStatusCodeType" minOccurs="0"/> <element name="GalleryErrorInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExternalPictureURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="ExtendedPictureDetails" type="{urn:ebay:apis:eBLBaseComponents}ExtendedPictureDetailsType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected ExtendedPictureDetailsType |
extendedPictureDetails
|
protected List<String> |
externalPictureURL
|
protected String |
galleryDuration
|
protected String |
galleryErrorInfo
|
protected GalleryStatusCodeType |
galleryStatus
|
protected GalleryTypeCodeType |
galleryType
|
protected PhotoDisplayCodeType |
photoDisplay
|
protected PictureSourceCodeType |
pictureSource
|
protected List<String> |
pictureURL
|
Constructor Summary | |
---|---|
PictureDetailsType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
protected List<String> |
_getExternalPictureURL()
|
protected List<String> |
_getPictureURL()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
ExtendedPictureDetailsType |
getExtendedPictureDetails()
Gets the value of the extendedPictureDetails property. |
String[] |
getExternalPictureURL()
|
String |
getExternalPictureURL(int idx)
|
int |
getExternalPictureURLLength()
|
String |
getGalleryDuration()
Gets the value of the galleryDuration property. |
String |
getGalleryErrorInfo()
Gets the value of the galleryErrorInfo property. |
GalleryStatusCodeType |
getGalleryStatus()
Gets the value of the galleryStatus property. |
GalleryTypeCodeType |
getGalleryType()
Gets the value of the galleryType property. |
PhotoDisplayCodeType |
getPhotoDisplay()
Gets the value of the photoDisplay property. |
PictureSourceCodeType |
getPictureSource()
Gets the value of the pictureSource property. |
String[] |
getPictureURL()
|
String |
getPictureURL(int idx)
|
int |
getPictureURLLength()
|
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setExtendedPictureDetails(ExtendedPictureDetailsType value)
Sets the value of the extendedPictureDetails property. |
String |
setExternalPictureURL(int idx,
String value)
|
void |
setExternalPictureURL(String[] values)
|
void |
setGalleryDuration(String value)
Sets the value of the galleryDuration property. |
void |
setGalleryErrorInfo(String value)
Sets the value of the galleryErrorInfo property. |
void |
setGalleryStatus(GalleryStatusCodeType value)
Sets the value of the galleryStatus property. |
void |
setGalleryType(GalleryTypeCodeType value)
Sets the value of the galleryType property. |
void |
setPhotoDisplay(PhotoDisplayCodeType value)
Sets the value of the photoDisplay property. |
void |
setPictureSource(PictureSourceCodeType value)
Sets the value of the pictureSource property. |
String |
setPictureURL(int idx,
String value)
|
void |
setPictureURL(String[] values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected GalleryTypeCodeType galleryType
protected PhotoDisplayCodeType photoDisplay
protected List<String> pictureURL
protected PictureSourceCodeType pictureSource
protected String galleryDuration
protected GalleryStatusCodeType galleryStatus
protected String galleryErrorInfo
protected List<String> externalPictureURL
protected ExtendedPictureDetailsType extendedPictureDetails
protected List<Object> any
Constructor Detail |
---|
public PictureDetailsType()
Method Detail |
---|
public GalleryTypeCodeType getGalleryType()
GalleryTypeCodeType
public void setGalleryType(GalleryTypeCodeType value)
value
- allowed object is
GalleryTypeCodeType
public PhotoDisplayCodeType getPhotoDisplay()
PhotoDisplayCodeType
public void setPhotoDisplay(PhotoDisplayCodeType value)
value
- allowed object is
PhotoDisplayCodeType
public String[] getPictureURL()
String
public String getPictureURL(int idx)
String
public int getPictureURLLength()
public void setPictureURL(String[] values)
values
- allowed objects are
String
protected List<String> _getPictureURL()
public String setPictureURL(int idx, String value)
value
- allowed object is
String
public PictureSourceCodeType getPictureSource()
PictureSourceCodeType
public void setPictureSource(PictureSourceCodeType value)
value
- allowed object is
PictureSourceCodeType
public String getGalleryDuration()
String
public void setGalleryDuration(String value)
value
- allowed object is
String
public GalleryStatusCodeType getGalleryStatus()
GalleryStatusCodeType
public void setGalleryStatus(GalleryStatusCodeType value)
value
- allowed object is
GalleryStatusCodeType
public String getGalleryErrorInfo()
String
public void setGalleryErrorInfo(String value)
value
- allowed object is
String
public String[] getExternalPictureURL()
String
public String getExternalPictureURL(int idx)
String
public int getExternalPictureURLLength()
public void setExternalPictureURL(String[] values)
values
- allowed objects are
String
protected List<String> _getExternalPictureURL()
public String setExternalPictureURL(int idx, String value)
value
- allowed object is
String
public ExtendedPictureDetailsType getExtendedPictureDetails()
ExtendedPictureDetailsType
public void setExtendedPictureDetails(ExtendedPictureDetailsType value)
value
- allowed object is
ExtendedPictureDetailsType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.