public new void setNativeData(MusicSearchCommandNativeDataJSON new_value)
 {
     if (flagHasNativeData)
     {
     }
     flagHasNativeData = true;
     storeNativeData   = new_value;
     MusicCommandNativeDataJSON.HoldingGenerator convert_handler = new MusicCommandNativeDataJSON.HoldingGenerator("Type MusicCommandNativeDataJSON");
     new_value.write_as_json(convert_handler);
     base.setNativeData(convert_handler.value);
 }
Beispiel #2
0
 public Generator() : base(false)
 {
     fieldGeneratorAutoPlayPreviewResult = new DynamicResponseJSON.HoldingGenerator("field \"AutoPlayPreviewResult\" of the MusicCommand class", false);
     fieldGeneratorAutoPlayResult        = new DynamicResponseJSON.HoldingGenerator("field \"AutoPlayResult\" of the MusicCommand class", false);
     fieldGeneratorAutoPlayFailedResult  = new DynamicResponseJSON.HoldingGenerator("field \"AutoPlayFailedResult\" of the MusicCommand class", false);
     fieldGeneratorAutoPlayVideoResult   = new DynamicResponseJSON.HoldingGenerator("field \"AutoPlayVideoResult\" of the MusicCommand class", false);
     fieldGeneratorShowVideoResult       = new DynamicResponseJSON.HoldingGenerator("field \"ShowVideoResult\" of the MusicCommand class", false);
     fieldGeneratorAutoPlayGenericResult = new DynamicResponseJSON.HoldingGenerator("field \"AutoPlayGenericResult\" of the MusicCommand class", false);
     fieldGeneratorNativeData            = new MusicCommandNativeDataJSON.HoldingGenerator("field \"NativeData\" of the MusicCommand class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     keyGenerator          = new JSONHoldingStringGenerator("key field \"MusicCommandKind\" of the MusicCommand class");
     set_what("the MusicCommand class");
 }