Ejemplo n.º 1
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind     = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the SunriseSunsetTimeConversationState class");
     fieldGeneratorMapLocation         = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the SunriseSunsetTimeConversationState class", false);
     fieldGeneratorRequestedType       = new JSONHoldingStringGenerator("field \"RequestedType\" of the SunriseSunsetTimeConversationState class");
     fieldGeneratorDateTimeRangeSpec   = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DateTimeRangeSpec\" of the SunriseSunsetTimeConversationState class", false);
     fieldGeneratorIsDateTimeRequested = new JSONHoldingBooleanGenerator("field \"IsDateTimeRequested\" of the SunriseSunsetTimeConversationState class");
     fieldGeneratorFutureRequested     = new JSONHoldingBooleanGenerator("field \"FutureRequested\" of the SunriseSunsetTimeConversationState class");
     fieldGeneratorPastRequested       = new JSONHoldingBooleanGenerator("field \"PastRequested\" of the SunriseSunsetTimeConversationState class");
     unknownFieldGenerator             = new UnknownFieldGenerator(false);
     set_what("the SunriseSunsetTimeConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorFindNextAvailableFlight       = new JSONHoldingBooleanGenerator("field \"FindNextAvailableFlight\" of the FlightSegmentFilter class");
     fieldGeneratorDepartureLocationFilter       = new FlightTravelLocationFilterJSON.HoldingGenerator("field \"DepartureLocationFilter\" of the FlightSegmentFilter class", false);
     fieldGeneratorDestinationLocationFilter     = new FlightTravelLocationFilterJSON.HoldingGenerator("field \"DestinationLocationFilter\" of the FlightSegmentFilter class", false);
     fieldGeneratorDepartureDateTimeRange        = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DepartureDateTimeRange\" of the FlightSegmentFilter class", false);
     fieldGeneratorDepartureTimeSpan             = new JSONHoldingStringGenerator("field \"DepartureTimeSpan\" of the FlightSegmentFilter class");
     fieldGeneratorSearchCriteria                = new FlightSegmentSearchCriterionJSON.HoldingArrayGenerator("field \"SearchCriteria\" of the FlightSegmentFilter class", false);
     fieldGeneratorUpdatedSearchCriteria         = new FlightSegmentSearchCriterionJSON.HoldingArrayGenerator("field \"UpdatedSearchCriteria\" of the FlightSegmentFilter class", false);
     fieldGeneratorTypeOfLastDateTimeRangeFilter = new DepartureOrArrivalJSON.HoldingGenerator("field \"TypeOfLastDateTimeRangeFilter\" of the FlightSegmentFilter class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the FlightSegmentFilter class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 3
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind        = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the TimeBetweenLocationsConversationState class");
     fieldGeneratorSourceMapLocation      = new MapLocationJSON.HoldingGenerator("field \"SourceMapLocation\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorDestinationMapLocation = new MapLocationJSON.HoldingGenerator("field \"DestinationMapLocation\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorMapLocation            = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorOffset                 = new JSONHoldingNumberTextGenerator("field \"Offset\" of the TimeBetweenLocationsConversationState class");
     fieldGeneratorUnits                  = new JSONHoldingStringGenerator("field \"Units\" of the TimeBetweenLocationsConversationState class");
     fieldGeneratorDateTimeRangeSpec      = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DateTimeRangeSpec\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorSourceDateAndTime      = new DateAndOrTimeJSON.HoldingGenerator("field \"SourceDateAndTime\" of the TimeBetweenLocationsConversationState class", false);
     fieldGeneratorDestinationDateAndTime = new DateAndOrTimeJSON.HoldingGenerator("field \"DestinationDateAndTime\" of the TimeBetweenLocationsConversationState class", false);
     unknownFieldGenerator                = new UnknownFieldGenerator(false);
     set_what("the TimeBetweenLocationsConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 4
0
 public Generator()
 {
     fieldGeneratorWeatherKind               = new JSONHoldingStringGenerator("field \"WeatherKind\" of the WeatherConversationState class");
     fieldGeneratorWeatherQueryType          = new JSONHoldingStringGenerator("field \"WeatherQueryType\" of the WeatherConversationState class");
     fieldGeneratorRequestedAttribute        = new JSONHoldingStringGenerator("field \"RequestedAttribute\" of the WeatherConversationState class");
     fieldGeneratorRequestedAlmanacAttribute = new JSONHoldingStringGenerator("field \"RequestedAlmanacAttribute\" of the WeatherConversationState class");
     fieldGeneratorMapLocation               = new MapLocationJSON.HoldingGenerator("field \"MapLocation\" of the WeatherConversationState class", false);
     fieldGeneratorDateTimeRange             = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DateTimeRange\" of the WeatherConversationState class", false);
     fieldGeneratorUnits         = new JSONHoldingStringGenerator("field \"Units\" of the WeatherConversationState class");
     fieldGeneratorIsSearchQuery = new JSONHoldingBooleanGenerator("field \"IsSearchQuery\" of the WeatherConversationState class");
     fieldGeneratorDailyForecastExplicitlyRequested  = new JSONHoldingBooleanGenerator("field \"DailyForecastExplicitlyRequested\" of the WeatherConversationState class");
     fieldGeneratorHourlyForecastExplicitlyRequested = new JSONHoldingBooleanGenerator("field \"HourlyForecastExplicitlyRequested\" of the WeatherConversationState class");
     fieldGeneratorSentenceType = new JSONHoldingStringGenerator("field \"SentenceType\" of the WeatherConversationState class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the WeatherConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Ejemplo n.º 5
0
 public Generator() : base(false)
 {
     fieldGeneratorDateTimeRange = new DateTimeRangeSpecJSON.HoldingGenerator("field \"DateTimeRange\" of the SportsOlympicsEventSchedulesAndResultsArgumentDateAndTime class", false);
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the SportsOlympicsEventSchedulesAndResultsArgumentDateAndTime class");
 }