var SVC_WebAdds=function() {
SVC_WebAdds.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SVC_WebAdds.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SVC_WebAdds._staticInstance.get_path();},
AddsRechts:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'AddsRechts',false,{},succeededCallback,failedCallback,userContext); },
AddsBeneden:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'AddsBeneden',false,{},succeededCallback,failedCallback,userContext); },
CIOSAdd:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'CIOSAdd',false,{},succeededCallback,failedCallback,userContext); },
ErmaAdd:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'ErmaAdd',false,{},succeededCallback,failedCallback,userContext); },
LU:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'LU',false,{},succeededCallback,failedCallback,userContext); }}
SVC_WebAdds.registerClass('SVC_WebAdds',Sys.Net.WebServiceProxy);
SVC_WebAdds._staticInstance = new SVC_WebAdds();
SVC_WebAdds.set_path = function(value) {
SVC_WebAdds._staticInstance.set_path(value); }
SVC_WebAdds.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return SVC_WebAdds._staticInstance.get_path();}
SVC_WebAdds.set_timeout = function(value) {
SVC_WebAdds._staticInstance.set_timeout(value); }
SVC_WebAdds.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return SVC_WebAdds._staticInstance.get_timeout(); }
SVC_WebAdds.set_defaultUserContext = function(value) { 
SVC_WebAdds._staticInstance.set_defaultUserContext(value); }
SVC_WebAdds.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return SVC_WebAdds._staticInstance.get_defaultUserContext(); }
SVC_WebAdds.set_defaultSucceededCallback = function(value) { 
 SVC_WebAdds._staticInstance.set_defaultSucceededCallback(value); }
SVC_WebAdds.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return SVC_WebAdds._staticInstance.get_defaultSucceededCallback(); }
SVC_WebAdds.set_defaultFailedCallback = function(value) { 
SVC_WebAdds._staticInstance.set_defaultFailedCallback(value); }
SVC_WebAdds.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return SVC_WebAdds._staticInstance.get_defaultFailedCallback(); }
SVC_WebAdds.set_path("/SVC_WebAdds.asmx");
SVC_WebAdds.AddsRechts= function(onSuccess,onFailed,userContext) {
/// <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>
SVC_WebAdds._staticInstance.AddsRechts(onSuccess,onFailed,userContext); }
SVC_WebAdds.AddsBeneden= function(onSuccess,onFailed,userContext) {
/// <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>
SVC_WebAdds._staticInstance.AddsBeneden(onSuccess,onFailed,userContext); }
SVC_WebAdds.CIOSAdd= function(onSuccess,onFailed,userContext) {
/// <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>
SVC_WebAdds._staticInstance.CIOSAdd(onSuccess,onFailed,userContext); }
SVC_WebAdds.ErmaAdd= function(onSuccess,onFailed,userContext) {
/// <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>
SVC_WebAdds._staticInstance.ErmaAdd(onSuccess,onFailed,userContext); }
SVC_WebAdds.LU= function(onSuccess,onFailed,userContext) {
/// <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>
SVC_WebAdds._staticInstance.LU(onSuccess,onFailed,userContext); }

