Type.registerNamespace('Web.Service');
Web.Service.GetWeatherOfJBEdu=function() {
Web.Service.GetWeatherOfJBEdu.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Web.Service.GetWeatherOfJBEdu.prototype={
GetNewestWeather:function(succeededCallback, failedCallback, userContext) {
return this._invoke(Web.Service.GetWeatherOfJBEdu.get_path(), 'GetNewestWeather',false,{},succeededCallback,failedCallback,userContext); }}
Web.Service.GetWeatherOfJBEdu.registerClass('Web.Service.GetWeatherOfJBEdu',Sys.Net.WebServiceProxy);
Web.Service.GetWeatherOfJBEdu._staticInstance = new Web.Service.GetWeatherOfJBEdu();
Web.Service.GetWeatherOfJBEdu.set_path = function(value) { Web.Service.GetWeatherOfJBEdu._staticInstance._path = value; }
Web.Service.GetWeatherOfJBEdu.get_path = function() { return Web.Service.GetWeatherOfJBEdu._staticInstance._path; }
Web.Service.GetWeatherOfJBEdu.set_timeout = function(value) { Web.Service.GetWeatherOfJBEdu._staticInstance._timeout = value; }
Web.Service.GetWeatherOfJBEdu.get_timeout = function() { return Web.Service.GetWeatherOfJBEdu._staticInstance._timeout; }
Web.Service.GetWeatherOfJBEdu.set_defaultUserContext = function(value) { Web.Service.GetWeatherOfJBEdu._staticInstance._userContext = value; }
Web.Service.GetWeatherOfJBEdu.get_defaultUserContext = function() { return Web.Service.GetWeatherOfJBEdu._staticInstance._userContext; }
Web.Service.GetWeatherOfJBEdu.set_defaultSucceededCallback = function(value) { Web.Service.GetWeatherOfJBEdu._staticInstance._succeeded = value; }
Web.Service.GetWeatherOfJBEdu.get_defaultSucceededCallback = function() { return Web.Service.GetWeatherOfJBEdu._staticInstance._succeeded; }
Web.Service.GetWeatherOfJBEdu.set_defaultFailedCallback = function(value) { Web.Service.GetWeatherOfJBEdu._staticInstance._failed = value; }
Web.Service.GetWeatherOfJBEdu.get_defaultFailedCallback = function() { return Web.Service.GetWeatherOfJBEdu._staticInstance._failed; }
Web.Service.GetWeatherOfJBEdu.set_path("/Service/GetWeatherOfJBEdu.asmx");
Web.Service.GetWeatherOfJBEdu.GetNewestWeather= function(onSuccess,onFailed,userContext) {Web.Service.GetWeatherOfJBEdu._staticInstance.GetNewestWeather(onSuccess,onFailed,userContext); }

