001package io.ebeaninternal.server.autotune.model; 002 003import javax.xml.bind.annotation.XmlRegistry; 004 005 006/** 007 * This object contains factory methods for each 008 * Java content interface and Java element interface 009 * generated in the io.ebeaninternal.server.autotune.model package. 010 * <p>An ObjectFactory allows you to programatically 011 * construct new instances of the Java representation 012 * for XML content. The Java representation of XML 013 * content can consist of schema derived interfaces 014 * and classes representing the binding of schema 015 * type definitions, element declarations and model 016 * groups. Factory methods for each of these are 017 * provided in this class. 018 */ 019@XmlRegistry 020public class ObjectFactory { 021 022 023 /** 024 * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.ebeaninternal.server.autotune.model 025 */ 026 public ObjectFactory() { 027 } 028 029 /** 030 * Create an instance of {@link ProfileNew } 031 */ 032 public ProfileNew createProfileNew() { 033 return new ProfileNew(); 034 } 035 036 /** 037 * Create an instance of {@link Origin } 038 */ 039 public Origin createOrigin() { 040 return new Origin(); 041 } 042 043 /** 044 * Create an instance of {@link ProfileEmpty } 045 */ 046 public ProfileEmpty createProfileEmpty() { 047 return new ProfileEmpty(); 048 } 049 050 /** 051 * Create an instance of {@link Autotune } 052 */ 053 public Autotune createAutotune() { 054 return new Autotune(); 055 } 056 057 /** 058 * Create an instance of {@link ProfileDiff } 059 */ 060 public ProfileDiff createProfileDiff() { 061 return new ProfileDiff(); 062 } 063 064}