Beispiel #1
0
 public Generator() : base(false)
 {
     fieldGeneratorCurrentDateAndTime            = new FlightTimesJSON.HoldingGenerator("field \"CurrentDateAndTime\" of the FlightStatusInformationNugget class", false);
     fieldGeneratorFlightTravelLocationForClient = new FlightTravelLocationJSON.HoldingGenerator("field \"FlightTravelLocationForClient\" of the FlightStatusInformationNugget class", false);
     fieldGeneratorFlightStatusSearchResults     = new FlightStatusSearchResultJSON.HoldingArrayGenerator("field \"FlightStatusSearchResults\" of the FlightStatusInformationNugget class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the FlightStatusInformationNugget class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorFlightBookingSearchSpec = new FlightBookingSearchSpecJSON.HoldingGenerator("field \"FlightBookingSearchSpec\" of the FlightBookingInformationNugget class", false);
     fieldGeneratorCurrentDateAndTime      = new FlightTimesJSON.HoldingGenerator("field \"CurrentDateAndTime\" of the FlightBookingInformationNugget class", false);
     fieldGeneratorFlightProducts          = new FlightProductJSON.HoldingArrayGenerator("field \"FlightProducts\" of the FlightBookingInformationNugget class", false);
     fieldGeneratorFlightSegments          = new FlightSegmentJSON.HoldingArrayGenerator("field \"FlightSegments\" of the FlightBookingInformationNugget class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the FlightBookingInformationNugget class");
 }
Beispiel #3
0
 public Generator()
 {
     fieldGeneratorCurrentDateAndTime            = new FlightTimesJSON.HoldingGenerator("field \"CurrentDateAndTime\" of the TypeNativeData class", false);
     fieldGeneratorFlightTravelLocationForClient = new FlightTravelLocationJSON.HoldingGenerator("field \"FlightTravelLocationForClient\" of the TypeNativeData class", false);
     fieldGeneratorFlightStatusSearchResults     = new FlightStatusSearchResultJSON.HoldingArrayGenerator("field \"FlightStatusSearchResults\" of the TypeNativeData class", false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Beispiel #4
0
 public Generator()
 {
     fieldGeneratorFlightSegmentID     = new JSONHoldingStringGenerator("field \"FlightSegmentID\" of the FlightSegment class");
     fieldGeneratorDepartureAirport    = new FlightTravelLocationJSON.HoldingGenerator("field \"DepartureAirport\" of the FlightSegment class", false);
     fieldGeneratorArrivalAirport      = new FlightTravelLocationJSON.HoldingGenerator("field \"ArrivalAirport\" of the FlightSegment class", false);
     fieldGeneratorDepartureDateTime   = new FlightTimesJSON.HoldingGenerator("field \"DepartureDateTime\" of the FlightSegment class", false);
     fieldGeneratorArrivalDateTime     = new FlightTimesJSON.HoldingGenerator("field \"ArrivalDateTime\" of the FlightSegment class", false);
     fieldGeneratorAirlineFlightNumber = new AirlineFlightNumberJSON.HoldingGenerator("field \"AirlineFlightNumber\" of the FlightSegment class", false);
     fieldGeneratorOperatingCarrier    = new AirlineJSON.HoldingGenerator("field \"OperatingCarrier\" of the FlightSegment class", false);
     fieldGeneratorFlightDuration      = new JSONHoldingNumberTextGenerator("field \"FlightDuration\" of the FlightSegment class");
     unknownFieldGenerator             = new UnknownFieldGenerator(false);
     set_what("the FlightSegment class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Beispiel #5
0
 public Generator()
 {
     fieldGeneratorActualDateTime          = new FlightTimesJSON.HoldingGenerator("field \"ActualDateTime\" of the FlightStatusBoardingInfo class", false);
     fieldGeneratorEstimatedDateTime       = new FlightTimesJSON.HoldingGenerator("field \"EstimatedDateTime\" of the FlightStatusBoardingInfo class", false);
     fieldGeneratorScheduledDateTime       = new FlightTimesJSON.HoldingGenerator("field \"ScheduledDateTime\" of the FlightStatusBoardingInfo class", false);
     fieldGeneratorOperationalDateTime     = new FlightTimesJSON.HoldingGenerator("field \"OperationalDateTime\" of the FlightStatusBoardingInfo class", false);
     fieldGeneratorOperationalDateTimeType = new FlightStatusOperationalDateTimeTypeJSON.HoldingGenerator("field \"OperationalDateTimeType\" of the FlightStatusBoardingInfo class", false);
     fieldGeneratorDeviationFromScheduled  = new TimeDifferenceJSON.HoldingGenerator("field \"DeviationFromScheduled\" of the FlightStatusBoardingInfo class", false);
     fieldGeneratorStateInTimeline         = new FlightStatusEventStateInTimelineJSON.HoldingGenerator("field \"StateInTimeline\" of the FlightStatusBoardingInfo class", false);
     fieldGeneratorWaitingPeriod           = new TimeDifferenceJSON.HoldingGenerator("field \"WaitingPeriod\" of the FlightStatusBoardingInfo class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the FlightStatusBoardingInfo class");
     allow_incomplete = false;
     allow_unpolished = false;
 }