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={
M1:function(args,succeededCallback, failedCallback, userContext) {
return this._invoke(Lynda.Web.MR.get_path(), 'M1',false,{args:args},succeededCallback,failedCallback,userContext); },
MC1:function(args,succeededCallback, failedCallback, userContext) {
return this._invoke(Lynda.Web.MR.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._path = value; }
Lynda.Web.MR.get_path = function() { return Lynda.Web.MR._staticInstance._path; }
Lynda.Web.MR.set_timeout = function(value) { Lynda.Web.MR._staticInstance._timeout = value; }
Lynda.Web.MR.get_timeout = function() { return Lynda.Web.MR._staticInstance._timeout; }
Lynda.Web.MR.set_defaultUserContext = function(value) { Lynda.Web.MR._staticInstance._userContext = value; }
Lynda.Web.MR.get_defaultUserContext = function() { return Lynda.Web.MR._staticInstance._userContext; }
Lynda.Web.MR.set_defaultSucceededCallback = function(value) { Lynda.Web.MR._staticInstance._succeeded = value; }
Lynda.Web.MR.get_defaultSucceededCallback = function() { return Lynda.Web.MR._staticInstance._succeeded; }
Lynda.Web.MR.set_defaultFailedCallback = function(value) { Lynda.Web.MR._staticInstance._failed = value; }
Lynda.Web.MR.get_defaultFailedCallback = function() { return Lynda.Web.MR._staticInstance._failed; }
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');
}
