示例#1
0
 public Generator()
 {
     fieldGeneratorTeams   = new SportsTeamNewJSON.HoldingArrayGenerator("field \"Teams\" of the SportsTeamsResponseState class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the SportsTeamsResponseState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
示例#2
0
 public Generator()
 {
     fieldGeneratorStatus          = new FieldHoldingGeneratorStatus("field \"Status\" of the SportsSeriesStatusNew class");
     fieldGeneratorSpecialGameType = new SportsPlayoffSpecialGameJSON.HoldingGenerator("field \"SpecialGameType\" of the SportsSeriesStatusNew class", false);
     fieldGeneratorTeams           = new SportsTeamNewJSON.HoldingArrayGenerator("field \"Teams\" of the SportsSeriesStatusNew class", false);
     fieldGeneratorScore           = new FieldHoldingArrayGeneratorScore("field \"Score\" of the SportsSeriesStatusNew class");
     fieldGeneratorSoccerAwayGoals = new FieldHoldingArrayGeneratorSoccerAwayGoals("field \"SoccerAwayGoals\" of the SportsSeriesStatusNew class");
     fieldGeneratorGamesIndices    = new FieldHoldingArrayGeneratorGamesIndices("field \"GamesIndices\" of the SportsSeriesStatusNew class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the SportsSeriesStatusNew class");
     allow_incomplete = false;
     allow_unpolished = false;
 }