var HLCInfo_Environment=function() {
HLCInfo_Environment.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
HLCInfo_Environment.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return HLCInfo_Environment._staticInstance.get_path();},
UpdateSelectHLCEnvironment:function(strMID,strHLCID,strLivingFunction,strTraffic,strNearLifeCircle,arystrRTSID,arystrParkID,arystrSchoolID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UpdateSelectHLCEnvironment',false,{strMID:strMID,strHLCID:strHLCID,strLivingFunction:strLivingFunction,strTraffic:strTraffic,strNearLifeCircle:strNearLifeCircle,arystrRTSID:arystrRTSID,arystrParkID:arystrParkID,arystrSchoolID:arystrSchoolID},succeededCallback,failedCallback,userContext); },
smallParkItem:function(strSelectRegionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'smallParkItem',false,{strSelectRegionID:strSelectRegionID},succeededCallback,failedCallback,userContext); },
smallRTSItem:function(strSelectRTSLineID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'smallRTSItem',false,{strSelectRTSLineID:strSelectRTSLineID},succeededCallback,failedCallback,userContext); },
smallSchoolItem:function(strSelectRegionID,strSchoolTypeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'smallSchoolItem',false,{strSelectRegionID:strSelectRegionID,strSchoolTypeID:strSchoolTypeID},succeededCallback,failedCallback,userContext); },
search_SchoolItem:function(strSelectRegionID,strSchoolTypeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'search_SchoolItem',false,{strSelectRegionID:strSelectRegionID,strSchoolTypeID:strSchoolTypeID},succeededCallback,failedCallback,userContext); },
search_RTSItem:function(strSelectRTSLineID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'search_RTSItem',false,{strSelectRTSLineID:strSelectRTSLineID},succeededCallback,failedCallback,userContext); },
search_ParkItem:function(strSelectRegionID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'search_ParkItem',false,{strSelectRegionID:strSelectRegionID},succeededCallback,failedCallback,userContext); },
getSmallParkFormat:function(strSelectCityID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getSmallParkFormat',false,{strSelectCityID:strSelectCityID},succeededCallback,failedCallback,userContext); },
getSmallSchoolFormat:function(strSelectCityID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getSmallSchoolFormat',false,{strSelectCityID:strSelectCityID},succeededCallback,failedCallback,userContext); },
getSmallRTSFormat:function(strSelectCityID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getSmallRTSFormat',false,{strSelectCityID:strSelectCityID},succeededCallback,failedCallback,userContext); },
getSmallSuggestFormat:function(strSelectCityID,strType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getSmallSuggestFormat',false,{strSelectCityID:strSelectCityID,strType:strType},succeededCallback,failedCallback,userContext); },
addSuggest:function(strPara,strSelectCityText,strSelectRegionText,strSelectRegionID,strItemName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'addSuggest',false,{strPara:strPara,strSelectCityText:strSelectCityText,strSelectRegionText:strSelectRegionText,strSelectRegionID:strSelectRegionID,strItemName:strItemName},succeededCallback,failedCallback,userContext); }}
HLCInfo_Environment.registerClass('HLCInfo_Environment',Sys.Net.WebServiceProxy);
HLCInfo_Environment._staticInstance = new HLCInfo_Environment();
HLCInfo_Environment.set_path = function(value) { HLCInfo_Environment._staticInstance.set_path(value); }
HLCInfo_Environment.get_path = function() { return HLCInfo_Environment._staticInstance.get_path(); }
HLCInfo_Environment.set_timeout = function(value) { HLCInfo_Environment._staticInstance.set_timeout(value); }
HLCInfo_Environment.get_timeout = function() { return HLCInfo_Environment._staticInstance.get_timeout(); }
HLCInfo_Environment.set_defaultUserContext = function(value) { HLCInfo_Environment._staticInstance.set_defaultUserContext(value); }
HLCInfo_Environment.get_defaultUserContext = function() { return HLCInfo_Environment._staticInstance.get_defaultUserContext(); }
HLCInfo_Environment.set_defaultSucceededCallback = function(value) { HLCInfo_Environment._staticInstance.set_defaultSucceededCallback(value); }
HLCInfo_Environment.get_defaultSucceededCallback = function() { return HLCInfo_Environment._staticInstance.get_defaultSucceededCallback(); }
HLCInfo_Environment.set_defaultFailedCallback = function(value) { HLCInfo_Environment._staticInstance.set_defaultFailedCallback(value); }
HLCInfo_Environment.get_defaultFailedCallback = function() { return HLCInfo_Environment._staticInstance.get_defaultFailedCallback(); }
HLCInfo_Environment.set_path("/WS/HLCInfo_Environment.asmx");
HLCInfo_Environment.UpdateSelectHLCEnvironment= function(strMID,strHLCID,strLivingFunction,strTraffic,strNearLifeCircle,arystrRTSID,arystrParkID,arystrSchoolID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.UpdateSelectHLCEnvironment(strMID,strHLCID,strLivingFunction,strTraffic,strNearLifeCircle,arystrRTSID,arystrParkID,arystrSchoolID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.smallParkItem= function(strSelectRegionID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.smallParkItem(strSelectRegionID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.smallRTSItem= function(strSelectRTSLineID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.smallRTSItem(strSelectRTSLineID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.smallSchoolItem= function(strSelectRegionID,strSchoolTypeID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.smallSchoolItem(strSelectRegionID,strSchoolTypeID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.search_SchoolItem= function(strSelectRegionID,strSchoolTypeID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.search_SchoolItem(strSelectRegionID,strSchoolTypeID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.search_RTSItem= function(strSelectRTSLineID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.search_RTSItem(strSelectRTSLineID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.search_ParkItem= function(strSelectRegionID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.search_ParkItem(strSelectRegionID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.getSmallParkFormat= function(strSelectCityID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.getSmallParkFormat(strSelectCityID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.getSmallSchoolFormat= function(strSelectCityID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.getSmallSchoolFormat(strSelectCityID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.getSmallRTSFormat= function(strSelectCityID,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.getSmallRTSFormat(strSelectCityID,onSuccess,onFailed,userContext); }
HLCInfo_Environment.getSmallSuggestFormat= function(strSelectCityID,strType,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.getSmallSuggestFormat(strSelectCityID,strType,onSuccess,onFailed,userContext); }
HLCInfo_Environment.addSuggest= function(strPara,strSelectCityText,strSelectRegionText,strSelectRegionID,strItemName,onSuccess,onFailed,userContext) {HLCInfo_Environment._staticInstance.addSuggest(strPara,strSelectCityText,strSelectRegionText,strSelectRegionID,strItemName,onSuccess,onFailed,userContext); }

