var SVC_Beker=function() {
SVC_Beker.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SVC_Beker.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SVC_Beker._staticInstance.get_path();},
bekerPoules:function(AfdelingID,seizoen,succeededCallback, failedCallback, userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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(), 'bekerPoules',false,{AfdelingID:AfdelingID,seizoen:seizoen},succeededCallback,failedCallback,userContext); },
bekerPoule:function(AfdelingID,PouleNr,seizoen,succeededCallback, failedCallback, userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="PouleNr" type="Number">System.Int32</param>
/// <param name="seizoen" 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(), 'bekerPoule',false,{AfdelingID:AfdelingID,PouleNr:PouleNr,seizoen:seizoen},succeededCallback,failedCallback,userContext); },
bekerKO:function(AfdelingID,Ronde,seizoen,succeededCallback, failedCallback, userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="Ronde" type="Number">System.Int32</param>
/// <param name="seizoen" 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(), 'bekerKO',false,{AfdelingID:AfdelingID,Ronde:Ronde,seizoen:seizoen},succeededCallback,failedCallback,userContext); },
bekerFinaleLandelijk:function(seizoen,succeededCallback, failedCallback, userContext) {
/// <param name="seizoen" 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(), 'bekerFinaleLandelijk',false,{seizoen:seizoen},succeededCallback,failedCallback,userContext); },
bekerTopscorer:function(AfdelingID,seizoen,succeededCallback, failedCallback, userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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(), 'bekerTopscorer',false,{AfdelingID:AfdelingID,seizoen:seizoen},succeededCallback,failedCallback,userContext); },
bekerUitslagen:function(AfdelingID,seizoen,succeededCallback, failedCallback, userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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(), 'bekerUitslagen',false,{AfdelingID:AfdelingID,seizoen:seizoen},succeededCallback,failedCallback,userContext); },
bekerProgramma:function(AfdelingID,seizoen,succeededCallback, failedCallback, userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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(), 'bekerProgramma',false,{AfdelingID:AfdelingID,seizoen:seizoen},succeededCallback,failedCallback,userContext); },
bekerVerslagen:function(AfdelingID,seizoen,succeededCallback, failedCallback, userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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(), 'bekerVerslagen',false,{AfdelingID:AfdelingID,seizoen:seizoen},succeededCallback,failedCallback,userContext); },
bekerVerslag:function(WNr,ClubID,succeededCallback, failedCallback, userContext) {
/// <param name="WNr" type="Number">System.Int64</param>
/// <param name="ClubID" type="Number">System.Int64</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(), 'bekerVerslag',false,{WNr:WNr,ClubID:ClubID},succeededCallback,failedCallback,userContext); },
bekerStat:function(WNr,succeededCallback, failedCallback, userContext) {
/// <param name="WNr" type="Number">System.Int64</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(), 'bekerStat',false,{WNr:WNr},succeededCallback,failedCallback,userContext); }}
SVC_Beker.registerClass('SVC_Beker',Sys.Net.WebServiceProxy);
SVC_Beker._staticInstance = new SVC_Beker();
SVC_Beker.set_path = function(value) {
SVC_Beker._staticInstance.set_path(value); }
SVC_Beker.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return SVC_Beker._staticInstance.get_path();}
SVC_Beker.set_timeout = function(value) {
SVC_Beker._staticInstance.set_timeout(value); }
SVC_Beker.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return SVC_Beker._staticInstance.get_timeout(); }
SVC_Beker.set_defaultUserContext = function(value) { 
SVC_Beker._staticInstance.set_defaultUserContext(value); }
SVC_Beker.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return SVC_Beker._staticInstance.get_defaultUserContext(); }
SVC_Beker.set_defaultSucceededCallback = function(value) { 
 SVC_Beker._staticInstance.set_defaultSucceededCallback(value); }
SVC_Beker.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return SVC_Beker._staticInstance.get_defaultSucceededCallback(); }
SVC_Beker.set_defaultFailedCallback = function(value) { 
SVC_Beker._staticInstance.set_defaultFailedCallback(value); }
SVC_Beker.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return SVC_Beker._staticInstance.get_defaultFailedCallback(); }
SVC_Beker.set_path("/SVC_Beker.asmx");
SVC_Beker.bekerPoules= function(AfdelingID,seizoen,onSuccess,onFailed,userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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>
SVC_Beker._staticInstance.bekerPoules(AfdelingID,seizoen,onSuccess,onFailed,userContext); }
SVC_Beker.bekerPoule= function(AfdelingID,PouleNr,seizoen,onSuccess,onFailed,userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="PouleNr" type="Number">System.Int32</param>
/// <param name="seizoen" 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>
SVC_Beker._staticInstance.bekerPoule(AfdelingID,PouleNr,seizoen,onSuccess,onFailed,userContext); }
SVC_Beker.bekerKO= function(AfdelingID,Ronde,seizoen,onSuccess,onFailed,userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="Ronde" type="Number">System.Int32</param>
/// <param name="seizoen" 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>
SVC_Beker._staticInstance.bekerKO(AfdelingID,Ronde,seizoen,onSuccess,onFailed,userContext); }
SVC_Beker.bekerFinaleLandelijk= function(seizoen,onSuccess,onFailed,userContext) {
/// <param name="seizoen" 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>
SVC_Beker._staticInstance.bekerFinaleLandelijk(seizoen,onSuccess,onFailed,userContext); }
SVC_Beker.bekerTopscorer= function(AfdelingID,seizoen,onSuccess,onFailed,userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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>
SVC_Beker._staticInstance.bekerTopscorer(AfdelingID,seizoen,onSuccess,onFailed,userContext); }
SVC_Beker.bekerUitslagen= function(AfdelingID,seizoen,onSuccess,onFailed,userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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>
SVC_Beker._staticInstance.bekerUitslagen(AfdelingID,seizoen,onSuccess,onFailed,userContext); }
SVC_Beker.bekerProgramma= function(AfdelingID,seizoen,onSuccess,onFailed,userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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>
SVC_Beker._staticInstance.bekerProgramma(AfdelingID,seizoen,onSuccess,onFailed,userContext); }
SVC_Beker.bekerVerslagen= function(AfdelingID,seizoen,onSuccess,onFailed,userContext) {
/// <param name="AfdelingID" type="Number">System.Int32</param>
/// <param name="seizoen" 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>
SVC_Beker._staticInstance.bekerVerslagen(AfdelingID,seizoen,onSuccess,onFailed,userContext); }
SVC_Beker.bekerVerslag= function(WNr,ClubID,onSuccess,onFailed,userContext) {
/// <param name="WNr" type="Number">System.Int64</param>
/// <param name="ClubID" type="Number">System.Int64</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>
SVC_Beker._staticInstance.bekerVerslag(WNr,ClubID,onSuccess,onFailed,userContext); }
SVC_Beker.bekerStat= function(WNr,onSuccess,onFailed,userContext) {
/// <param name="WNr" type="Number">System.Int64</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>
SVC_Beker._staticInstance.bekerStat(WNr,onSuccess,onFailed,userContext); }
