Clover icon

Coverage Report

  1. Project Clover database Mon Nov 11 2024 15:05:32 GMT
  2. Package jalview.xml.binding.embl

File ObjectFactory.java

 

Coverage histogram

../../../../img/srcFileCovDistChart0.png
60% of files have more coverage

Code metrics

0
15
16
1
171
69
16
1.07
0.94
16
1

Classes

Class Line # Actions
ObjectFactory 24 15 16
0.00%
 

Contributing tests

No tests hitting this source file were found.

Source view

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: 2023.05.13 at 06:58:42 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  0 toggle public ObjectFactory()
33    {
34    }
35   
36    /**
37    * Create an instance of {@link EntryType }
38    *
39    */
 
40  0 toggle public EntryType createEntryType()
41    {
42  0 return new EntryType();
43    }
44   
45    /**
46    * Create an instance of {@link EntryType.Contig }
47    *
48    */
 
49  0 toggle public EntryType.Contig createEntryTypeContig()
50    {
51  0 return new EntryType.Contig();
52    }
53   
54    /**
55    * Create an instance of {@link EntryType.Assembly }
56    *
57    */
 
58  0 toggle public EntryType.Assembly createEntryTypeAssembly()
59    {
60  0 return new EntryType.Assembly();
61    }
62   
63    /**
64    * Create an instance of {@link EntryType.Feature }
65    *
66    */
 
67  0 toggle public EntryType.Feature createEntryTypeFeature()
68    {
69  0 return new EntryType.Feature();
70    }
71   
72    /**
73    * Create an instance of {@link EntryType.Feature.FeatureTaxon }
74    *
75    */
 
76  0 toggle public EntryType.Feature.FeatureTaxon createEntryTypeFeatureFeatureTaxon()
77    {
78  0 return new EntryType.Feature.FeatureTaxon();
79    }
80   
81    /**
82    * Create an instance of {@link EntryType.Feature.FeatureTaxon.Lineage }
83    *
84    */
 
85  0 toggle public EntryType.Feature.FeatureTaxon.Lineage createEntryTypeFeatureFeatureTaxonLineage()
86    {
87  0 return new EntryType.Feature.FeatureTaxon.Lineage();
88    }
89   
90    /**
91    * Create an instance of {@link ROOT }
92    *
93    */
 
94  0 toggle public ROOT createROOT()
95    {
96  0 return new ROOT();
97    }
98   
99    /**
100    * Create an instance of {@link EntrySetType }
101    *
102    */
 
103  0 toggle public EntrySetType createEntrySetType()
104    {
105  0 return new EntrySetType();
106    }
107   
108    /**
109    * Create an instance of {@link XrefType }
110    *
111    */
 
112  0 toggle public XrefType createXrefType()
113    {
114  0 return new XrefType();
115    }
116   
117    /**
118    * Create an instance of {@link EntryType.Reference }
119    *
120    */
 
121  0 toggle public EntryType.Reference createEntryTypeReference()
122    {
123  0 return new EntryType.Reference();
124    }
125   
126    /**
127    * Create an instance of {@link EntryType.Contig.Range }
128    *
129    */
 
130  0 toggle public EntryType.Contig.Range createEntryTypeContigRange()
131    {
132  0 return new EntryType.Contig.Range();
133    }
134   
135    /**
136    * Create an instance of {@link EntryType.Contig.Gap }
137    *
138    */
 
139  0 toggle public EntryType.Contig.Gap createEntryTypeContigGap()
140    {
141  0 return new EntryType.Contig.Gap();
142    }
143   
144    /**
145    * Create an instance of {@link EntryType.Assembly.Range }
146    *
147    */
 
148  0 toggle public EntryType.Assembly.Range createEntryTypeAssemblyRange()
149    {
150  0 return new EntryType.Assembly.Range();
151    }
152   
153    /**
154    * Create an instance of {@link EntryType.Feature.Qualifier }
155    *
156    */
 
157  0 toggle public EntryType.Feature.Qualifier createEntryTypeFeatureQualifier()
158    {
159  0 return new EntryType.Feature.Qualifier();
160    }
161   
162    /**
163    * Create an instance of {@link EntryType.Feature.FeatureTaxon.Lineage.Taxon }
164    *
165    */
 
166  0 toggle public EntryType.Feature.FeatureTaxon.Lineage.Taxon createEntryTypeFeatureFeatureTaxonLineageTaxon()
167    {
168  0 return new EntryType.Feature.FeatureTaxon.Lineage.Taxon();
169    }
170   
171    }