var std_GetCarType=function() {
std_GetCarType.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
std_GetCarType.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return std_GetCarType._staticInstance.get_path();},
GetCarTypes:function(request,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCarTypes',false,{request:request},succeededCallback,failedCallback,userContext); }}
std_GetCarType.registerClass('std_GetCarType',Sys.Net.WebServiceProxy);
std_GetCarType._staticInstance = new std_GetCarType();
std_GetCarType.set_path = function(value) { std_GetCarType._staticInstance.set_path(value); }
std_GetCarType.get_path = function() { return std_GetCarType._staticInstance.get_path(); }
std_GetCarType.set_timeout = function(value) { std_GetCarType._staticInstance.set_timeout(value); }
std_GetCarType.get_timeout = function() { return std_GetCarType._staticInstance.get_timeout(); }
std_GetCarType.set_defaultUserContext = function(value) { std_GetCarType._staticInstance.set_defaultUserContext(value); }
std_GetCarType.get_defaultUserContext = function() { return std_GetCarType._staticInstance.get_defaultUserContext(); }
std_GetCarType.set_defaultSucceededCallback = function(value) { std_GetCarType._staticInstance.set_defaultSucceededCallback(value); }
std_GetCarType.get_defaultSucceededCallback = function() { return std_GetCarType._staticInstance.get_defaultSucceededCallback(); }
std_GetCarType.set_defaultFailedCallback = function(value) { std_GetCarType._staticInstance.set_defaultFailedCallback(value); }
std_GetCarType.get_defaultFailedCallback = function() { return std_GetCarType._staticInstance.get_defaultFailedCallback(); }
std_GetCarType.set_path("/Katalog/std_GetCarType.asmx");
std_GetCarType.GetCarTypes= function(request,onSuccess,onFailed,userContext) {std_GetCarType._staticInstance.GetCarTypes(request,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('ComponentArt.Web.UI');
if (typeof(ComponentArt.Web.UI.GridWebServiceSelectRequest) === 'undefined') {
ComponentArt.Web.UI.GridWebServiceSelectRequest=gtc("ComponentArt.Web.UI.GridWebServiceSelectRequest");
ComponentArt.Web.UI.GridWebServiceSelectRequest.registerClass('ComponentArt.Web.UI.GridWebServiceSelectRequest');
}
if (typeof(ComponentArt.Web.UI.GridWebServiceSelectResponse) === 'undefined') {
ComponentArt.Web.UI.GridWebServiceSelectResponse=gtc("ComponentArt.Web.UI.GridWebServiceSelectResponse");
ComponentArt.Web.UI.GridWebServiceSelectResponse.registerClass('ComponentArt.Web.UI.GridWebServiceSelectResponse');
}
