var QocUserFeedback=function() {
QocUserFeedback.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
QocUserFeedback.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return QocUserFeedback._staticInstance.get_path();},
SaveUserFeeback:function(message,stream,step,quoteRef,postCode,energyType,succeededCallback, failedCallback, userContext) {
/// <param name="message" type="String">System.String</param>
/// <param name="stream" type="String">System.String</param>
/// <param name="step" type="String">System.String</param>
/// <param name="quoteRef" type="String">System.String</param>
/// <param name="postCode" type="String">System.String</param>
/// <param name="energyType" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SaveUserFeeback',false,{message:message,stream:stream,step:step,quoteRef:quoteRef,postCode:postCode,energyType:energyType},succeededCallback,failedCallback,userContext); }}
QocUserFeedback.registerClass('QocUserFeedback',Sys.Net.WebServiceProxy);
QocUserFeedback._staticInstance = new QocUserFeedback();
QocUserFeedback.set_path = function(value) {
QocUserFeedback._staticInstance.set_path(value); }
QocUserFeedback.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return QocUserFeedback._staticInstance.get_path();}
QocUserFeedback.set_timeout = function(value) {
QocUserFeedback._staticInstance.set_timeout(value); }
QocUserFeedback.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return QocUserFeedback._staticInstance.get_timeout(); }
QocUserFeedback.set_defaultUserContext = function(value) { 
QocUserFeedback._staticInstance.set_defaultUserContext(value); }
QocUserFeedback.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return QocUserFeedback._staticInstance.get_defaultUserContext(); }
QocUserFeedback.set_defaultSucceededCallback = function(value) { 
 QocUserFeedback._staticInstance.set_defaultSucceededCallback(value); }
QocUserFeedback.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return QocUserFeedback._staticInstance.get_defaultSucceededCallback(); }
QocUserFeedback.set_defaultFailedCallback = function(value) { 
QocUserFeedback._staticInstance.set_defaultFailedCallback(value); }
QocUserFeedback.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return QocUserFeedback._staticInstance.get_defaultFailedCallback(); }
QocUserFeedback.set_path("/sepublic/quote/QocUserFeedback.asmx");
QocUserFeedback.SaveUserFeeback= function(message,stream,step,quoteRef,postCode,energyType,onSuccess,onFailed,userContext) {
/// <param name="message" type="String">System.String</param>
/// <param name="stream" type="String">System.String</param>
/// <param name="step" type="String">System.String</param>
/// <param name="quoteRef" type="String">System.String</param>
/// <param name="postCode" type="String">System.String</param>
/// <param name="energyType" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
QocUserFeedback._staticInstance.SaveUserFeeback(message,stream,step,quoteRef,postCode,energyType,onSuccess,onFailed,userContext); }
