vds/ipprot_nova/volvocompanycarsextensions/CCInputView.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.vds.ipprot_nova.volvocompanycarsextensions.CCInputView');

goog.require('spv.ds.ipprot_nova.output.OutBop');
goog.require('spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam');




/**
 * @struct
 * @constructor
 */
spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputView = function()
{
	/**
	 * @type {spv.ds.ipprot_nova.output.OutBop}
	 * @nocollapse
	 */
	this.bop;

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

	/**
	 * @type {Array.<spv.vds.ipprot_nova.volvocompanycarsextensions.CCInputParam>}
	 * @nocollapse
	 */
	this.cc_input_param_list;

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

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

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

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

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

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

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