summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/WSDL/FootballClient/build/generated-sources/jax-ws/https/footballpool_dataaccess/ObjectFactory.java
blob: 6d308e114b0304cc18e03149c8fc6b333ef1dd6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
package https.footballpool_dataaccess;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the https.footballpool_dataaccess package. 
 * <p>An ObjectFactory allows you to programatically 
 * construct new instances of the Java representation 
 * for XML content. The Java representation of XML 
 * content can consist of schema derived interfaces 
 * and classes representing the binding of schema 
 * type definitions, element declarations and model 
 * groups.  Factory methods for each of these are 
 * provided in this class.
 * 
 */
@XmlRegistry
public class ObjectFactory {


    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: https.footballpool_dataaccess
     * 
     */
    public ObjectFactory() {
    }

    /**
     * Create an instance of {@link GoalsScoredResponse }
     * 
     */
    public GoalsScoredResponse createGoalsScoredResponse() {
        return new GoalsScoredResponse();
    }

    /**
     * Create an instance of {@link LevelsResponse }
     * 
     */
    public LevelsResponse createLevelsResponse() {
        return new LevelsResponse();
    }

    /**
     * Create an instance of {@link ArrayOfInt }
     * 
     */
    public ArrayOfInt createArrayOfInt() {
        return new ArrayOfInt();
    }

    /**
     * Create an instance of {@link PlayersWithCardsRankedResponse }
     * 
     */
    public PlayersWithCardsRankedResponse createPlayersWithCardsRankedResponse() {
        return new PlayersWithCardsRankedResponse();
    }

    /**
     * Create an instance of {@link ArrayOftTeamPlayerCardRankInfo }
     * 
     */
    public ArrayOftTeamPlayerCardRankInfo createArrayOftTeamPlayerCardRankInfo() {
        return new ArrayOftTeamPlayerCardRankInfo();
    }

    /**
     * Create an instance of {@link PlayersWithGoalsRanked }
     * 
     */
    public PlayersWithGoalsRanked createPlayersWithGoalsRanked() {
        return new PlayersWithGoalsRanked();
    }

    /**
     * Create an instance of {@link Countries }
     * 
     */
    public Countries createCountries() {
        return new Countries();
    }

    /**
     * Create an instance of {@link AllPlayerNames }
     * 
     */
    public AllPlayerNames createAllPlayerNames() {
        return new AllPlayerNames();
    }

    /**
     * Create an instance of {@link AllPlayersWithCards }
     * 
     */
    public AllPlayersWithCards createAllPlayersWithCards() {
        return new AllPlayersWithCards();
    }

    /**
     * Create an instance of {@link GameTeamScore }
     * 
     */
    public GameTeamScore createGameTeamScore() {
        return new GameTeamScore();
    }

    /**
     * Create an instance of {@link PlayersWithCardsRanked }
     * 
     */
    public PlayersWithCardsRanked createPlayersWithCardsRanked() {
        return new PlayersWithCardsRanked();
    }

    /**
     * Create an instance of {@link PlayersResponse }
     * 
     */
    public PlayersResponse createPlayersResponse() {
        return new PlayersResponse();
    }

    /**
     * Create an instance of {@link ArrayOftPlayer }
     * 
     */
    public ArrayOftPlayer createArrayOftPlayer() {
        return new ArrayOftPlayer();
    }

    /**
     * Create an instance of {@link ResultsAllGames }
     * 
     */
    public ResultsAllGames createResultsAllGames() {
        return new ResultsAllGames();
    }

    /**
     * Create an instance of {@link AllPlayerNamesResponse }
     * 
     */
    public AllPlayerNamesResponse createAllPlayerNamesResponse() {
        return new AllPlayerNamesResponse();
    }

    /**
     * Create an instance of {@link ArrayOftPlayerName }
     * 
     */
    public ArrayOftPlayerName createArrayOftPlayerName() {
        return new ArrayOftPlayerName();
    }

    /**
     * Create an instance of {@link MatchDatesResponse }
     * 
     */
    public MatchDatesResponse createMatchDatesResponse() {
        return new MatchDatesResponse();
    }

    /**
     * Create an instance of {@link ArrayOfdate }
     * 
     */
    public ArrayOfdate createArrayOfdate() {
        return new ArrayOfdate();
    }

    /**
     * Create an instance of {@link LevelFirstGameDate }
     * 
     */
    public LevelFirstGameDate createLevelFirstGameDate() {
        return new LevelFirstGameDate();
    }

