Type.registerNamespace('CemmThome.Evolution');
CemmThome.Evolution.ObtenerFecha=function() {
CemmThome.Evolution.ObtenerFecha.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CemmThome.Evolution.ObtenerFecha.prototype={
GetFecha:function(succeededCallback, failedCallback, userContext) {
return this._invoke(CemmThome.Evolution.ObtenerFecha.get_path(), 'GetFecha',false,{},succeededCallback,failedCallback,userContext); }}
CemmThome.Evolution.ObtenerFecha.registerClass('CemmThome.Evolution.ObtenerFecha',Sys.Net.WebServiceProxy);
CemmThome.Evolution.ObtenerFecha._staticInstance = new CemmThome.Evolution.ObtenerFecha();
CemmThome.Evolution.ObtenerFecha.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; CemmThome.Evolution.ObtenerFecha._staticInstance._path = value; }
CemmThome.Evolution.ObtenerFecha.get_path = function() { return CemmThome.Evolution.ObtenerFecha._staticInstance._path; }
CemmThome.Evolution.ObtenerFecha.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); }
CemmThome.Evolution.ObtenerFecha._staticInstance._timeout = value; }
CemmThome.Evolution.ObtenerFecha.get_timeout = function() { 
return CemmThome.Evolution.ObtenerFecha._staticInstance._timeout; }
CemmThome.Evolution.ObtenerFecha.set_defaultUserContext = function(value) { 
CemmThome.Evolution.ObtenerFecha._staticInstance._userContext = value; }
CemmThome.Evolution.ObtenerFecha.get_defaultUserContext = function() { 
return CemmThome.Evolution.ObtenerFecha._staticInstance._userContext; }
CemmThome.Evolution.ObtenerFecha.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; CemmThome.Evolution.ObtenerFecha._staticInstance._succeeded = value; }
CemmThome.Evolution.ObtenerFecha.get_defaultSucceededCallback = function() { 
return CemmThome.Evolution.ObtenerFecha._staticInstance._succeeded; }
CemmThome.Evolution.ObtenerFecha.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; CemmThome.Evolution.ObtenerFecha._staticInstance._failed = value; }
CemmThome.Evolution.ObtenerFecha.get_defaultFailedCallback = function() { 
return CemmThome.Evolution.ObtenerFecha._staticInstance._failed; }
CemmThome.Evolution.ObtenerFecha.set_path("/service/ObtenerFecha.asmx");
CemmThome.Evolution.ObtenerFecha.GetFecha= function(onSuccess,onFailed,userContext) {CemmThome.Evolution.ObtenerFecha._staticInstance.GetFecha(onSuccess,onFailed,userContext); }
