var TypeBienLibelleWebServices=function() {
TypeBienLibelleWebServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TypeBienLibelleWebServices.prototype={
GetTypeBienLibelle:function(nature,succeededCallback, failedCallback, userContext) {
return this._invoke(TypeBienLibelleWebServices.get_path(), 'GetTypeBienLibelle',false,{nature:nature},succeededCallback,failedCallback,userContext); }}
TypeBienLibelleWebServices.registerClass('TypeBienLibelleWebServices',Sys.Net.WebServiceProxy);
TypeBienLibelleWebServices._staticInstance = new TypeBienLibelleWebServices();
TypeBienLibelleWebServices.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; TypeBienLibelleWebServices._staticInstance._path = value; }
TypeBienLibelleWebServices.get_path = function() { return TypeBienLibelleWebServices._staticInstance._path; }
TypeBienLibelleWebServices.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
TypeBienLibelleWebServices._staticInstance._timeout = value; }
TypeBienLibelleWebServices.get_timeout = function() { 
return TypeBienLibelleWebServices._staticInstance._timeout; }
TypeBienLibelleWebServices.set_defaultUserContext = function(value) { 
TypeBienLibelleWebServices._staticInstance._userContext = value; }
TypeBienLibelleWebServices.get_defaultUserContext = function() { 
return TypeBienLibelleWebServices._staticInstance._userContext; }
TypeBienLibelleWebServices.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; TypeBienLibelleWebServices._staticInstance._succeeded = value; }
TypeBienLibelleWebServices.get_defaultSucceededCallback = function() { 
return TypeBienLibelleWebServices._staticInstance._succeeded; }
TypeBienLibelleWebServices.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; TypeBienLibelleWebServices._staticInstance._failed = value; }
TypeBienLibelleWebServices.get_defaultFailedCallback = function() { 
return TypeBienLibelleWebServices._staticInstance._failed; }
TypeBienLibelleWebServices.set_path("/WebServices/TypeBienLibelle/TypeBienLibelleWebServices.asmx");
TypeBienLibelleWebServices.GetTypeBienLibelle= function(nature,onSuccess,onFailed,userContext) {TypeBienLibelleWebServices._staticInstance.GetTypeBienLibelle(nature,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('IdFactory.ConseilFinancement.Entity');
if (typeof(IdFactory.ConseilFinancement.Entity.TypeBienEntity) === 'undefined') {
IdFactory.ConseilFinancement.Entity.TypeBienEntity=gtc("IdFactory.ConseilFinancement.Entity.TypeBienEntity");
IdFactory.ConseilFinancement.Entity.TypeBienEntity.registerClass('IdFactory.ConseilFinancement.Entity.TypeBienEntity');
}

