|
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.VariationSpecificPictureSetType
public class VariationSpecificPictureSetType
Type defining the VariationSpecificPictureSet container, which is used to specify the URL(s) where the picture(s) of the variation specific will be hosted. If the Variations.Pictures container is used, at least one VariationSpecificPictureSet container is required.
Java class for VariationSpecificPictureSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VariationSpecificPictureSetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="VariationSpecificValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PictureURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="GalleryURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" 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 |
galleryURL
|
protected List<String> |
pictureURL
|
protected String |
variationSpecificValue
|
Constructor Summary | |
---|---|
VariationSpecificPictureSetType()
|
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 |
getGalleryURL()
Gets the value of the galleryURL property. |
String[] |
getPictureURL()
|
String |
getPictureURL(int idx)
|
int |
getPictureURLLength()
|
String |
getVariationSpecificValue()
Gets the value of the variationSpecificValue property. |
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 |
setGalleryURL(String value)
Sets the value of the galleryURL property. |
String |
setPictureURL(int idx,
String value)
|
void |
setPictureURL(String[] values)
|
void |
setVariationSpecificValue(String value)
Sets the value of the variationSpecificValue property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String variationSpecificValue
protected List<String> pictureURL
protected String galleryURL
protected List<String> externalPictureURL
protected ExtendedPictureDetailsType extendedPictureDetails
protected List<Object> any
Constructor Detail |
---|
public VariationSpecificPictureSetType()
Method Detail |
---|
public String getVariationSpecificValue()
String
public void setVariationSpecificValue(String value)
value
- allowed object is
String
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 String getGalleryURL()
String
public void setGalleryURL(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.