Type.registerNamespace('www.fuelsurchargeindex.com');
www.fuelsurchargeindex.com.TruckStopSearch=function() {
www.fuelsurchargeindex.com.TruckStopSearch.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
www.fuelsurchargeindex.com.TruckStopSearch.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.get_path();},
TruckStopsInState:function(StateAbbreviation,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TruckStopsInState',false,{StateAbbreviation:StateAbbreviation},succeededCallback,failedCallback,userContext); },
TruckStopsInChain:function(Chain,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TruckStopsInChain',false,{Chain:Chain},succeededCallback,failedCallback,userContext); },
TruckStopsInAssociation:function(Association,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TruckStopsInAssociation',false,{Association:Association},succeededCallback,failedCallback,userContext); }}
www.fuelsurchargeindex.com.TruckStopSearch.registerClass('www.fuelsurchargeindex.com.TruckStopSearch',Sys.Net.WebServiceProxy);
www.fuelsurchargeindex.com.TruckStopSearch._staticInstance = new www.fuelsurchargeindex.com.TruckStopSearch();
www.fuelsurchargeindex.com.TruckStopSearch.set_path = function(value) { www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.set_path(value); }
www.fuelsurchargeindex.com.TruckStopSearch.get_path = function() { return www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.get_path(); }
www.fuelsurchargeindex.com.TruckStopSearch.set_timeout = function(value) { www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.set_timeout(value); }
www.fuelsurchargeindex.com.TruckStopSearch.get_timeout = function() { return www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.get_timeout(); }
www.fuelsurchargeindex.com.TruckStopSearch.set_defaultUserContext = function(value) { www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.set_defaultUserContext(value); }
www.fuelsurchargeindex.com.TruckStopSearch.get_defaultUserContext = function() { return www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.get_defaultUserContext(); }
www.fuelsurchargeindex.com.TruckStopSearch.set_defaultSucceededCallback = function(value) { www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.set_defaultSucceededCallback(value); }
www.fuelsurchargeindex.com.TruckStopSearch.get_defaultSucceededCallback = function() { return www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.get_defaultSucceededCallback(); }
www.fuelsurchargeindex.com.TruckStopSearch.set_defaultFailedCallback = function(value) { www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.set_defaultFailedCallback(value); }
www.fuelsurchargeindex.com.TruckStopSearch.get_defaultFailedCallback = function() { return www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.get_defaultFailedCallback(); }
www.fuelsurchargeindex.com.TruckStopSearch.set_path("/TruckStopSearch.asmx");
www.fuelsurchargeindex.com.TruckStopSearch.TruckStopsInState= function(StateAbbreviation,onSuccess,onFailed,userContext) {www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.TruckStopsInState(StateAbbreviation,onSuccess,onFailed,userContext); }
www.fuelsurchargeindex.com.TruckStopSearch.TruckStopsInChain= function(Chain,onSuccess,onFailed,userContext) {www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.TruckStopsInChain(Chain,onSuccess,onFailed,userContext); }
www.fuelsurchargeindex.com.TruckStopSearch.TruckStopsInAssociation= function(Association,onSuccess,onFailed,userContext) {www.fuelsurchargeindex.com.TruckStopSearch._staticInstance.TruckStopsInAssociation(Association,onSuccess,onFailed,userContext); }
