Type.registerNamespace('ULSOnlineReservation_New.WebForms.Services');
ULSOnlineReservation_New.WebForms.Services.flightView=function() {
ULSOnlineReservation_New.WebForms.Services.flightView.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ULSOnlineReservation_New.WebForms.Services.flightView.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.get_path();},
HelloWorld:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'HelloWorld',false,{},succeededCallback,failedCallback,userContext); },
ConfirmFlightView:function(strAirportID,strAirlinesID,strFlightNumber,strPickupdateTime,informationType,strTableContainerID,succeededCallback, failedCallback, userContext) {
/// <param name="strAirportID" type="String">System.String</param>
/// <param name="strAirlinesID" type="String">System.String</param>
/// <param name="strFlightNumber" type="String">System.String</param>
/// <param name="strPickupdateTime" type="String">System.String</param>
/// <param name="informationType" type="String">System.String</param>
/// <param name="strTableContainerID" type="String">System.String</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(), 'ConfirmFlightView',false,{strAirportID:strAirportID,strAirlinesID:strAirlinesID,strFlightNumber:strFlightNumber,strPickupdateTime:strPickupdateTime,informationType:informationType,strTableContainerID:strTableContainerID},succeededCallback,failedCallback,userContext); }}
ULSOnlineReservation_New.WebForms.Services.flightView.registerClass('ULSOnlineReservation_New.WebForms.Services.flightView',Sys.Net.WebServiceProxy);
ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance = new ULSOnlineReservation_New.WebForms.Services.flightView();
ULSOnlineReservation_New.WebForms.Services.flightView.set_path = function(value) {
ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.set_path(value); }
ULSOnlineReservation_New.WebForms.Services.flightView.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.get_path();}
ULSOnlineReservation_New.WebForms.Services.flightView.set_timeout = function(value) {
ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.set_timeout(value); }
ULSOnlineReservation_New.WebForms.Services.flightView.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.get_timeout(); }
ULSOnlineReservation_New.WebForms.Services.flightView.set_defaultUserContext = function(value) { 
ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.set_defaultUserContext(value); }
ULSOnlineReservation_New.WebForms.Services.flightView.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.get_defaultUserContext(); }
ULSOnlineReservation_New.WebForms.Services.flightView.set_defaultSucceededCallback = function(value) { 
 ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.set_defaultSucceededCallback(value); }
ULSOnlineReservation_New.WebForms.Services.flightView.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.get_defaultSucceededCallback(); }
ULSOnlineReservation_New.WebForms.Services.flightView.set_defaultFailedCallback = function(value) { 
ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.set_defaultFailedCallback(value); }
ULSOnlineReservation_New.WebForms.Services.flightView.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.get_defaultFailedCallback(); }
ULSOnlineReservation_New.WebForms.Services.flightView.set_path("/ULSONLINE/webForms/Services/flightView.asmx");
ULSOnlineReservation_New.WebForms.Services.flightView.HelloWorld= function(onSuccess,onFailed,userContext) {
/// <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>
ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.HelloWorld(onSuccess,onFailed,userContext); }
ULSOnlineReservation_New.WebForms.Services.flightView.ConfirmFlightView= function(strAirportID,strAirlinesID,strFlightNumber,strPickupdateTime,informationType,strTableContainerID,onSuccess,onFailed,userContext) {
/// <param name="strAirportID" type="String">System.String</param>
/// <param name="strAirlinesID" type="String">System.String</param>
/// <param name="strFlightNumber" type="String">System.String</param>
/// <param name="strPickupdateTime" type="String">System.String</param>
/// <param name="informationType" type="String">System.String</param>
/// <param name="strTableContainerID" type="String">System.String</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>
ULSOnlineReservation_New.WebForms.Services.flightView._staticInstance.ConfirmFlightView(strAirportID,strAirlinesID,strFlightNumber,strPickupdateTime,informationType,strTableContainerID,onSuccess,onFailed,userContext); }