    /**
     * Create an instance of {@link MatchDates }
     * 
     */
    public MatchDates createMatchDates() {
        return new MatchDates();
    }

    /**
     * Create an instance of {@link AllStadiumInfo }
     * 
     */
    public AllStadiumInfo createAllStadiumInfo() {
        return new AllStadiumInfo();
    }

    /**
     * Create an instance of {@link AllPlayersWithRole }
     * 
     */
    public AllPlayersWithRole createAllPlayersWithRole() {
        return new AllPlayersWithRole();
    }

    /**
     * Create an instance of {@link FirstLastGamesEachLevel }
     * 
     */
    public FirstLastGamesEachLevel createFirstLastGamesEachLevel() {
        return new FirstLastGamesEachLevel();
    }

    /**
     * Create an instance of {@link Cards }
     * 
     */
    public Cards createCards() {
        return new Cards();
    }

    /**
     * Create an instance of {@link StadiumInfo }
     * 
     */
    public StadiumInfo createStadiumInfo() {
        return new StadiumInfo();
    }

    /**
     * Create an instance of {@link GroupInfo }
     * 
     */
    public GroupInfo createGroupInfo() {
        return new GroupInfo();
    }

    /**
     * Create an instance of {@link TeamsResponse }
     * 
     */
    public TeamsResponse createTeamsResponse() {
        return new TeamsResponse();
    }

    /**
     * Create an instance of {@link ArrayOftTeam }
     * 
     */
    public ArrayOftTeam createArrayOftTeam() {
        return new ArrayOftTeam();
    }

    /**
     * Create an instance of {@link LevelFirstGameDateResponse }
     * 
     */
    public LevelFirstGameDateResponse createLevelFirstGameDateResponse() {
        return new LevelFirstGameDateResponse();
    }

    /**
     * Create an instance of {@link CountriesResponse }
     * 
     */
    public CountriesResponse createCountriesResponse() {
        return new CountriesResponse();
    }

    /**
     * Create an instance of {@link ArrayOftCountry }
     * 
     */
    public ArrayOftCountry createArrayOftCountry() {
        return new ArrayOftCountry();
    }

    /**
     * Create an instance of {@link TeamIDsByGroup }
     * 
     */
    public TeamIDsByGroup createTeamIDsByGroup() {
        return new TeamIDsByGroup();
    }

    /**
     * Create an instance of {@link PlayerRolesResponse }
     * 
     */
    public PlayerRolesResponse createPlayerRolesResponse() {
        return new PlayerRolesResponse();
    }

    /**
     * Create an instance of {@link ArrayOftPlayerRole }
     * 
     */
    public ArrayOftPlayerRole createArrayOftPlayerRole() {
        return new ArrayOftPlayerRole();
    }

    /**
     * Create an instance of {@link AllTeamCoachNamesResponse }
     * 
     */
    public AllTeamCoachNamesResponse createAllTeamCoachNamesResponse() {
        return new AllTeamCoachNamesResponse();
    }

    /**
     * Create an instance of {@link ArrayOftTeamCoachName }
     * 
     */
    public ArrayOftTeamCoachName createArrayOftTeamCoachName() {
        return new ArrayOftTeamCoachName();
    }

    /**
     * Create an instance of {@link CityNamesResponse }
     * 
     */
    public CityNamesResponse createCityNamesResponse() {
        return new CityNamesResponse();
    }

    /**
     * Create an instance of {@link ArrayOfString }
     * 
     */
    public ArrayOfString createArrayOfString() {
        return new ArrayOfString();
    }

    /**
     * Create an instance of {@link GroupStandingsResponse }
     * 
     */
    public GroupStandingsResponse createGroupStandingsResponse() {
        return new GroupStandingsResponse();
    }

    /**
     * Create an instance of {@link ArrayOftGroupStanding }
     * 
     */
    public ArrayOftGroupStanding createArrayOftGroupStanding() {
        return new ArrayOftGroupStanding();
    }

    /**
     * Create an instance of {@link PlayersWithGoalsRankedResponse }
     * 
     */
    public PlayersWithGoalsRankedResponse createPlayersWithGoalsRankedResponse() {
        return new PlayersWithGoalsRankedResponse();
    }

    /**
     * Create an instance of {@link ArrayOftTeamPlayerGoalsRankInfo }
     * 
     */
    public ArrayOftTeamPlayerGoalsRankInfo createArrayOftTeamPlayerGoalsRankInfo() {
        return new ArrayOftTeamPlayerGoalsRankInfo();
    }

