/* Copyright (C) 2005-2012, by the President and Fellows of Harvard College. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Dataverse Network - A web application to share, preserve and analyze research data. Developed at the Institute for Quantitative Social Science, Harvard University. Version 3.0. */ package edu.harvard.iq.dvn.ingest.dsb.zelig; import javax.xml.bind.annotation.XmlRegistry; /** * This object contains factory methods for each * Java content interface and Java element interface * generated in the edu.harvard.iq.dvn.ingest.dsb.zelig package. * <p>An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: edu.harvard.iq.dvn.ingest.dsb.zelig * */ public ObjectFactory() { } /** * Create an instance of {@link Zelig.Model.Formula } * */ public Zelig.Model.Formula createZeligModelFormula() { return new Zelig.Model.Formula(); } /** * Create an instance of {@link Zelig.Model.Setx } * */ public Zelig.Model.Setx createZeligModelSetx() { return new Zelig.Model.Setx(); } /** * Create an instance of {@link Zelig.Model.Formula.Equation.Outcome.ModelingType } * */ public Zelig.Model.Formula.Equation.Outcome.ModelingType createZeligModelFormulaEquationOutcomeModelingType() { return new Zelig.Model.Formula.Equation.Outcome.ModelingType(); } /** * Create an instance of {@link Zelig } * */ public Zelig createZelig() { return new Zelig(); } /** * Create an instance of {@link Zelig.Model.Formula.Equation.Explanatory } * */ public Zelig.Model.Formula.Equation.Explanatory createZeligModelFormulaEquationExplanatory() { return new Zelig.Model.Formula.Equation.Explanatory(); } /** * Create an instance of {@link Zelig.Model } * */ public Zelig.Model createZeligModel() { return new Zelig.Model(); } /** * Create an instance of {@link Zelig.Model.Formula.Equation.Explanatory.ModelingType } * */ public Zelig.Model.Formula.Equation.Explanatory.ModelingType createZeligModelFormulaEquationExplanatoryModelingType() { return new Zelig.Model.Formula.Equation.Explanatory.ModelingType(); } /** * Create an instance of {@link Zelig.Model.Formula.Equation.Outcome } * */ public Zelig.Model.Formula.Equation.Outcome createZeligModelFormulaEquationOutcome() { return new Zelig.Model.Formula.Equation.Outcome(); } /** * Create an instance of {@link Zelig.Model.Formula.Equation } * */ public Zelig.Model.Formula.Equation createZeligModelFormulaEquation() { return new Zelig.Model.Formula.Equation(); } /** * Create an instance of {@link Zelig.Model.PackageDependency } * */ public Zelig.Model.PackageDependency createZeligModelPackageDependency() { return new Zelig.Model.PackageDependency(); } /** * Create an instance of {@link Zelig.Model.Formula.Equation.Explanatory.DataType } * */ public Zelig.Model.Formula.Equation.Explanatory.DataType createZeligModelFormulaEquationExplanatoryDataType() { return new Zelig.Model.Formula.Equation.Explanatory.DataType(); } /** * Create an instance of {@link Zelig.Model.Formula.Equation.Outcome.DataType } * */ public Zelig.Model.Formula.Equation.Outcome.DataType createZeligModelFormulaEquationOutcomeDataType() { return new Zelig.Model.Formula.Equation.Outcome.DataType(); } /** * Create an instance of {@link Zelig.Model.HelpLink } * */ public Zelig.Model.HelpLink createZeligModelHelpLink() { return new Zelig.Model.HelpLink(); } }