public FieldGeneratorDownPayment(string what, bool ignore_extras)
 {
     field0          = new MoneyJSON.HoldingGenerator("option 0 of field \"DownPayment\"", ignore_extras);
     field1          = new JSONHoldingNumberTextGenerator("option 1 of field \"DownPayment\"");
     all_handlers[0] = field0;
     all_handlers[1] = field1;
 }
Exemplo n.º 2
0
 public FieldGeneratorDelay(string what, bool ignore_extras)
 {
     field0          = new JSONHoldingNumberTextGenerator("option 0 of field \"Delay\"");
     field1          = new JSONHoldingNullGenerator("option 1 of field \"Delay\"");
     all_handlers[0] = field0;
     all_handlers[1] = field1;
 }
 public Generator() : base(false)
 {
     fieldGeneratorChannel     = new JSONHoldingNumberTextGenerator("field \"Channel\" of the FMChannelCommandIntent class");
     fieldGeneratorHDSpecified = new JSONHoldingBooleanGenerator("field \"HDSpecified\" of the FMChannelCommandIntent class");
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the FMChannelCommandIntent class");
 }
Exemplo n.º 4
0
 public FieldGeneratorpickup_estimate(bool ignore_extras)
 {
     field0          = new JSONHoldingNumberTextGenerator("option 0 of field \"pickup_estimate\"");
     field1          = new JSONHoldingNullGenerator("option 1 of field \"pickup_estimate\"");
     all_handlers[0] = field0;
     all_handlers[1] = field1;
 }
 public Generator() : base(false)
 {
     fieldGeneratorObjectName           = new JSONHoldingStringGenerator("field \"ObjectName\" of the AstronomyDistanceFromEarthCommand class");
     fieldGeneratorMinimumDistanceMiles = new JSONHoldingNumberTextGenerator("field \"MinimumDistanceMiles\" of the AstronomyDistanceFromEarthCommand class");
     fieldGeneratorMaximumDistanceMiles = new JSONHoldingNumberTextGenerator("field \"MaximumDistanceMiles\" of the AstronomyDistanceFromEarthCommand class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the AstronomyDistanceFromEarthCommand class");
 }
Exemplo n.º 6
0
 public Generator()
 {
     fieldGeneratorBankroll = new JSONHoldingNumberTextGenerator("field \"Bankroll\" of the Bankroll class");
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the Bankroll class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator() : base(false)
 {
     fieldGeneratorCommandType    = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlSeatCommand class");
     fieldGeneratorMovementAmount = new JSONHoldingNumberTextGenerator("field \"MovementAmount\" of the CarControlSeatCommand class");
     fieldGeneratorSeatSelection  = new CarSeatSelectionJSON.HoldingGenerator("field \"SeatSelection\" of the CarControlSeatCommand class", false);
     unknownFieldGenerator        = new UnknownFieldGenerator(false);
     set_what("the CarControlSeatCommand class");
 }
Exemplo n.º 8
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the CarControlWindowCommand class");
     fieldGeneratorMovementAmount  = new JSONHoldingNumberTextGenerator("field \"MovementAmount\" of the CarControlWindowCommand class");
     fieldGeneratorWindowSelection = new CarWindowSelectionJSON.HoldingGenerator("field \"WindowSelection\" of the CarControlWindowCommand class", ignore_extras);
     unknownFieldGenerator         = new UnknownFieldGenerator(ignore_extras);
     set_what("the CarControlWindowCommand class");
 }
Exemplo n.º 9
0
 public Generator() : base(false)
 {
     fieldGeneratorValues     = new JSONHoldingNumberTextArrayGenerator("field \"Values\" of the RandomNumberGeneratorNumberRequestResult class");
     fieldGeneratorNumberType = new FieldHoldingGeneratorNumberType("field \"NumberType\" of the RandomNumberGeneratorNumberRequestResult class");
     fieldGeneratorUpperBound = new JSONHoldingNumberTextGenerator("field \"UpperBound\" of the RandomNumberGeneratorNumberRequestResult class");
     fieldGeneratorLowerBound = new JSONHoldingNumberTextGenerator("field \"LowerBound\" of the RandomNumberGeneratorNumberRequestResult class");
     set_what("the RandomNumberGeneratorNumberRequestResult class");
 }
Exemplo n.º 10
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorDirection    = new FieldHoldingGeneratorDirection("field \"Direction\" of the RobotMoveCommandIntent class");
     fieldGeneratorDistance     = new JSONHoldingNumberTextGenerator("field \"Distance\" of the RobotMoveCommandIntent class");
     fieldGeneratorDistanceUnit = new FieldHoldingGeneratorDistanceUnit("field \"DistanceUnit\" of the RobotMoveCommandIntent class");
     unknownFieldGenerator      = new UnknownFieldGenerator(ignore_extras);
     set_what("the RobotMoveCommandIntent class");
 }