    /**
     * Create an instance of {@link StadiumGoogleMapsURLResponse }
     * 
     */
    public StadiumGoogleMapsURLResponse createStadiumGoogleMapsURLResponse() {
        return new StadiumGoogleMapsURLResponse();
    }

    /**
     * Create an instance of {@link AllPlayersWithRoleResponse }
     * 
     */
    public AllPlayersWithRoleResponse createAllPlayersWithRoleResponse() {
        return new AllPlayersWithRoleResponse();
    }

    /**
     * Create an instance of {@link ArrayOftTeamPlayerName }
     * 
     */
    public ArrayOftTeamPlayerName createArrayOftTeamPlayerName() {
        return new ArrayOftTeamPlayerName();
    }

    /**
     * Create an instance of {@link NextGamesResponse }
     * 
     */
    public NextGamesResponse createNextGamesResponse() {
        return new NextGamesResponse();
    }

    /**
     * Create an instance of {@link ArrayOftNextGame }
     * 
     */
    public ArrayOftNextGame createArrayOftNextGame() {
        return new ArrayOftNextGame();
    }

    /**
     * Create an instance of {@link GoalsScored }
     * 
     */
    public GoalsScored createGoalsScored() {
        return new GoalsScored();
    }

    /**
     * Create an instance of {@link FirstLastGamesEachLevelResponse }
     * 
     */
    public FirstLastGamesEachLevelResponse createFirstLastGamesEachLevelResponse() {
        return new FirstLastGamesEachLevelResponse();
    }

    /**
     * Create an instance of {@link ArrayOftGameLevelInfo }
     * 
     */
    public ArrayOftGameLevelInfo createArrayOftGameLevelInfo() {
        return new ArrayOftGameLevelInfo();
    }

    /**
     * Create an instance of {@link StadiumNames }
     * 
     */
    public StadiumNames createStadiumNames() {
        return new StadiumNames();
    }

    /**
     * Create an instance of {@link TeamPlayersResponse }
     * 
     */
    public TeamPlayersResponse createTeamPlayersResponse() {
        return new TeamPlayersResponse();
    }

    /**
     * Create an instance of {@link TopScorersList }
     * 
     */
    public TopScorersList createTopScorersList() {
        return new TopScorersList();
    }

    /**
     * Create an instance of {@link LevelLastGameDateResponse }
     * 
     */
    public LevelLastGameDateResponse createLevelLastGameDateResponse() {
        return new LevelLastGameDateResponse();
    }

    /**
     * Create an instance of {@link StadiumGoogleMapsURL }
     * 
     */
    public StadiumGoogleMapsURL createStadiumGoogleMapsURL() {
        return new StadiumGoogleMapsURL();
    }

    /**
     * Create an instance of {@link TeamIDsByGroupResponse }
     * 
     */
    public TeamIDsByGroupResponse createTeamIDsByGroupResponse() {
        return new TeamIDsByGroupResponse();
    }

    /**
     * Create an instance of {@link NextGames }
     * 
     */
    public NextGames createNextGames() {
        return new NextGames();
    }

    /**
     * Create an instance of {@link TeamNames }
     * 
     */
    public TeamNames createTeamNames() {
        return new TeamNames();
    }

    /**
     * Create an instance of {@link GameScore }
     * 
     */
    public GameScore createGameScore() {
        return new GameScore();
    }

    /**
     * Create an instance of {@link GroupFirstGameDateResponse }
     * 
     */
    public GroupFirstGameDateResponse createGroupFirstGameDateResponse() {
        return new GroupFirstGameDateResponse();
    }

    /**
     * Create an instance of {@link AllCardsInfoResponse }
     * 
     */
    public AllCardsInfoResponse createAllCardsInfoResponse() {
        return new AllCardsInfoResponse();
    }

    /**
     * Create an instance of {@link ArrayOftAllCardsInfo }
     * 
     */
    public ArrayOftAllCardsInfo createArrayOftAllCardsInfo() {
        return new ArrayOftAllCardsInfo();
    }

    /**
     * Create an instance of {@link StadiumInfoResponse }
     * 
     */
    public StadiumInfoResponse createStadiumInfoResponse() {
        return new StadiumInfoResponse();
    }

    /**
     * Create an instance of {@link TStadiumInfo }
     * 
     */
    public TStadiumInfo createTStadiumInfo() {
        return new TStadiumInfo();
    }

    /**
     * Create an instance of {@link LevelLastGameDate }
     * 
     */
    public LevelLastGameDate createLevelLastGameDate() {
        return new LevelLastGameDate();
    }

