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");
 }
Beispiel #2
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 #3
0
 public Generator()
 {
     fieldGeneratorCountryCode  = new JSONHoldingStringGenerator("field \"CountryCode\" of the FlightBookingSearchSpec class");
     fieldGeneratorLanguageCode = new JSONHoldingStringGenerator("field \"LanguageCode\" of the FlightBookingSearchSpec class");
     fieldGeneratorFlightTravelLocationForClient = new FlightTravelLocationJSON.HoldingGenerator("field \"FlightTravelLocationForClient\" of the FlightBookingSearchSpec class", false);
     fieldGeneratorFlightBookingFilter           = new FlightBookingFilterJSON.HoldingGenerator("field \"FlightBookingFilter\" of the FlightBookingSearchSpec class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the FlightBookingSearchSpec class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorFlightSegmentID = new JSONHoldingStringGenerator("field \"FlightSegmentID\" of the FlightSegmentDetails class");
     fieldGeneratorCabinClass      = new CabinClassJSON.HoldingGenerator("field \"CabinClass\" of the FlightSegmentDetails class", false);
     fieldGeneratorLayoverDuration = new JSONHoldingNumberTextGenerator("field \"LayoverDuration\" of the FlightSegmentDetails class");
     fieldGeneratorChangeToAirport = new FlightTravelLocationJSON.HoldingGenerator("field \"ChangeToAirport\" of the FlightSegmentDetails class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the FlightSegmentDetails class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Beispiel #5
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;
 }