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

