Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_NameValueRelationshipType.h
Trading_NameValueRelationshipType.m

Overview

Information about a parent name-value pair. Currently used to indicate
relationships betweenItem Specifics.

@ingroup EBayAPIInterface

Tasks

  •   parentName

    The name of another Item Specific that the current value depends on.
    For example, in a clothing category, “Size Type” could be recommended
    as a parent of Size.

    property
  •   parentValue

    The value of another Item Specific that the current value depends on.
    For example, in a clothing category, if “Size Type” is the ParentName,
    then “Petite” could be recommended as a parent value for Size=Medium.

    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

Trading_NameValueRelationshipType.h

parentName

The name of another Item Specific that the current value depends on.
For example, in a clothing category, “Size Type” could be recommended
as a parent of Size.

@property (nonatomic, retain) NSString *parentName

Discussion

The name of another Item Specific that the current value depends on.
For example, in a clothing category, “Size Type” could be recommended
as a parent of Size.

type : NSString, wrapper for primitive string

Declared In

Trading_NameValueRelationshipType.h

parentValue

The value of another Item Specific that the current value depends on.
For example, in a clothing category, if “Size Type” is the ParentName,
then “Petite” could be recommended as a parent value for Size=Medium.

@property (nonatomic, retain) NSString *parentValue

Discussion

The value of another Item Specific that the current value depends on.
For example, in a clothing category, if “Size Type” is the ParentName,
then “Petite” could be recommended as a parent value for Size=Medium.

type : NSString, wrapper for primitive string

Declared In

Trading_NameValueRelationshipType.h