var WSUptWatch=function() {
WSUptWatch.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WSUptWatch.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WSUptWatch._staticInstance.get_path();},
UpdateA:function(id,flat,custmID,objID,objType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateA',true,{id:id,flat:flat,custmID:custmID,objID:objID,objType:objType},succeededCallback,failedCallback,userContext); },
UpdateB:function(id,flat,custmID,objID,objType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateB',true,{id:id,flat:flat,custmID:custmID,objID:objID,objType:objType},succeededCallback,failedCallback,userContext); },
UpdateC:function(id,flat,custmID,style,color,objType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateC',false,{id:id,flat:flat,custmID:custmID,style:style,color:color,objType:objType},succeededCallback,failedCallback,userContext); },
UpdateD:function(id,flat,custmID,style,color,objType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateD',false,{id:id,flat:flat,custmID:custmID,style:style,color:color,objType:objType},succeededCallback,failedCallback,userContext); }}
WSUptWatch.registerClass('WSUptWatch',Sys.Net.WebServiceProxy);
WSUptWatch._staticInstance = new WSUptWatch();
WSUptWatch.set_path = function(value) { WSUptWatch._staticInstance.set_path(value); }
WSUptWatch.get_path = function() { return WSUptWatch._staticInstance.get_path(); }
WSUptWatch.set_timeout = function(value) { WSUptWatch._staticInstance.set_timeout(value); }
WSUptWatch.get_timeout = function() { return WSUptWatch._staticInstance.get_timeout(); }
WSUptWatch.set_defaultUserContext = function(value) { WSUptWatch._staticInstance.set_defaultUserContext(value); }
WSUptWatch.get_defaultUserContext = function() { return WSUptWatch._staticInstance.get_defaultUserContext(); }
WSUptWatch.set_defaultSucceededCallback = function(value) { WSUptWatch._staticInstance.set_defaultSucceededCallback(value); }
WSUptWatch.get_defaultSucceededCallback = function() { return WSUptWatch._staticInstance.get_defaultSucceededCallback(); }
WSUptWatch.set_defaultFailedCallback = function(value) { WSUptWatch._staticInstance.set_defaultFailedCallback(value); }
WSUptWatch.get_defaultFailedCallback = function() { return WSUptWatch._staticInstance.get_defaultFailedCallback(); }
WSUptWatch.set_path("/WSUptWatch.asmx");
WSUptWatch.UpdateA= function(id,flat,custmID,objID,objType,onSuccess,onFailed,userContext) {WSUptWatch._staticInstance.UpdateA(id,flat,custmID,objID,objType,onSuccess,onFailed,userContext); }
WSUptWatch.UpdateB= function(id,flat,custmID,objID,objType,onSuccess,onFailed,userContext) {WSUptWatch._staticInstance.UpdateB(id,flat,custmID,objID,objType,onSuccess,onFailed,userContext); }
WSUptWatch.UpdateC= function(id,flat,custmID,style,color,objType,onSuccess,onFailed,userContext) {WSUptWatch._staticInstance.UpdateC(id,flat,custmID,style,color,objType,onSuccess,onFailed,userContext); }
WSUptWatch.UpdateD= function(id,flat,custmID,style,color,objType,onSuccess,onFailed,userContext) {WSUptWatch._staticInstance.UpdateD(id,flat,custmID,style,color,objType,onSuccess,onFailed,userContext); }
