public Generator()
 {
     fieldGeneratorId         = new FieldHoldingGeneratorId("field \"Id\" of the LabeledEmailAddress class");
     fieldGeneratorLabel      = new JSONHoldingStringGenerator("field \"Label\" of the LabeledEmailAddress class");
     fieldGeneratorAddress    = new JSONHoldingStringGenerator("field \"Address\" of the LabeledEmailAddress class");
     fieldGeneratorIsSelected = new JSONHoldingBooleanGenerator("field \"IsSelected\" of the LabeledEmailAddress class");
     fieldGeneratorIsDefault  = new JSONHoldingBooleanGenerator("field \"IsDefault\" of the LabeledEmailAddress class");
     set_what("the LabeledEmailAddress class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorName       = new JSONHoldingStringGenerator("field \"Name\" of the Contact class");
     fieldGeneratorId         = new FieldHoldingGeneratorId("field \"Id\" of the Contact class");
     fieldGeneratorIsDefault  = new JSONHoldingBooleanGenerator("field \"IsDefault\" of the Contact class");
     fieldGeneratorIsSelected = new JSONHoldingBooleanGenerator("field \"IsSelected\" of the Contact class");
     unknownFieldGenerator    = new UnknownFieldGenerator(false);
     set_what("the Contact class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorId         = new FieldHoldingGeneratorId("field \"Id\" of the LabeledPhoneNumber class");
     fieldGeneratorLabel      = new JSONHoldingStringGenerator("field \"Label\" of the LabeledPhoneNumber class");
     fieldGeneratorNumber     = new JSONHoldingStringGenerator("field \"Number\" of the LabeledPhoneNumber class");
     fieldGeneratorIsSelected = new JSONHoldingBooleanGenerator("field \"IsSelected\" of the LabeledPhoneNumber class");
     fieldGeneratorIsDefault  = new JSONHoldingBooleanGenerator("field \"IsDefault\" of the LabeledPhoneNumber class");
     set_what("the LabeledPhoneNumber class");
     allow_incomplete = false;
     allow_unpolished = false;
 }