Exemplo n.º 11
0
 public Generator() : base(false)
 {
     fieldGeneratorChannel         = new JSONHoldingNumberTextGenerator("field \"Channel\" of the FMChannelCommand class");
     fieldGeneratorHDSpecified     = new JSONHoldingBooleanGenerator("field \"HDSpecified\" of the FMChannelCommand class");
     fieldGeneratorAlreadyOnResult = new DynamicResponseJSON.HoldingGenerator("field \"AlreadyOnResult\" of the FMChannelCommand class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the FMChannelCommand class");
 }
Exemplo n.º 12
0
 public Generator() : base(false)
 {
     fieldGeneratorDirection    = new FieldHoldingGeneratorDirection("field \"Direction\" of the RobotMoveCommand class");
     fieldGeneratorDistance     = new JSONHoldingNumberTextGenerator("field \"Distance\" of the RobotMoveCommand class");
     fieldGeneratorDistanceUnit = new FieldHoldingGeneratorDistanceUnit("field \"DistanceUnit\" of the RobotMoveCommand class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the RobotMoveCommand class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorCommandType     = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the BrightnessCommand class");
     fieldGeneratorBrightnessValue = new JSONHoldingNumberTextGenerator("field \"BrightnessValue\" of the BrightnessCommand class");
     fieldGeneratorBrightnessLevel = new JSONHoldingNumberTextGenerator("field \"BrightnessLevel\" of the BrightnessCommand class");
     fieldGeneratorBrightnessDelta = new JSONHoldingNumberTextGenerator("field \"BrightnessDelta\" of the BrightnessCommand class");
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the BrightnessCommand class");
 }
 public Generator()
 {
     fieldGeneratorTemperature = new JSONHoldingNumberTextGenerator("field \"Temperature\" of the HomeAutomationTemperature class");
     fieldGeneratorUnit        = new FieldHoldingGeneratorUnit("field \"Unit\" of the HomeAutomationTemperature class");
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the HomeAutomationTemperature class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 15
0
 public Generator()
 {
     fieldGeneratorImageURL = new JSONHoldingStringGenerator("field \"ImageURL\" of the TypeNativeData class");
     fieldGeneratorBankroll = new JSONHoldingNumberTextGenerator("field \"Bankroll\" of the TypeNativeData class");
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the TypeNativeData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 16
0
 public Generator()
 {
     fieldGeneratorCode   = new JSONHoldingStringGenerator("field \"Code\" of the Money class");
     fieldGeneratorSymbol = new JSONHoldingStringGenerator("field \"Symbol\" of the Money class");
     fieldGeneratorAmount = new JSONHoldingNumberTextGenerator("field \"Amount\" of the Money class");
     set_what("the Money class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorValue     = new JSONHoldingNumberTextGenerator("field \"Value\" of the DurationEndpoint class");
     fieldGeneratorInclusive = new JSONHoldingBooleanGenerator("field \"Inclusive\" of the DurationEndpoint class");
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the DurationEndpoint class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator(bool ignore_extras)
 {
     fieldGeneratorValue   = new JSONHoldingNumberTextGenerator("field \"Value\" of the TypeAmortizationPeriod class");
     fieldGeneratorUnit    = new FieldHoldingGeneratorUnit("field \"Unit\" of the TypeAmortizationPeriod class");
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the TypeAmortizationPeriod class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 19
0
 public Generator() : base(false)
 {
     fieldGeneratorCommandType = new FieldHoldingGeneratorCommandType("field \"CommandType\" of the VolumeCommand class");
     fieldGeneratorVolumeValue = new JSONHoldingNumberTextGenerator("field \"VolumeValue\" of the VolumeCommand class");
     fieldGeneratorVolumeLevel = new JSONHoldingNumberTextGenerator("field \"VolumeLevel\" of the VolumeCommand class");
     fieldGeneratorVolumeDelta = new JSONHoldingNumberTextGenerator("field \"VolumeDelta\" of the VolumeCommand class");
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the VolumeCommand class");
 }
Exemplo n.º 20
0
 public Generator()
 {
     fieldGeneratorValue   = new JSONHoldingNumberTextGenerator("field \"Value\" of the TypeTimePoint class");
     fieldGeneratorUnit    = new FieldHoldingGeneratorUnit("field \"Unit\" of the TypeTimePoint class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the TypeTimePoint class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 21
0
 public Generator()
 {
     fieldGeneratorlatitude  = new JSONHoldingNumberTextGenerator("field \"latitude\" of the UberRequestEndpoint class");
     fieldGeneratorlongitude = new JSONHoldingNumberTextGenerator("field \"longitude\" of the UberRequestEndpoint class");
     fieldGeneratoreta       = new FieldHoldingGeneratoreta("field \"eta\" of the UberRequestEndpoint class");
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the UberRequestEndpoint class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator()
 {
     fieldGeneratorMapControlCommandType = new MapControlCommandCommandTypeJSON.HoldingGenerator("field \"MapControlCommandType\" of the MapControlIntraQueryState class", false);
     fieldGeneratorDirection             = new JSONHoldingNumberTextGenerator("field \"Direction\" of the MapControlIntraQueryState class");
     fieldGeneratorZoomAmount            = new JSONHoldingNumberTextGenerator("field \"ZoomAmount\" of the MapControlIntraQueryState class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the MapControlIntraQueryState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 23
0
 public Generator()
 {
     fieldGeneratorLastDateAndOrTime   = new DateAndOrTimeJSON.HoldingGenerator("field \"LastDateAndOrTime\" of the HandHistory class", false);
     fieldGeneratorNumberOfPlayerCards = new FieldHoldingGeneratorNumberOfPlayerCards("field \"NumberOfPlayerCards\" of the HandHistory class");
     fieldGeneratorBetAmount           = new JSONHoldingNumberTextGenerator("field \"BetAmount\" of the HandHistory class");
     unknownFieldGenerator             = new UnknownFieldGenerator(false);
     set_what("the HandHistory class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 24
0
 public Generator()
 {
     fieldGeneratorNow       = new DateAndOrTimeJSON.HoldingGenerator("field \"Now\" of the SportsUserData class", false);
     fieldGeneratorLatitude  = new JSONHoldingNumberTextGenerator("field \"Latitude\" of the SportsUserData class");
     fieldGeneratorLongitude = new JSONHoldingNumberTextGenerator("field \"Longitude\" of the SportsUserData class");
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the SportsUserData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 25
0
 public Generator()
 {
     fieldGeneratorMaxSilenceSeconds = new JSONHoldingNumberTextGenerator("field \"MaxSilenceSeconds\" of the VoiceActivityDetection class");
     fieldGeneratorMaxSilenceAfterFullQuerySeconds    = new JSONHoldingNumberTextGenerator("field \"MaxSilenceAfterFullQuerySeconds\" of the VoiceActivityDetection class");
     fieldGeneratorMaxSilenceAfterPartialQuerySeconds = new JSONHoldingNumberTextGenerator("field \"MaxSilenceAfterPartialQuerySeconds\" of the VoiceActivityDetection class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the VoiceActivityDetection class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 26
0
 public Generator()
 {
     fieldGeneratorproduct_id   = new JSONHoldingStringGenerator("field \"product_id\" of the UberTimeEstimateDetails class");
     fieldGeneratordisplay_name = new JSONHoldingStringGenerator("field \"display_name\" of the UberTimeEstimateDetails class");
     fieldGeneratorestimate     = new JSONHoldingNumberTextGenerator("field \"estimate\" of the UberTimeEstimateDetails class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the UberTimeEstimateDetails class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 27
0
 public Generator()
 {
     fieldGeneratorlatitude  = new JSONHoldingNumberTextGenerator("field \"latitude\" of the UberRequestLocation class");
     fieldGeneratorlongitude = new JSONHoldingNumberTextGenerator("field \"longitude\" of the UberRequestLocation class");
     fieldGeneratorbearing   = new FieldHoldingGeneratorbearing("field \"bearing\" of the UberRequestLocation class");
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the UberRequestLocation class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 28
0
 public Generator()
 {
     fieldGeneratorType         = new SportsStatsTypeJSON.HoldingGenerator("field \"Type\" of the SportsStatsTypeAndValue class", false);
     fieldGeneratorValue        = new JSONHoldingStringGenerator("field \"Value\" of the SportsStatsTypeAndValue class");
     fieldGeneratorValueNumeric = new JSONHoldingNumberTextGenerator("field \"ValueNumeric\" of the SportsStatsTypeAndValue class");
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the SportsStatsTypeAndValue class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 29
0
 public Generator()
 {
     fieldGeneratordistance_estimate = new JSONHoldingNumberTextGenerator("field \"distance_estimate\" of the UberRequestEstimateTrip class");
     fieldGeneratordistance_unit     = new JSONHoldingStringGenerator("field \"distance_unit\" of the UberRequestEstimateTrip class");
     fieldGeneratorduration_estimate = new JSONHoldingNumberTextGenerator("field \"duration_estimate\" of the UberRequestEstimateTrip class");
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     set_what("the UberRequestEstimateTrip class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 30
0
 public Generator()
 {
     fieldGeneratorMinimum = new JSONHoldingNumberTextGenerator("field \"Minimum\" of the TypeValue class");
     fieldGeneratorMaximum = new JSONHoldingNumberTextGenerator("field \"Maximum\" of the TypeValue class");
     fieldGeneratorStep    = new JSONHoldingNumberTextGenerator("field \"Step\" of the TypeValue class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the TypeValue class");
     allow_incomplete = false;
     allow_unpolished = false;
 }