public Generator() : base(false)
 {
     fieldGeneratorDownPayment = new FieldHoldingGeneratorDownPayment("field \"DownPayment\" of the MortgageCalculatorInputVariableDownPayment class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the MortgageCalculatorInputVariableDownPayment class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorDownPayment = new FieldHoldingGeneratorDownPayment("field \"DownPayment\" of the MortgageCalculatorInputVariableDownPayment class", ignore_extras);
     unknownFieldGenerator     = new UnknownFieldGenerator(ignore_extras);
     set_what("the MortgageCalculatorInputVariableDownPayment class");
 }