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

  •   variationSpecificValue

    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
  •   pictureURL

    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
  •   galleryURL

    Not applicable.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Shopping_VariationSpecificPictureSetType.h

galleryURL

Not applicable.

@property (nonatomic, retain) NSString *galleryURL

Discussion

Not applicable.

type : NSString, wrapper for primitive string

Declared In

Shopping_VariationSpecificPictureSetType.h

pictureURL

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 *pictureURL

Discussion

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.h

variationSpecificValue

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 *variationSpecificValue

Discussion

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