public Generator() : base(false)
 {
     fieldGeneratorPhoneAreaCode = new FieldHoldingGeneratorPhoneAreaCode("field \"PhoneAreaCode\" of the AreaCodeIntent class");
     fieldGeneratorMapLocation   = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the AreaCodeIntent class", false);
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the AreaCodeIntent class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorPhoneAreaCode = new FieldHoldingGeneratorPhoneAreaCode("field \"PhoneAreaCode\" of the AreaCodeIntent class");
     fieldGeneratorMapLocation   = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the AreaCodeIntent class", ignore_extras);
     unknownFieldGenerator       = new UnknownFieldGenerator(ignore_extras);
     set_what("the AreaCodeIntent class");
 }