901902903904905906907
/** * Create an instance of {@link Contact } * */ public Contact createContact() { return new Contact(); }
565566567568569570571
/** * Create an instance of {@link Contacts } * */ public Contacts createContacts() { return new Contacts(); }
693694695696697698699
/** * Create an instance of {@link DeleteBinding } * */ public DeleteBinding createDeleteBinding() { return new DeleteBinding(); }
261262263264265266267
/** * Create an instance of {@link DeleteBusiness } * */ public DeleteBusiness createDeleteBusiness() { return new DeleteBusiness(); }
453454455456457458459
/** * Create an instance of {@link DeletePublisherAssertions } * */ public DeletePublisherAssertions createDeletePublisherAssertions() { return new DeletePublisherAssertions(); }
277278279280281282283
/** * Create an instance of {@link DeleteService } * */ public DeleteService createDeleteService() { return new DeleteService(); }
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(); }