Type.registerNamespace('Lynda.Web');
Lynda.Web.MR=function() {
Lynda.Web.MR.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Lynda.Web.MR.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Lynda.Web.MR._staticInstance.get_path();},
M1:function(args,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'M1',false,{args:args},succeededCallback,failedCallback,userContext); },
MC1:function(args,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'MC1',false,{args:args},succeededCallback,failedCallback,userContext); }}
Lynda.Web.MR.registerClass('Lynda.Web.MR',Sys.Net.WebServiceProxy);
Lynda.Web.MR._staticInstance = new Lynda.Web.MR();
Lynda.Web.MR.set_path = function(value) { Lynda.Web.MR._staticInstance.set_path(value); }
Lynda.Web.MR.get_path = function() { return Lynda.Web.MR._staticInstance.get_path(); }
Lynda.Web.MR.set_timeout = function(value) { Lynda.Web.MR._staticInstance.set_timeout(value); }
Lynda.Web.MR.get_timeout = function() { return Lynda.Web.MR._staticInstance.get_timeout(); }
Lynda.Web.MR.set_defaultUserContext = function(value) { Lynda.Web.MR._staticInstance.set_defaultUserContext(value); }
Lynda.Web.MR.get_defaultUserContext = function() { return Lynda.Web.MR._staticInstance.get_defaultUserContext(); }
Lynda.Web.MR.set_defaultSucceededCallback = function(value) { Lynda.Web.MR._staticInstance.set_defaultSucceededCallback(value); }
Lynda.Web.MR.get_defaultSucceededCallback = function() { return Lynda.Web.MR._staticInstance.get_defaultSucceededCallback(); }
Lynda.Web.MR.set_defaultFailedCallback = function(value) { Lynda.Web.MR._staticInstance.set_defaultFailedCallback(value); }
Lynda.Web.MR.get_defaultFailedCallback = function() { return Lynda.Web.MR._staticInstance.get_defaultFailedCallback(); }
Lynda.Web.MR.set_path("/WebServices/MMUSReports/MR.asmx");
Lynda.Web.MR.M1= function(args,onSuccess,onFailed,userContext) {Lynda.Web.MR._staticInstance.M1(args,onSuccess,onFailed,userContext); }
Lynda.Web.MR.MC1= function(args,onSuccess,onFailed,userContext) {Lynda.Web.MR._staticInstance.MC1(args,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(BedrockPageArray) === 'undefined') {
var BedrockPageArray=gtc("BedrockPageArray");
BedrockPageArray.registerClass('BedrockPageArray');
}

