X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fxml%2Fbinding%2Fembl%2FObjectFactory.java;fp=src%2Fjalview%2Fxml%2Fbinding%2Fembl%2FObjectFactory.java;h=f622bd60212d11c8af734e9f5998b4b18734db33;hb=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=d5629cac80f6b8c9caeb7cf6f81c0457ec78f9fa;hpb=49db0dff1da16c3355b43a41498c1fc93ef47e91;p=jalview.git diff --git a/src/jalview/xml/binding/embl/ObjectFactory.java b/src/jalview/xml/binding/embl/ObjectFactory.java index d5629ca..f622bd6 100644 --- a/src/jalview/xml/binding/embl/ObjectFactory.java +++ b/src/jalview/xml/binding/embl/ObjectFactory.java @@ -5,155 +5,167 @@ // Generated on: 2018.09.14 at 02:46:00 PM BST // - package jalview.xml.binding.embl; import javax.xml.bind.annotation.XmlRegistry; - /** - * This object contains factory methods for each - * Java content interface and Java element interface - * generated in the jalview.xml.binding.embl package. - *

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. + * This object contains factory methods for each Java content interface and Java + * element interface generated in the jalview.xml.binding.embl package. + *

+ * 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: jalview.xml.binding.embl - * - */ - public ObjectFactory() { - } - - /** - * Create an instance of {@link EntryType } - * - */ - public EntryType createEntryType() { - return new EntryType(); - } - - /** - * Create an instance of {@link EntryType.Contig } - * - */ - public EntryType.Contig createEntryTypeContig() { - return new EntryType.Contig(); - } - - /** - * Create an instance of {@link EntryType.Assembly } - * - */ - public EntryType.Assembly createEntryTypeAssembly() { - return new EntryType.Assembly(); - } - - /** - * Create an instance of {@link EntryType.Feature } - * - */ - public EntryType.Feature createEntryTypeFeature() { - return new EntryType.Feature(); - } - - /** - * Create an instance of {@link EntryType.Feature.FeatureTaxon } - * - */ - public EntryType.Feature.FeatureTaxon createEntryTypeFeatureFeatureTaxon() { - return new EntryType.Feature.FeatureTaxon(); - } - - /** - * Create an instance of {@link EntryType.Feature.FeatureTaxon.Lineage } - * - */ - public EntryType.Feature.FeatureTaxon.Lineage createEntryTypeFeatureFeatureTaxonLineage() { - return new EntryType.Feature.FeatureTaxon.Lineage(); - } - - /** - * Create an instance of {@link ROOT } - * - */ - public ROOT createROOT() { - return new ROOT(); - } - - /** - * Create an instance of {@link EntrySetType } - * - */ - public EntrySetType createEntrySetType() { - return new EntrySetType(); - } - - /** - * Create an instance of {@link XrefType } - * - */ - public XrefType createXrefType() { - return new XrefType(); - } - - /** - * Create an instance of {@link EntryType.Reference } - * - */ - public EntryType.Reference createEntryTypeReference() { - return new EntryType.Reference(); - } - - /** - * Create an instance of {@link EntryType.Contig.Range } - * - */ - public EntryType.Contig.Range createEntryTypeContigRange() { - return new EntryType.Contig.Range(); - } - - /** - * Create an instance of {@link EntryType.Contig.Gap } - * - */ - public EntryType.Contig.Gap createEntryTypeContigGap() { - return new EntryType.Contig.Gap(); - } - - /** - * Create an instance of {@link EntryType.Assembly.Range } - * - */ - public EntryType.Assembly.Range createEntryTypeAssemblyRange() { - return new EntryType.Assembly.Range(); - } - - /** - * Create an instance of {@link EntryType.Feature.Qualifier } - * - */ - public EntryType.Feature.Qualifier createEntryTypeFeatureQualifier() { - return new EntryType.Feature.Qualifier(); - } - - /** - * Create an instance of {@link EntryType.Feature.FeatureTaxon.Lineage.Taxon } - * - */ - public EntryType.Feature.FeatureTaxon.Lineage.Taxon createEntryTypeFeatureFeatureTaxonLineageTaxon() { - return new EntryType.Feature.FeatureTaxon.Lineage.Taxon(); - } +public class ObjectFactory +{ + + /** + * Create a new ObjectFactory that can be used to create new instances of + * schema derived classes for package: jalview.xml.binding.embl + * + */ + public ObjectFactory() + { + } + + /** + * Create an instance of {@link EntryType } + * + */ + public EntryType createEntryType() + { + return new EntryType(); + } + + /** + * Create an instance of {@link EntryType.Contig } + * + */ + public EntryType.Contig createEntryTypeContig() + { + return new EntryType.Contig(); + } + + /** + * Create an instance of {@link EntryType.Assembly } + * + */ + public EntryType.Assembly createEntryTypeAssembly() + { + return new EntryType.Assembly(); + } + + /** + * Create an instance of {@link EntryType.Feature } + * + */ + public EntryType.Feature createEntryTypeFeature() + { + return new EntryType.Feature(); + } + + /** + * Create an instance of {@link EntryType.Feature.FeatureTaxon } + * + */ + public EntryType.Feature.FeatureTaxon createEntryTypeFeatureFeatureTaxon() + { + return new EntryType.Feature.FeatureTaxon(); + } + + /** + * Create an instance of {@link EntryType.Feature.FeatureTaxon.Lineage } + * + */ + public EntryType.Feature.FeatureTaxon.Lineage createEntryTypeFeatureFeatureTaxonLineage() + { + return new EntryType.Feature.FeatureTaxon.Lineage(); + } + + /** + * Create an instance of {@link ROOT } + * + */ + public ROOT createROOT() + { + return new ROOT(); + } + + /** + * Create an instance of {@link EntrySetType } + * + */ + public EntrySetType createEntrySetType() + { + return new EntrySetType(); + } + + /** + * Create an instance of {@link XrefType } + * + */ + public XrefType createXrefType() + { + return new XrefType(); + } + + /** + * Create an instance of {@link EntryType.Reference } + * + */ + public EntryType.Reference createEntryTypeReference() + { + return new EntryType.Reference(); + } + + /** + * Create an instance of {@link EntryType.Contig.Range } + * + */ + public EntryType.Contig.Range createEntryTypeContigRange() + { + return new EntryType.Contig.Range(); + } + + /** + * Create an instance of {@link EntryType.Contig.Gap } + * + */ + public EntryType.Contig.Gap createEntryTypeContigGap() + { + return new EntryType.Contig.Gap(); + } + + /** + * Create an instance of {@link EntryType.Assembly.Range } + * + */ + public EntryType.Assembly.Range createEntryTypeAssemblyRange() + { + return new EntryType.Assembly.Range(); + } + + /** + * Create an instance of {@link EntryType.Feature.Qualifier } + * + */ + public EntryType.Feature.Qualifier createEntryTypeFeatureQualifier() + { + return new EntryType.Feature.Qualifier(); + } + + /** + * Create an instance of {@link EntryType.Feature.FeatureTaxon.Lineage.Taxon } + * + */ + public EntryType.Feature.FeatureTaxon.Lineage.Taxon createEntryTypeFeatureFeatureTaxonLineageTaxon() + { + return new EntryType.Feature.FeatureTaxon.Lineage.Taxon(); + } }