public Generator()
 {
     fieldGeneratorCommandKind    = new FieldHoldingGeneratorCommandKind("field \"CommandKind\" of the CarControlLightsState class");
     fieldGeneratorMode           = new FieldHoldingGeneratorMode("field \"Mode\" of the CarControlLightsState class");
     fieldGeneratorProposedAction = new FieldHoldingGeneratorProposedAction("field \"ProposedAction\" of the CarControlLightsState class");
     unknownFieldGenerator        = new UnknownFieldGenerator(false);
     set_what("the CarControlLightsState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator() : base(false)
 {
     fieldGeneratorMode       = new FieldHoldingGeneratorMode("field \"Mode\" of the AgeCalculatorStartCommand class");
     fieldGeneratorUnderstood = new JSONHoldingBooleanGenerator("field \"Understood\" of the AgeCalculatorStartCommand class");
     fieldGeneratorInvalidBornDateWasGiven = new JSONHoldingBooleanGenerator("field \"InvalidBornDateWasGiven\" of the AgeCalculatorStartCommand class");
     fieldGeneratorDestinationDate         = new DateAndOrTimeJSON.HoldingGenerator("field \"DestinationDate\" of the AgeCalculatorStartCommand class", false);
     fieldGeneratorDestinationIsNow        = new JSONHoldingBooleanGenerator("field \"DestinationIsNow\" of the AgeCalculatorStartCommand class");
     fieldGeneratorDestinationIsToday      = new JSONHoldingBooleanGenerator("field \"DestinationIsToday\" of the AgeCalculatorStartCommand class");
     fieldGeneratorNowDate     = new DateAndOrTimeJSON.HoldingGenerator("field \"NowDate\" of the AgeCalculatorStartCommand class", false);
     fieldGeneratorPerspective = new AgeCalculatorPerspectiveJSON.HoldingGenerator("field \"Perspective\" of the AgeCalculatorStartCommand class", false);
     set_what("the AgeCalculatorStartCommand class");
 }