|
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 java.util.List<java.lang.Object> |
any
|
protected ExtendedPictureDetailsType |
extendedPictureDetails
|
protected java.util.List<java.lang.String> |
externalPictureURL
|
protected java.lang.String |
galleryURL
|
protected java.util.List<java.lang.String> |
pictureURL
|
protected java.lang.String |
variationSpecificValue
|
Constructor Summary | |
---|---|
VariationSpecificPictureSetType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<java.lang.String> |
_getExternalPictureURL()
|
protected java.util.List<java.lang.String> |
_getPictureURL()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
ExtendedPictureDetailsType |
getExtendedPictureDetails()
Gets the value of the extendedPictureDetails property. |
java.lang.String[] |
getExternalPictureURL()
|
java.lang.String |
getExternalPictureURL(int idx)
|
int |
getExternalPictureURLLength()
|
java.lang.String |
getGalleryURL()
Gets the value of the galleryURL property. |
java.lang.String[] |
getPictureURL()
|
java.lang.String |
getPictureURL(int idx)
|
int |
getPictureURLLength()
|
java.lang.String |
getVariationSpecificValue()
Gets the value of the variationSpecificValue property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setExtendedPictureDetails(ExtendedPictureDetailsType value)
Sets the value of the extendedPictureDetails property. |
java.lang.String |
setExternalPictureURL(int idx,
java.lang.String value)
|
void |
setExternalPictureURL(java.lang.String[] values)
|
void |
setGalleryURL(java.lang.String value)
Sets the value of the galleryURL property. |
java.lang.String |
setPictureURL(int idx,
java.lang.String value)
|
void |
setPictureURL(java.lang.String[] values)
|
void |
setVariationSpecificValue(java.lang.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 java.lang.String variationSpecificValue
protected java.util.List<java.lang.String> pictureURL
protected java.lang.String galleryURL
protected java.util.List<java.lang.String> externalPictureURL
protected ExtendedPictureDetailsType extendedPictureDetails
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public VariationSpecificPictureSetType()
Method Detail |
---|
public java.lang.String getVariationSpecificValue()
String
public void setVariationSpecificValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String[] getPictureURL()
String
public java.lang.String getPictureURL(int idx)
String
public int getPictureURLLength()
public void setPictureURL(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getPictureURL()
public java.lang.String setPictureURL(int idx, java.lang.String value)
value
- allowed object is
String
public java.lang.String getGalleryURL()
String
public void setGalleryURL(java.lang.String value)
value
- allowed object is
String
public java.lang.String[] getExternalPictureURL()
String
public java.lang.String getExternalPictureURL(int idx)
String
public int getExternalPictureURLLength()
public void setExternalPictureURL(java.lang.String[] values)
values
- allowed objects are
String
protected java.util.List<java.lang.String> _getExternalPictureURL()
public java.lang.String setExternalPictureURL(int idx, java.lang.String value)
value
- allowed object is
String
public ExtendedPictureDetailsType getExtendedPictureDetails()
ExtendedPictureDetailsType
public void setExtendedPictureDetails(ExtendedPictureDetailsType value)
value
- allowed object is
ExtendedPictureDetailsType
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.