    /**
     * Create an instance of {@link CardsResponse }
     * 
     */
    public CardsResponse createCardsResponse() {
        return new CardsResponse();
    }

    /**
     * Create an instance of {@link GameIDsGroupedByCityResponse }
     * 
     */
    public GameIDsGroupedByCityResponse createGameIDsGroupedByCityResponse() {
        return new GameIDsGroupedByCityResponse();
    }

    /**
     * Create an instance of {@link ArrayOftGameIDsPerCity }
     * 
     */
    public ArrayOftGameIDsPerCity createArrayOftGameIDsPerCity() {
        return new ArrayOftGameIDsPerCity();
    }

    /**
     * Create an instance of {@link PlayerRoles }
     * 
     */
    public PlayerRoles createPlayerRoles() {
        return new PlayerRoles();
    }

    /**
     * Create an instance of {@link Teams }
     * 
     */
    public Teams createTeams() {
        return new Teams();
    }

    /**
     * Create an instance of {@link GroupInfoResponse }
     * 
     */
    public GroupInfoResponse createGroupInfoResponse() {
        return new GroupInfoResponse();
    }

    /**
     * Create an instance of {@link ArrayOftGroupInfo }
     * 
     */
    public ArrayOftGroupInfo createArrayOftGroupInfo() {
        return new ArrayOftGroupInfo();
    }

    /**
     * Create an instance of {@link GroupLastGameDate }
     * 
     */
    public GroupLastGameDate createGroupLastGameDate() {
        return new GroupLastGameDate();
    }

    /**
     * Create an instance of {@link AllCardsInfo }
     * 
     */
    public AllCardsInfo createAllCardsInfo() {
        return new AllCardsInfo();
    }

    /**
     * Create an instance of {@link Players }
     * 
     */
    public Players createPlayers() {
        return new Players();
    }

    /**
     * Create an instance of {@link AllPlayersWithCardsResponse }
     * 
     */
    public AllPlayersWithCardsResponse createAllPlayersWithCardsResponse() {
        return new AllPlayersWithCardsResponse();
    }

    /**
     * Create an instance of {@link ArrayOftTeamPlayerCardInfo }
     * 
     */
    public ArrayOftTeamPlayerCardInfo createArrayOftTeamPlayerCardInfo() {
        return new ArrayOftTeamPlayerCardInfo();
    }

    /**
     * Create an instance of {@link GroupFirstGameDate }
     * 
     */
    public GroupFirstGameDate createGroupFirstGameDate() {
        return new GroupFirstGameDate();
    }

    /**
     * Create an instance of {@link GameScoreResponse }
     * 
     */
    public GameScoreResponse createGameScoreResponse() {
        return new GameScoreResponse();
    }

    /**
     * Create an instance of {@link TGameResult }
     * 
     */
    public TGameResult createTGameResult() {
        return new TGameResult();
    }

    /**
     * Create an instance of {@link TeamPlayers }
     * 
     */
    public TeamPlayers createTeamPlayers() {
        return new TeamPlayers();
    }

    /**
     * Create an instance of {@link TeamNamesResponse }
     * 
     */
    public TeamNamesResponse createTeamNamesResponse() {
        return new TeamNamesResponse();
    }

    /**
     * Create an instance of {@link AllStadiumInfoResponse }
     * 
     */
    public AllStadiumInfoResponse createAllStadiumInfoResponse() {
        return new AllStadiumInfoResponse();
    }

    /**
     * Create an instance of {@link ArrayOftStadiumInfo }
     * 
     */
    public ArrayOftStadiumInfo createArrayOftStadiumInfo() {
        return new ArrayOftStadiumInfo();
    }

    /**
     * Create an instance of {@link GroupStandings }
     * 
     */
    public GroupStandings createGroupStandings() {
        return new GroupStandings();
    }

    /**
     * Create an instance of {@link ResultsAllGamesResponse }
     * 
     */
    public ResultsAllGamesResponse createResultsAllGamesResponse() {
        return new ResultsAllGamesResponse();
    }

    /**
     * Create an instance of {@link ArrayOftGameResult }
     * 
     */
    public ArrayOftGameResult createArrayOftGameResult() {
        return new ArrayOftGameResult();
    }

    /**
     * Create an instance of {@link TopScorersListResponse }
     * 
     */
    public TopScorersListResponse createTopScorersListResponse() {
        return new TopScorersListResponse();
    }

