var wsrvKGHNContent=function() {
wsrvKGHNContent.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
wsrvKGHNContent.prototype={
GetContent:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(wsrvKGHNContent.get_path(), 'GetContent',false,{name:name},succeededCallback,failedCallback,userContext); },
SetContent:function(name,value,succeededCallback, failedCallback, userContext) {
return this._invoke(wsrvKGHNContent.get_path(), 'SetContent',false,{name:name,value:value},succeededCallback,failedCallback,userContext); },
ContentPage_Geth:function(name,succeededCallback, failedCallback, userContext) {
return this._invoke(wsrvKGHNContent.get_path(), 'ContentPage_Geth',false,{name:name},succeededCallback,failedCallback,userContext); },
ContentPage_Seth:function(id,value,succeededCallback, failedCallback, userContext) {
return this._invoke(wsrvKGHNContent.get_path(), 'ContentPage_Seth',false,{id:id,value:value},succeededCallback,failedCallback,userContext); }}
wsrvKGHNContent.registerClass('wsrvKGHNContent',Sys.Net.WebServiceProxy);
wsrvKGHNContent._staticInstance = new wsrvKGHNContent();
wsrvKGHNContent.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; wsrvKGHNContent._staticInstance._path = value; }
wsrvKGHNContent.get_path = function() { return wsrvKGHNContent._staticInstance._path; }
wsrvKGHNContent.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
wsrvKGHNContent._staticInstance._timeout = value; }
wsrvKGHNContent.get_timeout = function() { 
return wsrvKGHNContent._staticInstance._timeout; }
wsrvKGHNContent.set_defaultUserContext = function(value) { 
wsrvKGHNContent._staticInstance._userContext = value; }
wsrvKGHNContent.get_defaultUserContext = function() { 
return wsrvKGHNContent._staticInstance._userContext; }
wsrvKGHNContent.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; wsrvKGHNContent._staticInstance._succeeded = value; }
wsrvKGHNContent.get_defaultSucceededCallback = function() { 
return wsrvKGHNContent._staticInstance._succeeded; }
wsrvKGHNContent.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; wsrvKGHNContent._staticInstance._failed = value; }
wsrvKGHNContent.get_defaultFailedCallback = function() { 
return wsrvKGHNContent._staticInstance._failed; }
wsrvKGHNContent.set_path("/kgcontrols/wsrv/wsrvKGHNContent.asmx");
wsrvKGHNContent.GetContent= function(name,onSuccess,onFailed,userContext) {wsrvKGHNContent._staticInstance.GetContent(name,onSuccess,onFailed,userContext); }
wsrvKGHNContent.SetContent= function(name,value,onSuccess,onFailed,userContext) {wsrvKGHNContent._staticInstance.SetContent(name,value,onSuccess,onFailed,userContext); }
wsrvKGHNContent.ContentPage_Geth= function(name,onSuccess,onFailed,userContext) {wsrvKGHNContent._staticInstance.ContentPage_Geth(name,onSuccess,onFailed,userContext); }
wsrvKGHNContent.ContentPage_Seth= function(id,value,onSuccess,onFailed,userContext) {wsrvKGHNContent._staticInstance.ContentPage_Seth(id,value,onSuccess,onFailed,userContext); }

