421422423424425426427
/** * Create an instance of {@link IdentifierBag } * */ public IdentifierBag createIdentifierBag() { return new IdentifierBag(); }
525526527528529530531
/** * Create an instance of {@link InstanceDetails } * */ public InstanceDetails createInstanceDetails() { return new InstanceDetails(); }
677678679680681682683
/** * Create an instance of {@link KeyedReference } * */ public KeyedReference createKeyedReference() { return new KeyedReference(); }
509510511512513514515
/** * Create an instance of {@link KeysOwned } * */ public KeysOwned createKeysOwned() { return new KeysOwned(); }
613614615616617618619
/** * Create an instance of {@link Name } * */ public Name createName() { return new Name(); }
781782783784785786787
/** * Create an instance of {@link OverviewDoc } * */ public OverviewDoc createOverviewDoc() { return new OverviewDoc(); }
717718719720721722723
/** * Create an instance of {@link TModelInstanceDetails } * */ public TModelInstanceDetails createTModelInstanceDetails() { return new TModelInstanceDetails(); }
269270271272273274275
/** * Create an instance of {@link TModelInstanceInfo } * */ public TModelInstanceInfo createTModelInstanceInfo() { return new TModelInstanceInfo(); }
733734735736737738739
/** * Create an instance of {@link TModelList } * */ public TModelList createTModelList() { return new TModelList(); }
589590591592593594595
/** * Create an instance of {@link ValidateValues } * */ public ValidateValues createValidateValues() { return new ValidateValues(); }