Type.registerNamespace('Opplysningen.Rio.Web.AjaxServices');
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy=function() {
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.get_path();},
getLoypeInfo:function(x,y,season,featurecodes,succeededCallback, failedCallback, userContext) {
/// <param name="x" type="Number">System.Double</param>
/// <param name="y" type="Number">System.Double</param>
/// <param name="season" type="String">System.String</param>
/// <param name="featurecodes" type="String">System.String</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(), 'getLoypeInfo',false,{x:x,y:y,season:season,featurecodes:featurecodes},succeededCallback,failedCallback,userContext); }}
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.registerClass('Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy',Sys.Net.WebServiceProxy);
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance = new Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy();
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.set_path = function(value) {
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.set_path(value); }
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.get_path();}
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.set_timeout = function(value) {
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.set_timeout(value); }
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.get_timeout(); }
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.set_defaultUserContext = function(value) { 
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.set_defaultUserContext(value); }
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.get_defaultUserContext(); }
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.set_defaultSucceededCallback = function(value) { 
 Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.set_defaultSucceededCallback(value); }
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.get_defaultSucceededCallback(); }
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.set_defaultFailedCallback = function(value) { 
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.set_defaultFailedCallback(value); }
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.get_defaultFailedCallback(); }
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.set_path("/turkart_loeypekart/AjaxServices/LoypeInfoProxy.asmx");
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy.getLoypeInfo= function(x,y,season,featurecodes,onSuccess,onFailed,userContext) {
/// <param name="x" type="Number">System.Double</param>
/// <param name="y" type="Number">System.Double</param>
/// <param name="season" type="String">System.String</param>
/// <param name="featurecodes" type="String">System.String</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>
Opplysningen.Rio.Web.AjaxServices.LoypeInfoProxy._staticInstance.getLoypeInfo(x,y,season,featurecodes,onSuccess,onFailed,userContext); }

