Пример #1
0
 public Generator()
 {
     fieldGeneratorAskingUserFor    = new FlightBookingLookupParameterJSON.HoldingGenerator("field \"AskingUserFor\" of the FlightBookingMode class", false);
     fieldGeneratorAlreadyAskedUser = new FlightBookingLookupParameterJSON.HoldingArrayGenerator("field \"AlreadyAskedUser\" of the FlightBookingMode class", false);
     fieldGeneratorTextForUser      = new ResponseTypesJSON.HoldingGenerator("field \"TextForUser\" of the FlightBookingMode class", false);
     fieldGeneratorLastUserResponse = new FieldHoldingGeneratorLastUserResponse("field \"LastUserResponse\" of the FlightBookingMode class");
     fieldGeneratorWrittenHints     = new JSONHoldingStringArrayGenerator("field \"WrittenHints\" of the FlightBookingMode class");
     fieldGeneratorSpokenHints      = new JSONHoldingStringArrayGenerator("field \"SpokenHints\" of the FlightBookingMode class");
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the FlightBookingMode class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #2
0
 public Generator()
 {
     fieldGeneratorFlightSpec                 = new FlightSpecJSON.HoldingGenerator("field \"FlightSpec\" of the FlightStatusSearchResult class", false);
     fieldGeneratorErrorMessage               = new JSONHoldingStringGenerator("field \"ErrorMessage\" of the FlightStatusSearchResult class");
     fieldGeneratorErrorMessageSpoken         = new JSONHoldingStringGenerator("field \"ErrorMessageSpoken\" of the FlightStatusSearchResult class");
     fieldGeneratorFlightStatuses             = new FlightStatusJSON.HoldingArrayGenerator("field \"FlightStatuses\" of the FlightStatusSearchResult class", false);
     fieldGeneratorMostRelevantFlightIndex    = new FieldHoldingGeneratorMostRelevantFlightIndex("field \"MostRelevantFlightIndex\" of the FlightStatusSearchResult class");
     fieldGeneratorMostRelevantFlightCriteria = new ResponseTypesJSON.HoldingGenerator("field \"MostRelevantFlightCriteria\" of the FlightStatusSearchResult class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the FlightStatusSearchResult class");
     allow_incomplete = false;
     allow_unpolished = false;
 }