public Generator() { fieldGeneratorIncludes = new FlightTravelLocationJSON.HoldingArrayGenerator("field \"Includes\" of the FlightTravelLocationFilter class", false); fieldGeneratorExcludes = new FlightTravelLocationJSON.HoldingArrayGenerator("field \"Excludes\" of the FlightTravelLocationFilter class", false); fieldGeneratorDefaultForOthers = new IncludeExcludeStateJSON.HoldingGenerator("field \"DefaultForOthers\" of the FlightTravelLocationFilter class", false); unknownFieldGenerator = new UnknownFieldGenerator(false); set_what("the FlightTravelLocationFilter class"); allow_incomplete = false; allow_unpolished = false; }
public Generator(bool ignore_extras) { fieldGeneratorIncludes = new CabinClassJSON.HoldingArrayGenerator("field \"Includes\" of the CabinClassFilter class", ignore_extras); fieldGeneratorExcludes = new CabinClassJSON.HoldingArrayGenerator("field \"Excludes\" of the CabinClassFilter class", ignore_extras); fieldGeneratorDefaultForOthers = new IncludeExcludeStateJSON.HoldingGenerator("field \"DefaultForOthers\" of the CabinClassFilter class", ignore_extras); unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras); set_what("the CabinClassFilter class"); allow_incomplete = false; allow_unpolished = false; }