    /**
     * Create an instance of {@link ArrayOftTopScorerTop5 }
     * 
     */
    public ArrayOftTopScorerTop5 createArrayOftTopScorerTop5() {
        return new ArrayOftTopScorerTop5();
    }

    /**
     * Create an instance of {@link GroupLastGameDateResponse }
     * 
     */
    public GroupLastGameDateResponse createGroupLastGameDateResponse() {
        return new GroupLastGameDateResponse();
    }

    /**
     * Create an instance of {@link StadiumNamesResponse }
     * 
     */
    public StadiumNamesResponse createStadiumNamesResponse() {
        return new StadiumNamesResponse();
    }

    /**
     * Create an instance of {@link GameTeamScoreResponse }
     * 
     */
    public GameTeamScoreResponse createGameTeamScoreResponse() {
        return new GameTeamScoreResponse();
    }

    /**
     * Create an instance of {@link CityNames }
     * 
     */
    public CityNames createCityNames() {
        return new CityNames();
    }

    /**
     * Create an instance of {@link Levels }
     * 
     */
    public Levels createLevels() {
        return new Levels();
    }

    /**
     * Create an instance of {@link GameIDsGroupedByCity }
     * 
     */
    public GameIDsGroupedByCity createGameIDsGroupedByCity() {
        return new GameIDsGroupedByCity();
    }

    /**
     * Create an instance of {@link AllTeamCoachNames }
     * 
     */
    public AllTeamCoachNames createAllTeamCoachNames() {
        return new AllTeamCoachNames();
    }

    /**
     * Create an instance of {@link TTeamCoachName }
     * 
     */
    public TTeamCoachName createTTeamCoachName() {
        return new TTeamCoachName();
    }

    /**
     * Create an instance of {@link TPlayer }
     * 
     */
    public TPlayer createTPlayer() {
        return new TPlayer();
    }

    /**
     * Create an instance of {@link TTeamPlayerName }
     * 
     */
    public TTeamPlayerName createTTeamPlayerName() {
        return new TTeamPlayerName();
    }

    /**
     * Create an instance of {@link TPlayerRole }
     * 
     */
    public TPlayerRole createTPlayerRole() {
        return new TPlayerRole();
    }

    /**
     * Create an instance of {@link TTeamPlayerGoalsRankInfo }
     * 
     */
    public TTeamPlayerGoalsRankInfo createTTeamPlayerGoalsRankInfo() {
        return new TTeamPlayerGoalsRankInfo();
    }

    /**
     * Create an instance of {@link TGameLevelInfo }
     * 
     */
    public TGameLevelInfo createTGameLevelInfo() {
        return new TGameLevelInfo();
    }

    /**
     * Create an instance of {@link TCountry }
     * 
     */
    public TCountry createTCountry() {
        return new TCountry();
    }

    /**
     * Create an instance of {@link TTeamPlayerCardInfo }
     * 
     */
    public TTeamPlayerCardInfo createTTeamPlayerCardInfo() {
        return new TTeamPlayerCardInfo();
    }

    /**
     * Create an instance of {@link TGroupStanding }
     * 
     */
    public TGroupStanding createTGroupStanding() {
        return new TGroupStanding();
    }

    /**
     * Create an instance of {@link TNextGame }
     * 
     */
    public TNextGame createTNextGame() {
        return new TNextGame();
    }

    /**
     * Create an instance of {@link TTopScorerTop5 }
     * 
     */
    public TTopScorerTop5 createTTopScorerTop5() {
        return new TTopScorerTop5();
    }

    /**
     * Create an instance of {@link TAllCardsInfo }
     * 
     */
    public TAllCardsInfo createTAllCardsInfo() {
        return new TAllCardsInfo();
    }

    /**
     * Create an instance of {@link TTeamPlayerCardRankInfo }
     * 
     */
    public TTeamPlayerCardRankInfo createTTeamPlayerCardRankInfo() {
        return new TTeamPlayerCardRankInfo();
    }

    /**
     * Create an instance of {@link TGroupInfo }
     * 
     */
    public TGroupInfo createTGroupInfo() {
        return new TGroupInfo();
    }

    /**
     * Create an instance of {@link TTeam }
     * 
     */
    public TTeam createTTeam() {
        return new TTeam();
    }

    /**
     * Create an instance of {@link TPlayerName }
     * 
     */
    public TPlayerName createTPlayerName() {
        return new TPlayerName();
    }

    /**
     * Create an instance of {@link TGameIDsPerCity }
     * 
     */
    public TGameIDsPerCity createTGameIDsPerCity() {
        return new TGameIDsPerCity();
    }

}