예제 #1
0
 public Generator()
 {
     fieldGeneratorOldConversation     = new JSONHoldingBooleanGenerator("field \"OldConversation\" of the StockQueryBlock class");
     fieldGeneratorRequestedAttributes = new CompoundStockAttributeJSON.HoldingArrayGenerator("field \"RequestedAttributes\" of the StockQueryBlock class", false);
     fieldGeneratorRequestedListings   = new StockRequestedListingJSON.HoldingArrayGenerator("field \"RequestedListings\" of the StockQueryBlock class", false);
     fieldGeneratorInvalidListings     = new StockInvalidListingJSON.HoldingArrayGenerator("field \"InvalidListings\" of the StockQueryBlock class", false);
     fieldGeneratorGeneralMarketQuery  = new JSONHoldingBooleanGenerator("field \"GeneralMarketQuery\" of the StockQueryBlock class");
     unknownFieldGenerator             = new UnknownFieldGenerator(false);
     set_what("the StockQueryBlock class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #2
0
 public Generator()
 {
     fieldGeneratorStockAttributes    = new FieldHoldingGeneratorStockAttributes("field \"StockAttributes\" of the StockMarketConversation class");
     fieldGeneratorCompoundAttributes = new CompoundStockAttributeJSON.HoldingArrayGenerator("field \"CompoundAttributes\" of the StockMarketConversation class", false);
     fieldGeneratorStockListings      = new FieldHoldingArrayGeneratorStockListings("field \"StockListings\" of the StockMarketConversation class");
     fieldGeneratorRequestedListings  = new StockConversationRequestedListingJSON.HoldingArrayGenerator("field \"RequestedListings\" of the StockMarketConversation class", false);
     fieldGeneratorMonetaryAmount     = new MoneyJSON.HoldingGenerator("field \"MonetaryAmount\" of the StockMarketConversation class", false);
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the StockMarketConversation class");
     allow_incomplete = false;
     allow_unpolished = false;
 }