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