Type.registerNamespace('CopaAirlines.WebCheckIn.Web.Script.Services');
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService=function() {
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.get_path();},
Change:function(countryCode,languageCode,remember,succeededCallback, failedCallback, userContext) {
/// <param name="countryCode" type="String">System.String</param>
/// <param name="languageCode" type="String">System.String</param>
/// <param name="remember" type="Boolean">System.Boolean</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(), 'Change',true,{countryCode:countryCode,languageCode:languageCode,remember:remember},succeededCallback,failedCallback,userContext); }}
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.registerClass('CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService',Sys.Net.WebServiceProxy);
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance = new CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService();
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.set_path = function(value) {
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.set_path(value); }
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.get_path();}
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.set_timeout = function(value) {
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.set_timeout(value); }
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.get_timeout(); }
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.set_defaultUserContext = function(value) { 
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.set_defaultUserContext(value); }
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.get_defaultUserContext(); }
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.set_defaultSucceededCallback = function(value) { 
 CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.set_defaultSucceededCallback(value); }
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.get_defaultSucceededCallback(); }
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.set_defaultFailedCallback = function(value) { 
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.set_defaultFailedCallback(value); }
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.get_defaultFailedCallback(); }
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.set_path("/WebCheckIneBiz/MasterPage/CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.asmx");
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService.Change= function(countryCode,languageCode,remember,onSuccess,onFailed,userContext) {
/// <param name="countryCode" type="String">System.String</param>
/// <param name="languageCode" type="String">System.String</param>
/// <param name="remember" type="Boolean">System.Boolean</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>
CopaAirlines.WebCheckIn.Web.Script.Services.LanguageSelectorService._staticInstance.Change(countryCode,languageCode,remember,onSuccess,onFailed,userContext); }
