var CenterIntroductionTrainSystem=function() {
CenterIntroductionTrainSystem.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CenterIntroductionTrainSystem.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CenterIntroductionTrainSystem._staticInstance.get_path();},
ReturnFBS_data_Title:function(i,succeededCallback, failedCallback, userContext) {
/// <param name="i" type="Number">System.Int32</param>
/// <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(), 'ReturnFBS_data_Title',false,{i:i},succeededCallback,failedCallback,userContext); }}
CenterIntroductionTrainSystem.registerClass('CenterIntroductionTrainSystem',Sys.Net.WebServiceProxy);
CenterIntroductionTrainSystem._staticInstance = new CenterIntroductionTrainSystem();
CenterIntroductionTrainSystem.set_path = function(value) {
CenterIntroductionTrainSystem._staticInstance.set_path(value); }
CenterIntroductionTrainSystem.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return CenterIntroductionTrainSystem._staticInstance.get_path();}
CenterIntroductionTrainSystem.set_timeout = function(value) {
CenterIntroductionTrainSystem._staticInstance.set_timeout(value); }
CenterIntroductionTrainSystem.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return CenterIntroductionTrainSystem._staticInstance.get_timeout(); }
CenterIntroductionTrainSystem.set_defaultUserContext = function(value) { 
CenterIntroductionTrainSystem._staticInstance.set_defaultUserContext(value); }
CenterIntroductionTrainSystem.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return CenterIntroductionTrainSystem._staticInstance.get_defaultUserContext(); }
CenterIntroductionTrainSystem.set_defaultSucceededCallback = function(value) { 
 CenterIntroductionTrainSystem._staticInstance.set_defaultSucceededCallback(value); }
CenterIntroductionTrainSystem.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return CenterIntroductionTrainSystem._staticInstance.get_defaultSucceededCallback(); }
CenterIntroductionTrainSystem.set_defaultFailedCallback = function(value) { 
CenterIntroductionTrainSystem._staticInstance.set_defaultFailedCallback(value); }
CenterIntroductionTrainSystem.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return CenterIntroductionTrainSystem._staticInstance.get_defaultFailedCallback(); }
CenterIntroductionTrainSystem.set_path("/CenterIntroductionTrainSystem.asmx");
CenterIntroductionTrainSystem.ReturnFBS_data_Title= function(i,onSuccess,onFailed,userContext) {
/// <param name="i" type="Number">System.Int32</param>
/// <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>
CenterIntroductionTrainSystem._staticInstance.ReturnFBS_data_Title(i,onSuccess,onFailed,userContext); }
