ds/ipprot/boostercshw/OutBop.js

/**
 * @fileoverview This file is generated by BoosterClientGenerator, do not edit.
 *               If this file needs to change consider updating the exporter
 *               code and re-run the export.
 *
 * @author anders.rejdebrant@spark-vision.com (Anders Rejdebrant)
 */

goog.provide('spv.ds.ipprot.boostercshw.OutBop');

goog.require('spv.ds.ipprot.boostercshw.AuxiliaryCarrier');
goog.require('spv.ds.ipprot.boostercshw.MenuNode');
goog.require('spv.ds.ipprot.boostercshw.OutBopSubscription');
goog.require('spv.ds.ipprot.boostercshw.OutBopSummary');
goog.require('spv.ds.ipprot.boostercshw.OutBopUpdate');
goog.require('spv.ds.ipprot.protocol.DisplayPrice');




/**
 * @struct
 * @constructor
 */
spv.ds.ipprot.boostercshw.OutBop = function()
{
	/**
	 * @type {Array.<spv.ds.ipprot.boostercshw.OutBopSummary>}
	 * @nocollapse
	 */
	this.summaries;

	/**
	 * @type {Array.<spv.ds.ipprot.boostercshw.OutBopUpdate>}
	 * @nocollapse
	 */
	this.updates;

	/**
	 * @type {Array.<spv.ds.ipprot.boostercshw.OutBopSubscription>}
	 * @nocollapse
	 */
	this.subscriptions;

	/**
	 * @type {Array.<spv.ds.ipprot.boostercshw.OutBopUpdate>}
	 * @nocollapse
	 */
	this.complex_subscriptions;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.active_menu;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.active_item;

	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.is_summary;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.total_price_text;

	/**
	 * @type {spv.ds.ipprot.protocol.DisplayPrice}
	 * @nocollapse
	 */
	this.total_price;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.model_id;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.group_id;

	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.serie;

	/**
	 * @type {number}
	 * @nocollapse
	 */
	this.frame;

	/**
	 * @type {Array.<string>}
	 * @nocollapse
	 */
	this.summary_images;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.image_filename;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.mask_filename;

	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.is_wrap;

	/**
	 * @type {boolean}
	 * @nocollapse
	 */
	this.is_reversed;

	/**
	 * @type {string}
	 * @nocollapse
	 */
	this.category;

	/**
	 * @type {spv.ds.ipprot.boostercshw.MenuNode}
	 * @nocollapse
	 */
	this.menu_tree;

	/**
	 * @type {spv.ds.ipprot.boostercshw.AuxiliaryCarrier}
	 * @nocollapse
	 */
	this.aux_carrier;
};