Type.registerNamespace('Vensters.Gis.WebServices');
Vensters.Gis.WebServices.VvvWebServicePublic=function() {
Vensters.Gis.WebServices.VvvWebServicePublic.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Vensters.Gis.WebServices.VvvWebServicePublic.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.get_path();},
GetPublishedSchools:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPublishedSchools',false,{},succeededCallback,failedCallback,userContext); },
GetSchool:function(sSchoolcode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetSchool',false,{sSchoolcode:sSchoolcode},succeededCallback,failedCallback,userContext); },
GetAantalLeerlingen:function(sSchoolcode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAantalLeerlingen',false,{sSchoolcode:sSchoolcode},succeededCallback,failedCallback,userContext); }}
Vensters.Gis.WebServices.VvvWebServicePublic.registerClass('Vensters.Gis.WebServices.VvvWebServicePublic',Sys.Net.WebServiceProxy);
Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance = new Vensters.Gis.WebServices.VvvWebServicePublic();
Vensters.Gis.WebServices.VvvWebServicePublic.set_path = function(value) { Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.set_path(value); }
Vensters.Gis.WebServices.VvvWebServicePublic.get_path = function() { return Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.get_path(); }
Vensters.Gis.WebServices.VvvWebServicePublic.set_timeout = function(value) { Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.set_timeout(value); }
Vensters.Gis.WebServices.VvvWebServicePublic.get_timeout = function() { return Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.get_timeout(); }
Vensters.Gis.WebServices.VvvWebServicePublic.set_defaultUserContext = function(value) { Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.set_defaultUserContext(value); }
Vensters.Gis.WebServices.VvvWebServicePublic.get_defaultUserContext = function() { return Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.get_defaultUserContext(); }
Vensters.Gis.WebServices.VvvWebServicePublic.set_defaultSucceededCallback = function(value) { Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.set_defaultSucceededCallback(value); }
Vensters.Gis.WebServices.VvvWebServicePublic.get_defaultSucceededCallback = function() { return Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.get_defaultSucceededCallback(); }
Vensters.Gis.WebServices.VvvWebServicePublic.set_defaultFailedCallback = function(value) { Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.set_defaultFailedCallback(value); }
Vensters.Gis.WebServices.VvvWebServicePublic.get_defaultFailedCallback = function() { return Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.get_defaultFailedCallback(); }
Vensters.Gis.WebServices.VvvWebServicePublic.set_path("/ScholenOverzicht/WebServices/VvvWebServicePublic.asmx");
Vensters.Gis.WebServices.VvvWebServicePublic.GetPublishedSchools= function(onSuccess,onFailed,userContext) {Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.GetPublishedSchools(onSuccess,onFailed,userContext); }
Vensters.Gis.WebServices.VvvWebServicePublic.GetSchool= function(sSchoolcode,onSuccess,onFailed,userContext) {Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.GetSchool(sSchoolcode,onSuccess,onFailed,userContext); }
Vensters.Gis.WebServices.VvvWebServicePublic.GetAantalLeerlingen= function(sSchoolcode,onSuccess,onFailed,userContext) {Vensters.Gis.WebServices.VvvWebServicePublic._staticInstance.GetAantalLeerlingen(sSchoolcode,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Vensters.Gis.WebServices.VvvSchoolsResultset) === 'undefined') {
Vensters.Gis.WebServices.VvvSchoolsResultset=gtc("Vensters.Gis.WebServices.VvvSchoolsResultset");
Vensters.Gis.WebServices.VvvSchoolsResultset.registerClass('Vensters.Gis.WebServices.VvvSchoolsResultset');
}
Type.registerNamespace('Vensters.Public.WebServices');
if (typeof(Vensters.Public.WebServices.school) === 'undefined') {
Vensters.Public.WebServices.school=gtc("Vensters.Public.WebServices.school");
Vensters.Public.WebServices.school.registerClass('Vensters.Public.WebServices.school');
}
if (typeof(Vensters.Public.WebServices.aantalLeerlingen) === 'undefined') {
Vensters.Public.WebServices.aantalLeerlingen=gtc("Vensters.Public.WebServices.aantalLeerlingen");
Vensters.Public.WebServices.aantalLeerlingen.registerClass('Vensters.Public.WebServices.aantalLeerlingen');
}

