293294295296297298299
/** * Create an instance of {@link ServiceInfos } * */ public ServiceInfos createServiceInfos() { return new ServiceInfos(); }
637638639640641642643
/** * Create an instance of {@link ServiceList } * */ public ServiceList createServiceList() { return new ServiceList(); }
661662663664665666667
/** * Create an instance of {@link SetPublisherAssertions } * */ public SetPublisherAssertions createSetPublisherAssertions() { return new SetPublisherAssertions(); }
309310311312313314315
/** * Create an instance of {@link SharedRelationships } * */ public SharedRelationships createSharedRelationships() { return new SharedRelationships(); }
869870871872873874875
/** * Create an instance of {@link TModel } * */ public TModel createTModel() { return new TModel(); }
365366367368369370371
/** * Create an instance of {@link TModelBag } * */ public TModelBag createTModelBag() { return new TModelBag(); }
701702703704705706707
/** * Create an instance of {@link TModelDetail } * */ public TModelDetail createTModelDetail() { return new TModelDetail(); }
357358359360361362363
/** * Create an instance of {@link TModelInfo } * */ public TModelInfo createTModelInfo() { return new TModelInfo(); }
773774775776777778779
/** * Create an instance of {@link TModelInfos } * */ public TModelInfos createTModelInfos() { return new TModelInfos(); }
717718719720721722723
/** * Create an instance of {@link TModelInstanceDetails } * */ public TModelInstanceDetails createTModelInstanceDetails() { return new TModelInstanceDetails(); }