var WSHotelsSearchProgress=function() {
WSHotelsSearchProgress.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WSHotelsSearchProgress.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WSHotelsSearchProgress._staticInstance.get_path();},
GetAvailabilityUpdates:function(inString,hfSessionID,hfStatusID,lblMessageID,btnRefreshID,succeededCallback, failedCallback, userContext) {
/// <param name="inString" type="String">System.String</param>
/// <param name="hfSessionID" type="String">System.String</param>
/// <param name="hfStatusID" type="String">System.String</param>
/// <param name="lblMessageID" type="String">System.String</param>
/// <param name="btnRefreshID" 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(), 'GetAvailabilityUpdates',false,{inString:inString,hfSessionID:hfSessionID,hfStatusID:hfStatusID,lblMessageID:lblMessageID,btnRefreshID:btnRefreshID},succeededCallback,failedCallback,userContext); }}
WSHotelsSearchProgress.registerClass('WSHotelsSearchProgress',Sys.Net.WebServiceProxy);
WSHotelsSearchProgress._staticInstance = new WSHotelsSearchProgress();
WSHotelsSearchProgress.set_path = function(value) {
WSHotelsSearchProgress._staticInstance.set_path(value); }
WSHotelsSearchProgress.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return WSHotelsSearchProgress._staticInstance.get_path();}
WSHotelsSearchProgress.set_timeout = function(value) {
WSHotelsSearchProgress._staticInstance.set_timeout(value); }
WSHotelsSearchProgress.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return WSHotelsSearchProgress._staticInstance.get_timeout(); }
WSHotelsSearchProgress.set_defaultUserContext = function(value) { 
WSHotelsSearchProgress._staticInstance.set_defaultUserContext(value); }
WSHotelsSearchProgress.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return WSHotelsSearchProgress._staticInstance.get_defaultUserContext(); }
WSHotelsSearchProgress.set_defaultSucceededCallback = function(value) { 
 WSHotelsSearchProgress._staticInstance.set_defaultSucceededCallback(value); }
WSHotelsSearchProgress.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return WSHotelsSearchProgress._staticInstance.get_defaultSucceededCallback(); }
WSHotelsSearchProgress.set_defaultFailedCallback = function(value) { 
WSHotelsSearchProgress._staticInstance.set_defaultFailedCallback(value); }
WSHotelsSearchProgress.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return WSHotelsSearchProgress._staticInstance.get_defaultFailedCallback(); }
WSHotelsSearchProgress.set_enableJsonp = function(value) { WSHotelsSearchProgress._staticInstance.set_enableJsonp(value); }
WSHotelsSearchProgress.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return WSHotelsSearchProgress._staticInstance.get_enableJsonp(); }
WSHotelsSearchProgress.set_jsonpCallbackParameter = function(value) { WSHotelsSearchProgress._staticInstance.set_jsonpCallbackParameter(value); }
WSHotelsSearchProgress.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return WSHotelsSearchProgress._staticInstance.get_jsonpCallbackParameter(); }
WSHotelsSearchProgress.set_path("/WSHotelsSearchProgress.asmx");
WSHotelsSearchProgress.GetAvailabilityUpdates= function(inString,hfSessionID,hfStatusID,lblMessageID,btnRefreshID,onSuccess,onFailed,userContext) {
/// <param name="inString" type="String">System.String</param>
/// <param name="hfSessionID" type="String">System.String</param>
/// <param name="hfStatusID" type="String">System.String</param>
/// <param name="lblMessageID" type="String">System.String</param>
/// <param name="btnRefreshID" 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>
WSHotelsSearchProgress._staticInstance.GetAvailabilityUpdates(inString,hfSessionID,hfStatusID,lblMessageID,btnRefreshID,onSuccess,onFailed,userContext); }

