001package io.ebeaninternal.extraddl.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.extraddl.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.extraddl.model
025   */
026  public ObjectFactory() {
027  }
028
029  /**
030   * Create an instance of {@link DdlScript }
031   */
032  public DdlScript createDdlScript() {
033    return new DdlScript();
034  }
035
036  /**
037   * Create an instance of {@link ExtraDdl }
038   */
039  public ExtraDdl createExtraDdl() {
040    return new ExtraDdl();
041  }
042
043}