Shopping_VariationSpecificPictureSetType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_VariationSpecificPictureSetType.h Shopping_VariationSpecificPictureSetType.m |
Overview
At least one container is required (minOccurs=“1”) if Pictures container is present in the request.
@ingroup ShoppingInterface
Tasks
-
variationSpecificValueA value that is associated with VariationSpecificName. For example,
property
suppose this set of pictures is showing blue shirts, and some of
the variations include Color=Blue in their variation specifics.
If VariationSpecificName is “Color”, then VariationSpecificValue would be “Blue”. -
pictureURLThe URL of a picture that is associated with VariationSpecificValue.
property
The first PictureURL is also used as the gallery picture for
applicable variations.
For example, if the picture set contains pictures of red shirts
(i.e., VariationSpecificName=Color and VariationSpecificValue=Red),
the first picture is used as the gallery picture for
all the red shirt variations. -
galleryURLNot applicable.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_VariationSpecificPictureSetType.hgalleryURL
Not applicable.
@property (nonatomic, retain) NSString *galleryURLDiscussion
Not applicable.
type : NSString, wrapper for primitive string
Declared In
Shopping_VariationSpecificPictureSetType.hpictureURL
The URL of a picture that is associated with VariationSpecificValue.
The first PictureURL is also used as the gallery picture for
applicable variations.
For example, if the picture set contains pictures of red shirts
(i.e., VariationSpecificName=Color and VariationSpecificValue=Red),
the first picture is used as the gallery picture for
all the red shirt variations.
@property (nonatomic, retain) NSMutableArray *pictureURLDiscussion
The URL of a picture that is associated with VariationSpecificValue.
The first PictureURL is also used as the gallery picture for
applicable variations.
For example, if the picture set contains pictures of red shirts
(i.e., VariationSpecificName=Color and VariationSpecificValue=Red),
the first picture is used as the gallery picture for
all the red shirt variations.
entry type : NSString, wrapper for primitive string
Declared In
Shopping_VariationSpecificPictureSetType.hvariationSpecificValue
A value that is associated with VariationSpecificName. For example,
suppose this set of pictures is showing blue shirts, and some of
the variations include Color=Blue in their variation specifics.
If VariationSpecificName is “Color”, then VariationSpecificValue would be “Blue”.
@property (nonatomic, retain) NSString *variationSpecificValueDiscussion
A value that is associated with VariationSpecificName. For example,
suppose this set of pictures is showing blue shirts, and some of
the variations include Color=Blue in their variation specifics.
If VariationSpecificName is “Color”, then VariationSpecificValue would be “Blue”.
type : NSString, wrapper for primitive string
Declared In
Shopping_VariationSpecificPictureSetType.h