var rsycRacingEvents=function() {
rsycRacingEvents.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
rsycRacingEvents.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return rsycRacingEvents._staticInstance.get_path();},
getRacingCalendar:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'getRacingCalendar',false,{},succeededCallback,failedCallback,userContext); }}
rsycRacingEvents.registerClass('rsycRacingEvents',Sys.Net.WebServiceProxy);
rsycRacingEvents._staticInstance = new rsycRacingEvents();
rsycRacingEvents.set_path = function(value) {
rsycRacingEvents._staticInstance.set_path(value); }
rsycRacingEvents.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return rsycRacingEvents._staticInstance.get_path();}
rsycRacingEvents.set_timeout = function(value) {
rsycRacingEvents._staticInstance.set_timeout(value); }
rsycRacingEvents.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return rsycRacingEvents._staticInstance.get_timeout(); }
rsycRacingEvents.set_defaultUserContext = function(value) { 
rsycRacingEvents._staticInstance.set_defaultUserContext(value); }
rsycRacingEvents.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return rsycRacingEvents._staticInstance.get_defaultUserContext(); }
rsycRacingEvents.set_defaultSucceededCallback = function(value) { 
 rsycRacingEvents._staticInstance.set_defaultSucceededCallback(value); }
rsycRacingEvents.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return rsycRacingEvents._staticInstance.get_defaultSucceededCallback(); }
rsycRacingEvents.set_defaultFailedCallback = function(value) { 
rsycRacingEvents._staticInstance.set_defaultFailedCallback(value); }
rsycRacingEvents.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return rsycRacingEvents._staticInstance.get_defaultFailedCallback(); }
rsycRacingEvents.set_path("/racing/webservices/rsycRacingEvents.asmx");
rsycRacingEvents.getRacingCalendar= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
rsycRacingEvents._staticInstance.getRacingCalendar(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('CMS_WebUtils');
if (typeof(CMS_WebUtils.RacingCalendar) === 'undefined') {
CMS_WebUtils.RacingCalendar=gtc("CMS_WebUtils.RacingCalendar");
CMS_WebUtils.RacingCalendar.registerClass('CMS_WebUtils.RacingCalendar');
}

