public Generator() : base(false)
 {
     fieldGeneratorDeviceSpecifier = new HomeAutomationDeviceSpecifierJSON.HoldingGenerator("field \"DeviceSpecifier\" of the HomeAutomationQueryCommand class", false);
     fieldGeneratorHint            = new HomeAutomationQueryHintJSON.HoldingGenerator("field \"Hint\" of the HomeAutomationQueryCommand class", false);
     fieldGeneratorQueryResult     = new HomeAutomationActionResultJSON.HoldingGenerator("field \"QueryResult\" of the HomeAutomationQueryCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationQueryCommand class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorOperation       = new HomeAutomationOperationJSON.HoldingGenerator("field \"Operation\" of the HomeAutomationControlCommand class", false);
     fieldGeneratorDeviceSpecifier = new HomeAutomationDeviceSpecifierJSON.HoldingGenerator("field \"DeviceSpecifier\" of the HomeAutomationControlCommand class", false);
     fieldGeneratorControlResult   = new HomeAutomationActionResultJSON.HoldingGenerator("field \"ControlResult\" of the HomeAutomationControlCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     keyGenerator = new JSONHoldingStringGenerator("key field \"HomeAutomationControlCommandKind\" of the HomeAutomationControlCommand class");
     set_what("the HomeAutomationControlCommand class");
 }