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;
 }
Пример #2
0
 public Generator()
 {
     fieldGeneratorContacts          = new OneContactJSON.HoldingArrayGenerator("field \"Contacts\" of the TypeChoices class", false);
     fieldGeneratorToUserWrittenName = new JSONHoldingStringGenerator("field \"ToUserWrittenName\" of the TypeChoices class");
     fieldGeneratorToUserSpokenName  = new JSONHoldingStringGenerator("field \"ToUserSpokenName\" of the TypeChoices class");
     fieldGeneratorFromUserNames     = new JSONHoldingStringArrayGenerator("field \"FromUserNames\" of the TypeChoices class");
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     set_what("the TypeChoices class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #3
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorContactName = new JSONHoldingStringGenerator("field \"ContactName\" of the ValidPhoneNumber class");
     fieldGeneratorLabel       = new JSONHoldingStringGenerator("field \"Label\" of the ValidPhoneNumber class");
     fieldGeneratorContactID   = new JSONHoldingStringGenerator("field \"ContactID\" of the ValidPhoneNumber class");
     fieldGeneratorPhoneNumber = new JSONHoldingStringGenerator("field \"PhoneNumber\" of the ValidPhoneNumber class");
     unknownFieldGenerator     = new UnknownFieldGenerator(ignore_extras);
     set_what("the ValidPhoneNumber class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #4
0
 public Generator()
 {
     fieldGeneratorOutcome      = new JSONHoldingStringGenerator("field \"Outcome\" of the StockFundamentals class");
     fieldGeneratorMessage      = new FieldHoldingGeneratorMessage("field \"Message\" of the StockFundamentals class", false);
     fieldGeneratorDelay        = new FieldHoldingGeneratorDelay("field \"Delay\" of the StockFundamentals class", false);
     fieldGeneratorFundamentals = new StockFundamentalJSON.HoldingArrayGenerator("field \"Fundamentals\" of the StockFundamentals class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the StockFundamentals class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #5
0
 public Generator()
 {
     fieldGeneratorWrittenSing           = new JSONHoldingStringGenerator("field \"WrittenSing\" of the FoodSize class");
     fieldGeneratorWrittenPlur           = new JSONHoldingStringGenerator("field \"WrittenPlur\" of the FoodSize class");
     fieldGeneratorSpokenSizeAndFoodSing = new JSONHoldingStringGenerator("field \"SpokenSizeAndFoodSing\" of the FoodSize class");
     fieldGeneratorSpokenSizeAndFoodPlur = new JSONHoldingStringGenerator("field \"SpokenSizeAndFoodPlur\" of the FoodSize class");
     fieldGeneratorGrams = new JSONHoldingNumberTextGenerator("field \"Grams\" of the FoodSize class");
     set_what("the FoodSize class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #6
0
 public Generator()
 {
     fieldGeneratorExpression       = new JSONHoldingStringGenerator("field \"Expression\" of the TerrierUploadClause class");
     fieldGeneratorExpressionSource = new UploadedCodeSourceJSON.HoldingGenerator("field \"ExpressionSource\" of the TerrierUploadClause class", false);
     fieldGeneratorMatchCode        = new JSONHoldingStringGenerator("field \"MatchCode\" of the TerrierUploadClause class");
     fieldGeneratorMatchCodeSource  = new UploadedCodeSourceJSON.HoldingGenerator("field \"MatchCodeSource\" of the TerrierUploadClause class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the TerrierUploadClause class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #7
0
 public Generator()
 {
     fieldGeneratorTag = new JSONHoldingStringGenerator("field \"Tag\" of the TypeValue class");
     fieldGeneratorRecognitionPattern = new JSONHoldingStringGenerator("field \"RecognitionPattern\" of the TypeValue class");
     fieldGeneratorSpokenOutputForm   = new JSONHoldingStringGenerator("field \"SpokenOutputForm\" of the TypeValue class");
     fieldGeneratorWrittenOutputForm  = new JSONHoldingStringGenerator("field \"WrittenOutputForm\" of the TypeValue class");
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the TypeValue 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;
 }
Пример #9
0
 public Generator()
 {
     fieldGeneratorURL                = new JSONHoldingStringGenerator("field \"URL\" of the SportsPlayerImage class");
     fieldGeneratorWidth              = new FieldHoldingGeneratorWidth("field \"Width\" of the SportsPlayerImage class");
     fieldGeneratorHeight             = new FieldHoldingGeneratorHeight("field \"Height\" of the SportsPlayerImage class");
     fieldGeneratorIsPlaceholderImage = new JSONHoldingBooleanGenerator("field \"IsPlaceholderImage\" of the SportsPlayerImage class");
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the SportsPlayerImage class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator() : base(false)
 {
     fieldGeneratorTrackID   = new JSONHoldingStringGenerator("field \"TrackID\" of the MusicVerticalState class");
     fieldGeneratorArtistID  = new JSONHoldingStringGenerator("field \"ArtistID\" of the MusicVerticalState class");
     fieldGeneratorAlbumID   = new JSONHoldingStringGenerator("field \"AlbumID\" of the MusicVerticalState class");
     fieldGeneratorTrackIDs  = new JSONHoldingStringArrayGenerator("field \"TrackIDs\" of the MusicVerticalState class");
     fieldGeneratorArtistIDs = new JSONHoldingStringArrayGenerator("field \"ArtistIDs\" of the MusicVerticalState class");
     fieldGeneratorAlbumIDs  = new JSONHoldingStringArrayGenerator("field \"AlbumIDs\" of the MusicVerticalState class");
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the MusicVerticalState class");
 }
Пример #11
0
 public Generator()
 {
     fieldGeneratorSpokenLabel     = new JSONHoldingStringGenerator("field \"SpokenLabel\" of the Property class");
     fieldGeneratorWrittenLabel    = new JSONHoldingStringGenerator("field \"WrittenLabel\" of the Property class");
     fieldGeneratorSpokenLabelSSML = new JSONHoldingStringGenerator("field \"SpokenLabelSSML\" of the Property class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     keyGenerator = new JSONHoldingStringGenerator("key field \"PropertyKind\" of the Property class");
     set_what("the Property class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorImageURL        = new JSONHoldingStringGenerator("field \"ImageURL\" of the BlackjackStandInformationNugget class");
     fieldGeneratorBankroll        = new JSONHoldingNumberTextGenerator("field \"Bankroll\" of the BlackjackStandInformationNugget class");
     fieldGeneratorPlayerHand      = new BlackjackHandJSON.HoldingGenerator("field \"PlayerHand\" of the BlackjackStandInformationNugget class", ignore_extras);
     fieldGeneratorPlayerHandTotal = new FieldHoldingGeneratorPlayerHandTotal("field \"PlayerHandTotal\" of the BlackjackStandInformationNugget class");
     fieldGeneratorDealerHand      = new BlackjackHandJSON.HoldingGenerator("field \"DealerHand\" of the BlackjackStandInformationNugget class", ignore_extras);
     fieldGeneratorDealerHandTotal = new FieldHoldingGeneratorDealerHandTotal("field \"DealerHandTotal\" of the BlackjackStandInformationNugget class");
     unknownFieldGenerator         = new UnknownFieldGenerator(ignore_extras);
     set_what("the BlackjackStandInformationNugget class");
 }
 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;
 }
Пример #14
0
 public Generator()
 {
     fieldGeneratorSpokenForm     = new JSONHoldingStringGenerator("field \"SpokenForm\" of the Derivation class");
     fieldGeneratorWrittenForm    = new JSONHoldingStringGenerator("field \"WrittenForm\" of the Derivation class");
     fieldGeneratorSpokenFormSSML = new JSONHoldingStringGenerator("field \"SpokenFormSSML\" of the Derivation class");
     unknownFieldGenerator        = new UnknownFieldGenerator(false);
     keyGenerator = new JSONHoldingStringGenerator("key field \"DerivationKind\" of the Derivation class");
     set_what("the Derivation class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #15
0
 public Generator() : base(false)
 {
     fieldGeneratorMapLocation            = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimezoneLookupInformationNugget class", false);
     fieldGeneratorDateAndTime            = new DateAndOrTimeJSON.HoldingGenerator("field \"DateAndTime\" of the TimezoneLookupInformationNugget class", false);
     fieldGeneratorOlsonCode              = new JSONHoldingStringGenerator("field \"OlsonCode\" of the TimezoneLookupInformationNugget class");
     fieldGeneratorAbbreviatedCurrentRule = new JSONHoldingStringGenerator("field \"AbbreviatedCurrentRule\" of the TimezoneLookupInformationNugget class");
     fieldGeneratorOffset  = new JSONHoldingNumberTextGenerator("field \"Offset\" of the TimezoneLookupInformationNugget class");
     fieldGeneratorUnits   = new JSONHoldingStringGenerator("field \"Units\" of the TimezoneLookupInformationNugget class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the TimezoneLookupInformationNugget class");
 }
Пример #16
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorOutcome          = new JSONHoldingStringGenerator("field \"Outcome\" of the StockGlobalHistorical class");
     fieldGeneratorMessage          = new FieldHoldingGeneratorMessage("field \"Message\" of the StockGlobalHistorical class", ignore_extras);
     fieldGeneratorDelay            = new FieldHoldingGeneratorDelay("field \"Delay\" of the StockGlobalHistorical class", ignore_extras);
     fieldGeneratorHistoricalQuotes = new StockGlobalHistoricalQuoteV3JSON.HoldingArrayGenerator("field \"HistoricalQuotes\" of the StockGlobalHistorical class", ignore_extras);
     unknownFieldGenerator          = new UnknownFieldGenerator(ignore_extras);
     set_what("the StockGlobalHistorical class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorName       = new JSONHoldingStringGenerator("field \"Name\" of the Airline class");
     fieldGeneratorSpokenName = new JSONHoldingStringGenerator("field \"SpokenName\" of the Airline class");
     fieldGeneratorIATACode   = new JSONHoldingStringGenerator("field \"IATACode\" of the Airline class");
     fieldGeneratorICAOCode   = new JSONHoldingStringGenerator("field \"ICAOCode\" of the Airline class");
     unknownFieldGenerator    = new UnknownFieldGenerator(false);
     set_what("the Airline class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorhttpStatusCode = new FieldHoldingGeneratorhttpStatusCode("field \"httpStatusCode\" of the FlightStatsError class");
     fieldGeneratorerrorCode      = new JSONHoldingStringGenerator("field \"errorCode\" of the FlightStatsError class");
     fieldGeneratorerrorId        = new JSONHoldingStringGenerator("field \"errorId\" of the FlightStatsError class");
     fieldGeneratorerrorMessage   = new JSONHoldingStringGenerator("field \"errorMessage\" of the FlightStatsError class");
     unknownFieldGenerator        = new UnknownFieldGenerator(false);
     set_what("the FlightStatsError class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #19
0
 public Generator() : base(false)
 {
     fieldGeneratorImageURL        = new JSONHoldingStringGenerator("field \"ImageURL\" of the BlackjackDoubledownInformationNugget class");
     fieldGeneratorBankroll        = new JSONHoldingNumberTextGenerator("field \"Bankroll\" of the BlackjackDoubledownInformationNugget class");
     fieldGeneratorPlayerHand      = new BlackjackHandJSON.HoldingGenerator("field \"PlayerHand\" of the BlackjackDoubledownInformationNugget class", false);
     fieldGeneratorPlayerHandTotal = new FieldHoldingGeneratorPlayerHandTotal("field \"PlayerHandTotal\" of the BlackjackDoubledownInformationNugget class");
     fieldGeneratorDealerHand      = new BlackjackHandJSON.HoldingGenerator("field \"DealerHand\" of the BlackjackDoubledownInformationNugget class", false);
     fieldGeneratorDealerHandTotal = new FieldHoldingGeneratorDealerHandTotal("field \"DealerHandTotal\" of the BlackjackDoubledownInformationNugget class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the BlackjackDoubledownInformationNugget class");
 }
Пример #20
0
 public Generator()
 {
     fieldGeneratorPrintResponses = new JSONHoldingBooleanGenerator("field \"PrintResponses\" of the SenderConfig class");
     fieldGeneratorHTTPTimeout    = new JSONHoldingNumberTextGenerator("field \"HTTPTimeout\" of the SenderConfig class");
     fieldGeneratorFlags          = new FieldHoldingGeneratorFlags("field \"Flags\" of the SenderConfig class");
     unknownFieldGenerator        = new UnknownFieldGenerator(false);
     keyGenerator = new JSONHoldingStringGenerator("key field \"CommandSenderKind\" of the SenderConfig class");
     set_what("the SenderConfig class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #21
0
 public Generator()
 {
     fieldGeneratormake          = new JSONHoldingStringGenerator("field \"make\" of the UberRequestVehicle class");
     fieldGeneratormodel         = new JSONHoldingStringGenerator("field \"model\" of the UberRequestVehicle class");
     fieldGeneratorlicense_plate = new JSONHoldingStringGenerator("field \"license_plate\" of the UberRequestVehicle class");
     fieldGeneratorpicture_url   = new FieldHoldingGeneratorpicture_url("field \"picture_url\" of the UberRequestVehicle class", false);
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the UberRequestVehicle class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #22
0
 public Generator()
 {
     fieldGeneratorOutcome = new JSONHoldingStringGenerator("field \"Outcome\" of the StockGlobalIndicesHistorical class");
     fieldGeneratorMessage = new FieldHoldingGeneratorMessage("field \"Message\" of the StockGlobalIndicesHistorical class", false);
     fieldGeneratorDelay   = new FieldHoldingGeneratorDelay("field \"Delay\" of the StockGlobalIndicesHistorical class", false);
     fieldGeneratorValues  = new StockGlobalIndicesHistoricalQuoteJSON.HoldingArrayGenerator("field \"Values\" of the StockGlobalIndicesHistorical class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the StockGlobalIndicesHistorical class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorFlightSegmentID = new JSONHoldingStringGenerator("field \"FlightSegmentID\" of the FlightSegmentDetails class");
     fieldGeneratorCabinClass      = new CabinClassJSON.HoldingGenerator("field \"CabinClass\" of the FlightSegmentDetails class", false);
     fieldGeneratorLayoverDuration = new JSONHoldingNumberTextGenerator("field \"LayoverDuration\" of the FlightSegmentDetails class");
     fieldGeneratorChangeToAirport = new FlightTravelLocationJSON.HoldingGenerator("field \"ChangeToAirport\" of the FlightSegmentDetails class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the FlightSegmentDetails class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorURL          = new JSONHoldingStringGenerator("field \"URL\" of the EntityImage class");
     fieldGeneratorThumbnailURL = new JSONHoldingStringGenerator("field \"ThumbnailURL\" of the EntityImage class");
     fieldGeneratorLabel        = new JSONHoldingStringGenerator("field \"Label\" of the EntityImage class");
     fieldGeneratorAttribution  = new AttributionJSON.HoldingGenerator("field \"Attribution\" of the EntityImage class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the EntityImage class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #25
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind    = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the TimeOfMoonPhaseConversationState class");
     fieldGeneratorDateAndTime        = new DateAndOrTimeJSON.HoldingGenerator("field \"DateAndTime\" of the TimeOfMoonPhaseConversationState class", false);
     fieldGeneratorMapLocation        = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimeOfMoonPhaseConversationState class", false);
     fieldGeneratorRequestedMoonPhase = new JSONHoldingStringGenerator("field \"RequestedMoonPhase\" of the TimeOfMoonPhaseConversationState class");
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the TimeOfMoonPhaseConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #26
0
 public Generator()
 {
     fieldGeneratorAmount     = new FieldHoldingGeneratorAmount("field \"Amount\" of the TimeDifference class");
     fieldGeneratorText       = new JSONHoldingStringGenerator("field \"Text\" of the TimeDifference class");
     fieldGeneratorSpokenText = new JSONHoldingStringGenerator("field \"SpokenText\" of the TimeDifference class");
     fieldGeneratorShortText  = new JSONHoldingStringGenerator("field \"ShortText\" of the TimeDifference class");
     unknownFieldGenerator    = new UnknownFieldGenerator(false);
     set_what("the TimeDifference class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #27
0
 public Generator()
 {
     fieldGeneratorCountryCode  = new JSONHoldingStringGenerator("field \"CountryCode\" of the FlightBookingSearchSpec class");
     fieldGeneratorLanguageCode = new JSONHoldingStringGenerator("field \"LanguageCode\" of the FlightBookingSearchSpec class");
     fieldGeneratorFlightTravelLocationForClient = new FlightTravelLocationJSON.HoldingGenerator("field \"FlightTravelLocationForClient\" of the FlightBookingSearchSpec class", false);
     fieldGeneratorFlightBookingFilter           = new FlightBookingFilterJSON.HoldingGenerator("field \"FlightBookingFilter\" of the FlightBookingSearchSpec class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the FlightBookingSearchSpec class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #28
0
 public Generator()
 {
     fieldGeneratorSpokenShort  = new JSONHoldingStringGenerator("field \"SpokenShort\" of the ResponseTypes class");
     fieldGeneratorSpokenLong   = new JSONHoldingStringGenerator("field \"SpokenLong\" of the ResponseTypes class");
     fieldGeneratorWrittenShort = new JSONHoldingStringGenerator("field \"WrittenShort\" of the ResponseTypes class");
     fieldGeneratorWrittenLong  = new JSONHoldingStringGenerator("field \"WrittenLong\" of the ResponseTypes class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the ResponseTypes class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #29
0
 public Generator()
 {
     fieldGeneratorContactName = new JSONHoldingStringGenerator("field \"ContactName\" of the ValidEmail class");
     fieldGeneratorLabel       = new JSONHoldingStringGenerator("field \"Label\" of the ValidEmail class");
     fieldGeneratorContactID   = new JSONHoldingStringGenerator("field \"ContactID\" of the ValidEmail class");
     fieldGeneratorEmail       = new JSONHoldingStringGenerator("field \"Email\" of the ValidEmail class");
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the ValidEmail class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Пример #30
0
 public Generator()
 {
     fieldGeneratorPhoneNumber       = new JSONHoldingStringGenerator("field \"PhoneNumber\" of the UnambiguousSMSRecipient class");
     fieldGeneratorContacts          = new OneContactJSON.HoldingArrayGenerator("field \"Contacts\" of the UnambiguousSMSRecipient class", false);
     fieldGeneratorToUserWrittenName = new JSONHoldingStringGenerator("field \"ToUserWrittenName\" of the UnambiguousSMSRecipient class");
     fieldGeneratorToUserSpokenName  = new JSONHoldingStringGenerator("field \"ToUserSpokenName\" of the UnambiguousSMSRecipient class");
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     set_what("the UnambiguousSMSRecipient class");
     allow_incomplete = false;
     allow_unpolished = false;
 }