Esempio n. 1
0
 public Generator()
 {
     fieldGeneratorAthletes     = new SportsOlympicsAthleteJSON.HoldingArrayGenerator("field \"Athletes\" of the SportsOlympicsEventSchedulesAndResultsInstanceParticipant class", false);
     fieldGeneratorOrganization = new SportsOlympicsOrganizationJSON.HoldingGenerator("field \"Organization\" of the SportsOlympicsEventSchedulesAndResultsInstanceParticipant class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the SportsOlympicsEventSchedulesAndResultsInstanceParticipant class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Esempio n. 2
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorAthletes     = new SportsOlympicsAthleteJSON.HoldingArrayGenerator("field \"Athletes\" of the SportsOlympicsEventSchedulesAndResultsInstanceMedalWinner class", ignore_extras);
     fieldGeneratorOrganization = new SportsOlympicsOrganizationJSON.HoldingGenerator("field \"Organization\" of the SportsOlympicsEventSchedulesAndResultsInstanceMedalWinner class", ignore_extras);
     fieldGeneratorRank         = new FieldHoldingGeneratorRank("field \"Rank\" of the SportsOlympicsEventSchedulesAndResultsInstanceMedalWinner class");
     unknownFieldGenerator      = new UnknownFieldGenerator(ignore_extras);
     set_what("the SportsOlympicsEventSchedulesAndResultsInstanceMedalWinner class");
     allow_incomplete = false;
     allow_unpolished = false;
 }