JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / jalview / xml / binding / embl / ObjectFactory.java
1 //
2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4 // Any modifications to this file will be lost upon recompilation of the source schema. 
5 // Generated on: 2018.09.14 at 02:46:00 PM BST 
6 //
7
8 package jalview.xml.binding.embl;
9
10 import javax.xml.bind.annotation.XmlRegistry;
11
12 /**
13  * This object contains factory methods for each Java content interface and Java
14  * element interface generated in the jalview.xml.binding.embl package.
15  * <p>
16  * An ObjectFactory allows you to programatically construct new instances of the
17  * Java representation for XML content. The Java representation of XML content
18  * can consist of schema derived interfaces and classes representing the binding
19  * of schema type definitions, element declarations and model groups. Factory
20  * methods for each of these are provided in this class.
21  * 
22  */
23 @XmlRegistry
24 public class ObjectFactory
25 {
26
27   /**
28    * Create a new ObjectFactory that can be used to create new instances of
29    * schema derived classes for package: jalview.xml.binding.embl
30    * 
31    */
32   public ObjectFactory()
33   {
34   }
35
36   /**
37    * Create an instance of {@link EntryType }
38    * 
39    */
40   public EntryType createEntryType()
41   {
42     return new EntryType();
43   }
44
45   /**
46    * Create an instance of {@link EntryType.Contig }
47    * 
48    */
49   public EntryType.Contig createEntryTypeContig()
50   {
51     return new EntryType.Contig();
52   }
53
54   /**
55    * Create an instance of {@link EntryType.Assembly }
56    * 
57    */
58   public EntryType.Assembly createEntryTypeAssembly()
59   {
60     return new EntryType.Assembly();
61   }
62
63   /**
64    * Create an instance of {@link EntryType.Feature }
65    * 
66    */
67   public EntryType.Feature createEntryTypeFeature()
68   {
69     return new EntryType.Feature();
70   }
71
72   /**
73    * Create an instance of {@link EntryType.Feature.FeatureTaxon }
74    * 
75    */
76   public EntryType.Feature.FeatureTaxon createEntryTypeFeatureFeatureTaxon()
77   {
78     return new EntryType.Feature.FeatureTaxon();
79   }
80
81   /**
82    * Create an instance of {@link EntryType.Feature.FeatureTaxon.Lineage }
83    * 
84    */
85   public EntryType.Feature.FeatureTaxon.Lineage createEntryTypeFeatureFeatureTaxonLineage()
86   {
87     return new EntryType.Feature.FeatureTaxon.Lineage();
88   }
89
90   /**
91    * Create an instance of {@link ROOT }
92    * 
93    */
94   public ROOT createROOT()
95   {
96     return new ROOT();
97   }
98
99   /**
100    * Create an instance of {@link EntrySetType }
101    * 
102    */
103   public EntrySetType createEntrySetType()
104   {
105     return new EntrySetType();
106   }
107
108   /**
109    * Create an instance of {@link XrefType }
110    * 
111    */
112   public XrefType createXrefType()
113   {
114     return new XrefType();
115   }
116
117   /**
118    * Create an instance of {@link EntryType.Reference }
119    * 
120    */
121   public EntryType.Reference createEntryTypeReference()
122   {
123     return new EntryType.Reference();
124   }
125
126   /**
127    * Create an instance of {@link EntryType.Contig.Range }
128    * 
129    */
130   public EntryType.Contig.Range createEntryTypeContigRange()
131   {
132     return new EntryType.Contig.Range();
133   }
134
135   /**
136    * Create an instance of {@link EntryType.Contig.Gap }
137    * 
138    */
139   public EntryType.Contig.Gap createEntryTypeContigGap()
140   {
141     return new EntryType.Contig.Gap();
142   }
143
144   /**
145    * Create an instance of {@link EntryType.Assembly.Range }
146    * 
147    */
148   public EntryType.Assembly.Range createEntryTypeAssemblyRange()
149   {
150     return new EntryType.Assembly.Range();
151   }
152
153   /**
154    * Create an instance of {@link EntryType.Feature.Qualifier }
155    * 
156    */
157   public EntryType.Feature.Qualifier createEntryTypeFeatureQualifier()
158   {
159     return new EntryType.Feature.Qualifier();
160   }
161
162   /**
163    * Create an instance of {@link EntryType.Feature.FeatureTaxon.Lineage.Taxon }
164    * 
165    */
166   public EntryType.Feature.FeatureTaxon.Lineage.Taxon createEntryTypeFeatureFeatureTaxonLineageTaxon()
167   {
168     return new EntryType.Feature.FeatureTaxon.Lineage.Taxon();
169   }
170
171 }