Type.registerNamespace('Skylandtour.WebService');
Skylandtour.WebService.NeighboringWords=function() {
Skylandtour.WebService.NeighboringWords.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Skylandtour.WebService.NeighboringWords.prototype={
GetNeighboringWords:function(prefix,succeededCallback, failedCallback, userContext) {
return this._invoke(Skylandtour.WebService.NeighboringWords.get_path(), 'GetNeighboringWords',false,{prefix:prefix},succeededCallback,failedCallback,userContext); }}
Skylandtour.WebService.NeighboringWords.registerClass('Skylandtour.WebService.NeighboringWords',Sys.Net.WebServiceProxy);
Skylandtour.WebService.NeighboringWords._staticInstance = new Skylandtour.WebService.NeighboringWords();
Skylandtour.WebService.NeighboringWords.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; Skylandtour.WebService.NeighboringWords._staticInstance._path = value; }
Skylandtour.WebService.NeighboringWords.get_path = function() { return Skylandtour.WebService.NeighboringWords._staticInstance._path; }
Skylandtour.WebService.NeighboringWords.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); }
Skylandtour.WebService.NeighboringWords._staticInstance._timeout = value; }
Skylandtour.WebService.NeighboringWords.get_timeout = function() { 
return Skylandtour.WebService.NeighboringWords._staticInstance._timeout; }
Skylandtour.WebService.NeighboringWords.set_defaultUserContext = function(value) { 
Skylandtour.WebService.NeighboringWords._staticInstance._userContext = value; }
Skylandtour.WebService.NeighboringWords.get_defaultUserContext = function() { 
return Skylandtour.WebService.NeighboringWords._staticInstance._userContext; }
Skylandtour.WebService.NeighboringWords.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; Skylandtour.WebService.NeighboringWords._staticInstance._succeeded = value; }
Skylandtour.WebService.NeighboringWords.get_defaultSucceededCallback = function() { 
return Skylandtour.WebService.NeighboringWords._staticInstance._succeeded; }
Skylandtour.WebService.NeighboringWords.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; Skylandtour.WebService.NeighboringWords._staticInstance._failed = value; }
Skylandtour.WebService.NeighboringWords.get_defaultFailedCallback = function() { 
return Skylandtour.WebService.NeighboringWords._staticInstance._failed; }
Skylandtour.WebService.NeighboringWords.set_path("/Service/NeighboringWord.asmx");
Skylandtour.WebService.NeighboringWords.GetNeighboringWords= function(prefix,onSuccess,onFailed,userContext) {Skylandtour.WebService.NeighboringWords._staticInstance.GetNeighboringWords(prefix,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Skylandtour.Biz.Web.Search.Object');
if (typeof(Skylandtour.Biz.Web.Search.Object.SuggestWordRS) === 'undefined') {
Skylandtour.Biz.Web.Search.Object.SuggestWordRS=gtc("Skylandtour.Biz.Web.Search.Object.SuggestWordRS");
Skylandtour.Biz.Web.Search.Object.SuggestWordRS.registerClass('Skylandtour.Biz.Web.Search.Object.SuggestWordRS');
}

