var AverageRentPrice=function() {
AverageRentPrice.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
AverageRentPrice.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return AverageRentPrice._staticInstance.get_path();},
AvailableLocations:function(combined,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AvailableLocations',false,{combined:combined},succeededCallback,failedCallback,userContext); },
al:function(combined,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'al',false,{combined:combined},succeededCallback,failedCallback,userContext); }}
AverageRentPrice.registerClass('AverageRentPrice',Sys.Net.WebServiceProxy);
AverageRentPrice._staticInstance = new AverageRentPrice();
AverageRentPrice.set_path = function(value) { AverageRentPrice._staticInstance.set_path(value); }
AverageRentPrice.get_path = function() { return AverageRentPrice._staticInstance.get_path(); }
AverageRentPrice.set_timeout = function(value) { AverageRentPrice._staticInstance.set_timeout(value); }
AverageRentPrice.get_timeout = function() { return AverageRentPrice._staticInstance.get_timeout(); }
AverageRentPrice.set_defaultUserContext = function(value) { AverageRentPrice._staticInstance.set_defaultUserContext(value); }
AverageRentPrice.get_defaultUserContext = function() { return AverageRentPrice._staticInstance.get_defaultUserContext(); }
AverageRentPrice.set_defaultSucceededCallback = function(value) { AverageRentPrice._staticInstance.set_defaultSucceededCallback(value); }
AverageRentPrice.get_defaultSucceededCallback = function() { return AverageRentPrice._staticInstance.get_defaultSucceededCallback(); }
AverageRentPrice.set_defaultFailedCallback = function(value) { AverageRentPrice._staticInstance.set_defaultFailedCallback(value); }
AverageRentPrice.get_defaultFailedCallback = function() { return AverageRentPrice._staticInstance.get_defaultFailedCallback(); }
AverageRentPrice.set_enableJsonp = function(value) { AverageRentPrice._staticInstance.set_enableJsonp(value); }
AverageRentPrice.get_enableJsonp = function() { return AverageRentPrice._staticInstance.get_enableJsonp(); }
AverageRentPrice.set_jsonpCallbackParameter = function(value) { AverageRentPrice._staticInstance.set_jsonpCallbackParameter(value); }
AverageRentPrice.get_jsonpCallbackParameter = function() { return AverageRentPrice._staticInstance.get_jsonpCallbackParameter(); }
AverageRentPrice.set_path("/ws/averageRentPrice.asmx");
AverageRentPrice.AvailableLocations= function(combined,onSuccess,onFailed,userContext) {AverageRentPrice._staticInstance.AvailableLocations(combined,onSuccess,onFailed,userContext); }
AverageRentPrice.al= function(combined,onSuccess,onFailed,userContext) {AverageRentPrice._staticInstance.al(combined,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(ap) === 'undefined') {
var ap=gtc("ap");
ap.registerClass('ap');
}

