Ejemplo 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;
 }
Ejemplo 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;
 }
Ejemplo n.º 3
0
 public Generator()
 {
     fieldGeneratorFullName     = new JSONHoldingStringGenerator("field \"FullName\" of the SportsOlympicsAthlete class");
     fieldGeneratorOrganization = new SportsOlympicsOrganizationJSON.HoldingGenerator("field \"Organization\" of the SportsOlympicsAthlete class", false);
     fieldGeneratorGender       = new SportsOlympicsAthleteGenderJSON.HoldingGenerator("field \"Gender\" of the SportsOlympicsAthlete class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the SportsOlympicsAthlete class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 4
0
 public Generator()
 {
     fieldGeneratorOrganization = new SportsOlympicsOrganizationJSON.HoldingGenerator("field \"Organization\" of the SportsOlympicsMedalStandingsOrganizationMedalCount class", false);
     fieldGeneratorGoldMedals   = new FieldHoldingGeneratorGoldMedals("field \"GoldMedals\" of the SportsOlympicsMedalStandingsOrganizationMedalCount class");
     fieldGeneratorSilverMedals = new FieldHoldingGeneratorSilverMedals("field \"SilverMedals\" of the SportsOlympicsMedalStandingsOrganizationMedalCount class");
     fieldGeneratorBronzeMedals = new FieldHoldingGeneratorBronzeMedals("field \"BronzeMedals\" of the SportsOlympicsMedalStandingsOrganizationMedalCount class");
     fieldGeneratorTotalMedals  = new FieldHoldingGeneratorTotalMedals("field \"TotalMedals\" of the SportsOlympicsMedalStandingsOrganizationMedalCount class");
     fieldGeneratorRank         = new FieldHoldingGeneratorRank("field \"Rank\" of the SportsOlympicsMedalStandingsOrganizationMedalCount class");
     fieldGeneratorRankIsTied   = new JSONHoldingBooleanGenerator("field \"RankIsTied\" of the SportsOlympicsMedalStandingsOrganizationMedalCount class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the SportsOlympicsMedalStandingsOrganizationMedalCount class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 5
0
 public Generator()
 {
     fieldGeneratorQueryType           = new SportsOlympicsMedalStandingsQueryTypeJSON.HoldingGenerator("field \"QueryType\" of the SportsOlympicsMedalStandingsQueryComponent class", false);
     fieldGeneratorOrganization        = new SportsOlympicsOrganizationJSON.HoldingGenerator("field \"Organization\" of the SportsOlympicsMedalStandingsQueryComponent class", false);
     fieldGeneratorMedalType           = new SportsOlympicsMedalJSON.HoldingGenerator("field \"MedalType\" of the SportsOlympicsMedalStandingsQueryComponent class", false);
     fieldGeneratorRank                = new FieldHoldingGeneratorRank("field \"Rank\" of the SportsOlympicsMedalStandingsQueryComponent class");
     fieldGeneratorRankResult          = new FieldHoldingGeneratorRankResult("field \"RankResult\" of the SportsOlympicsMedalStandingsQueryComponent class");
     fieldGeneratorGames               = new SportsOlympicsGamesJSON.HoldingGenerator("field \"Games\" of the SportsOlympicsMedalStandingsQueryComponent class", false);
     fieldGeneratorSortMethod          = new SportsOlympicsMedalStandingsSortMethodJSON.HoldingGenerator("field \"SortMethod\" of the SportsOlympicsMedalStandingsQueryComponent class", false);
     fieldGeneratorStandingsIndex      = new FieldHoldingGeneratorStandingsIndex("field \"StandingsIndex\" of the SportsOlympicsMedalStandingsQueryComponent class");
     fieldGeneratorOrganizationIndices = new FieldHoldingArrayGeneratorOrganizationIndices("field \"OrganizationIndices\" of the SportsOlympicsMedalStandingsQueryComponent class");
     fieldGeneratorError               = new SportsOlympicsMedalStandingsErrorJSON.HoldingGenerator("field \"Error\" of the SportsOlympicsMedalStandingsQueryComponent class", false);
     unknownFieldGenerator             = new UnknownFieldGenerator(false);
     set_what("the SportsOlympicsMedalStandingsQueryComponent class");
     allow_incomplete = false;
     allow_unpolished = false;
 }