Type.registerNamespace('MettleSystems.dashCommerce.Web');
MettleSystems.dashCommerce.Web.StateList=function() {
MettleSystems.dashCommerce.Web.StateList.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MettleSystems.dashCommerce.Web.StateList.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MettleSystems.dashCommerce.Web.StateList._staticInstance.get_path();},
GetRegionList:function(prefixText,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRegionList',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); }}
MettleSystems.dashCommerce.Web.StateList.registerClass('MettleSystems.dashCommerce.Web.StateList',Sys.Net.WebServiceProxy);
MettleSystems.dashCommerce.Web.StateList._staticInstance = new MettleSystems.dashCommerce.Web.StateList();
MettleSystems.dashCommerce.Web.StateList.set_path = function(value) { MettleSystems.dashCommerce.Web.StateList._staticInstance.set_path(value); }
MettleSystems.dashCommerce.Web.StateList.get_path = function() { return MettleSystems.dashCommerce.Web.StateList._staticInstance.get_path(); }
MettleSystems.dashCommerce.Web.StateList.set_timeout = function(value) { MettleSystems.dashCommerce.Web.StateList._staticInstance.set_timeout(value); }
MettleSystems.dashCommerce.Web.StateList.get_timeout = function() { return MettleSystems.dashCommerce.Web.StateList._staticInstance.get_timeout(); }
MettleSystems.dashCommerce.Web.StateList.set_defaultUserContext = function(value) { MettleSystems.dashCommerce.Web.StateList._staticInstance.set_defaultUserContext(value); }
MettleSystems.dashCommerce.Web.StateList.get_defaultUserContext = function() { return MettleSystems.dashCommerce.Web.StateList._staticInstance.get_defaultUserContext(); }
MettleSystems.dashCommerce.Web.StateList.set_defaultSucceededCallback = function(value) { MettleSystems.dashCommerce.Web.StateList._staticInstance.set_defaultSucceededCallback(value); }
MettleSystems.dashCommerce.Web.StateList.get_defaultSucceededCallback = function() { return MettleSystems.dashCommerce.Web.StateList._staticInstance.get_defaultSucceededCallback(); }
MettleSystems.dashCommerce.Web.StateList.set_defaultFailedCallback = function(value) { MettleSystems.dashCommerce.Web.StateList._staticInstance.set_defaultFailedCallback(value); }
MettleSystems.dashCommerce.Web.StateList.get_defaultFailedCallback = function() { return MettleSystems.dashCommerce.Web.StateList._staticInstance.get_defaultFailedCallback(); }
MettleSystems.dashCommerce.Web.StateList.set_path("/StateList.asmx");
MettleSystems.dashCommerce.Web.StateList.GetRegionList= function(prefixText,onSuccess,onFailed,userContext) {MettleSystems.dashCommerce.Web.StateList._staticInstance.GetRegionList(prefixText,onSuccess,onFailed,userContext); }

