Пример #1
0
 public Generator()
 {
     fieldGeneratorRecipients  = new UnambiguousSMSRecipientJSON.HoldingArrayGenerator("field \"Recipients\" of the SMS class", false);
     fieldGeneratorSpokenBody  = new JSONHoldingStringGenerator("field \"SpokenBody\" of the SMS class");
     fieldGeneratorWrittenBody = new JSONHoldingStringGenerator("field \"WrittenBody\" of the SMS class");
     fieldGeneratorBody        = new JSONHoldingStringGenerator("field \"Body\" of the SMS class");
     fieldGeneratorTo          = new SMSAddressFieldJSON.HoldingGenerator("field \"To\" of the SMS class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the SMS class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #2
0
 public Generator()
 {
     fieldGeneratorUnambiguousRecipients            = new UnambiguousSMSRecipientJSON.HoldingArrayGenerator("field \"UnambiguousRecipients\" of the SMSRecipients class", false);
     fieldGeneratorAmbiguousMatches                 = new WhichContactChoicesJSON.HoldingArrayGenerator("field \"AmbiguousMatches\" of the SMSRecipients class", false);
     fieldGeneratorPersonsWithAmbiguousPhoneNumbers = new ContactNumberChoicesJSON.HoldingArrayGenerator("field \"PersonsWithAmbiguousPhoneNumbers\" of the SMSRecipients class", false);
     fieldGeneratorNoNumberMatches             = new PersonGroupJSON.HoldingArrayGenerator("field \"NoNumberMatches\" of the SMSRecipients class", false);
     fieldGeneratorContactsWithSelectedNumbers = new ContactAndNumberJSON.HoldingArrayGenerator("field \"ContactsWithSelectedNumbers\" of the SMSRecipients class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the SMSRecipients class");
     allow_incomplete = false;
     allow_unpolished = false;
 }