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