Type.registerNamespace('Go2Gay');
Go2Gay.WsGeo=function() {
Go2Gay.WsGeo.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Go2Gay.WsGeo.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Go2Gay.WsGeo._staticInstance.get_path();},
GetGeoObjectFromGoogleSearchResult:function(strCity,strRegion,strCountry,decLatitude,decLongitude,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetGeoObjectFromGoogleSearchResult',false,{strCity:strCity,strRegion:strRegion,strCountry:strCountry,decLatitude:decLatitude,decLongitude:decLongitude},succeededCallback,failedCallback,userContext); },
GetLandById:function(intLandId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLandById',false,{intLandId:intLandId},succeededCallback,failedCallback,userContext); },
GetLanden:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLanden',false,{},succeededCallback,failedCallback,userContext); },
GetRegioById:function(intRegioId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRegioById',false,{intRegioId:intRegioId},succeededCallback,failedCallback,userContext); },
GetRegiosByLand:function(intLandId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRegiosByLand',false,{intLandId:intLandId},succeededCallback,failedCallback,userContext); },
GetPlaatsById:function(intPlaatsId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPlaatsById',false,{intPlaatsId:intPlaatsId},succeededCallback,failedCallback,userContext); },
GetPlaatsenByRegio:function(intRegioId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPlaatsenByRegio',false,{intRegioId:intRegioId},succeededCallback,failedCallback,userContext); },
GetPlaatsenByTaal:function(intTaalId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPlaatsenByTaal',false,{intTaalId:intTaalId},succeededCallback,failedCallback,userContext); }}
Go2Gay.WsGeo.registerClass('Go2Gay.WsGeo',Sys.Net.WebServiceProxy);
Go2Gay.WsGeo._staticInstance = new Go2Gay.WsGeo();
Go2Gay.WsGeo.set_path = function(value) { Go2Gay.WsGeo._staticInstance.set_path(value); }
Go2Gay.WsGeo.get_path = function() { return Go2Gay.WsGeo._staticInstance.get_path(); }
Go2Gay.WsGeo.set_timeout = function(value) { Go2Gay.WsGeo._staticInstance.set_timeout(value); }
Go2Gay.WsGeo.get_timeout = function() { return Go2Gay.WsGeo._staticInstance.get_timeout(); }
Go2Gay.WsGeo.set_defaultUserContext = function(value) { Go2Gay.WsGeo._staticInstance.set_defaultUserContext(value); }
Go2Gay.WsGeo.get_defaultUserContext = function() { return Go2Gay.WsGeo._staticInstance.get_defaultUserContext(); }
Go2Gay.WsGeo.set_defaultSucceededCallback = function(value) { Go2Gay.WsGeo._staticInstance.set_defaultSucceededCallback(value); }
Go2Gay.WsGeo.get_defaultSucceededCallback = function() { return Go2Gay.WsGeo._staticInstance.get_defaultSucceededCallback(); }
Go2Gay.WsGeo.set_defaultFailedCallback = function(value) { Go2Gay.WsGeo._staticInstance.set_defaultFailedCallback(value); }
Go2Gay.WsGeo.get_defaultFailedCallback = function() { return Go2Gay.WsGeo._staticInstance.get_defaultFailedCallback(); }
Go2Gay.WsGeo.set_path("/Webservice/WsGeo.asmx");
Go2Gay.WsGeo.GetGeoObjectFromGoogleSearchResult= function(strCity,strRegion,strCountry,decLatitude,decLongitude,onSuccess,onFailed,userContext) {Go2Gay.WsGeo._staticInstance.GetGeoObjectFromGoogleSearchResult(strCity,strRegion,strCountry,decLatitude,decLongitude,onSuccess,onFailed,userContext); }
Go2Gay.WsGeo.GetLandById= function(intLandId,onSuccess,onFailed,userContext) {Go2Gay.WsGeo._staticInstance.GetLandById(intLandId,onSuccess,onFailed,userContext); }
Go2Gay.WsGeo.GetLanden= function(onSuccess,onFailed,userContext) {Go2Gay.WsGeo._staticInstance.GetLanden(onSuccess,onFailed,userContext); }
Go2Gay.WsGeo.GetRegioById= function(intRegioId,onSuccess,onFailed,userContext) {Go2Gay.WsGeo._staticInstance.GetRegioById(intRegioId,onSuccess,onFailed,userContext); }
Go2Gay.WsGeo.GetRegiosByLand= function(intLandId,onSuccess,onFailed,userContext) {Go2Gay.WsGeo._staticInstance.GetRegiosByLand(intLandId,onSuccess,onFailed,userContext); }
Go2Gay.WsGeo.GetPlaatsById= function(intPlaatsId,onSuccess,onFailed,userContext) {Go2Gay.WsGeo._staticInstance.GetPlaatsById(intPlaatsId,onSuccess,onFailed,userContext); }
Go2Gay.WsGeo.GetPlaatsenByRegio= function(intRegioId,onSuccess,onFailed,userContext) {Go2Gay.WsGeo._staticInstance.GetPlaatsenByRegio(intRegioId,onSuccess,onFailed,userContext); }
Go2Gay.WsGeo.GetPlaatsenByTaal= function(intTaalId,onSuccess,onFailed,userContext) {Go2Gay.WsGeo._staticInstance.GetPlaatsenByTaal(intTaalId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Go2Gay_Model');
if (typeof(Go2Gay_Model.Geo) === 'undefined') {
Go2Gay_Model.Geo=gtc("Go2Gay_Model.Geo");
Go2Gay_Model.Geo.registerClass('Go2Gay_Model.Geo');
}
if (typeof(Go2Gay_Model.AantalVenuesPerPlaats) === 'undefined') {
Go2Gay_Model.AantalVenuesPerPlaats=gtc("Go2Gay_Model.AantalVenuesPerPlaats");
Go2Gay_Model.AantalVenuesPerPlaats.registerClass('Go2Gay_Model.AantalVenuesPerPlaats');
}

