public Generator()
 {
     fieldGeneratorAlbumName    = new JSONHoldingStringGenerator("field \"AlbumName\" of the MusicAlbumResult class");
     fieldGeneratorArtistName   = new JSONHoldingStringGenerator("field \"ArtistName\" of the MusicAlbumResult class");
     fieldGeneratorSoundHoundId = new SoundHoundAlbumIDJSON.HoldingGenerator("field \"SoundHoundId\" of the MusicAlbumResult class", false);
     set_what("the MusicAlbumResult class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 2
0
 public Generator()
 {
     fieldGeneratorAlbumID            = new SoundHoundAlbumIDJSON.HoldingGenerator("field \"AlbumID\" of the MusicAlbumBase class", false);
     fieldGeneratorAlbumName          = new JSONHoldingStringGenerator("field \"AlbumName\" of the MusicAlbumBase class");
     fieldGeneratorAlbumImageURL      = new JSONHoldingStringGenerator("field \"AlbumImageURL\" of the MusicAlbumBase class");
     fieldGeneratorAlbumDate          = new JSONHoldingStringGenerator("field \"AlbumDate\" of the MusicAlbumBase class");
     fieldGeneratorAlbumReview        = new JSONHoldingStringGenerator("field \"AlbumReview\" of the MusicAlbumBase class");
     fieldGeneratorArtistName         = new JSONHoldingStringGenerator("field \"ArtistName\" of the MusicAlbumBase class");
     fieldGeneratorArtistID           = new SoundHoundArtistIDJSON.HoldingGenerator("field \"ArtistID\" of the MusicAlbumBase class", false);
     fieldGeneratorArtistImageURL     = new JSONHoldingStringGenerator("field \"ArtistImageURL\" of the MusicAlbumBase class");
     fieldGeneratorBuyLinks           = new MusicBuyLinkJSON.HoldingArrayGenerator("field \"BuyLinks\" of the MusicAlbumBase class", false);
     fieldGeneratorMusicThirdPartyIds = new MusicThirdPartyIdListJSON.HoldingArrayGenerator("field \"MusicThirdPartyIds\" of the MusicAlbumBase class", false);
     set_what("the MusicAlbumBase class");
     allow_incomplete = false;
     allow_unpolished = false;
 }