var Alertes=function() {
Alertes.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Alertes.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Alertes._staticInstance.get_path();},
GiveMeViewerSimple:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GiveMeViewerSimple',false,{},succeededCallback,failedCallback,userContext); },
GiveMeViewerXML:function(iClientID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GiveMeViewerXML',false,{iClientID:iClientID},succeededCallback,failedCallback,userContext); },
HaveNewEvents2:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HaveNewEvents2',false,{},succeededCallback,failedCallback,userContext); }}
Alertes.registerClass('Alertes',Sys.Net.WebServiceProxy);
Alertes._staticInstance = new Alertes();
Alertes.set_path = function(value) { Alertes._staticInstance.set_path(value); }
Alertes.get_path = function() { return Alertes._staticInstance.get_path(); }
Alertes.set_timeout = function(value) { Alertes._staticInstance.set_timeout(value); }
Alertes.get_timeout = function() { return Alertes._staticInstance.get_timeout(); }
Alertes.set_defaultUserContext = function(value) { Alertes._staticInstance.set_defaultUserContext(value); }
Alertes.get_defaultUserContext = function() { return Alertes._staticInstance.get_defaultUserContext(); }
Alertes.set_defaultSucceededCallback = function(value) { Alertes._staticInstance.set_defaultSucceededCallback(value); }
Alertes.get_defaultSucceededCallback = function() { return Alertes._staticInstance.get_defaultSucceededCallback(); }
Alertes.set_defaultFailedCallback = function(value) { Alertes._staticInstance.set_defaultFailedCallback(value); }
Alertes.get_defaultFailedCallback = function() { return Alertes._staticInstance.get_defaultFailedCallback(); }
Alertes.set_path("/WS/Alertes.asmx");
Alertes.GiveMeViewerSimple= function(onSuccess,onFailed,userContext) {Alertes._staticInstance.GiveMeViewerSimple(onSuccess,onFailed,userContext); }
Alertes.GiveMeViewerXML= function(iClientID,onSuccess,onFailed,userContext) {Alertes._staticInstance.GiveMeViewerXML(iClientID,onSuccess,onFailed,userContext); }
Alertes.HaveNewEvents2= function(onSuccess,onFailed,userContext) {Alertes._staticInstance.HaveNewEvents2(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(WSAlertes) === 'undefined') {
var WSAlertes=gtc("WSAlertes");
WSAlertes.registerClass('WSAlertes');
}
