public Generator()
 {
     fieldGeneratorMusicThirdParty = new MusicThirdPartyJSON.HoldingGenerator("field \"MusicThirdParty\" of the MusicThirdPartyIdList class", false);
     fieldGeneratorIds             = new JSONHoldingStringArrayGenerator("field \"Ids\" of the MusicThirdPartyIdList class");
     fieldGeneratorDeepLinks       = new JSONHoldingStringArrayGenerator("field \"DeepLinks\" of the MusicThirdPartyIdList class");
     set_what("the MusicThirdPartyIdList class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorPrimaryIDType  = new MusicThirdPartyJSON.HoldingGenerator("field \"PrimaryIDType\" of the MusicTrackSupplementalInfo class", false);
     fieldGeneratorSpotifyTrackID = new JSONHoldingStringGenerator("field \"SpotifyTrackID\" of the MusicTrackSupplementalInfo class");
     unknownFieldGenerator        = new UnknownFieldGenerator(false);
     set_what("the MusicTrackSupplementalInfo class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #3
0
 public Generator()
 {
     fieldGeneratorIndex        = new FieldHoldingGeneratorIndex("field \"Index\" of the PlaylistStateItem class");
     fieldGeneratorID           = new JSONHoldingStringGenerator("field \"ID\" of the PlaylistStateItem class");
     fieldGeneratorMusicService = new MusicThirdPartyJSON.HoldingGenerator("field \"MusicService\" of the PlaylistStateItem class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the PlaylistStateItem class");
     allow_incomplete = false;
     allow_unpolished = false;
 }