Clover icon

Coverage Report

  1. Project Clover database Thu Nov 7 2024 10:11:34 GMT
  2. Package jalview.xml.binding.sifts

File ObjectFactory.java

 

Coverage histogram

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

Code metrics

0
35
36
1
355
149
36
1.03
0.97
36
1

Classes

Class Line # Actions
ObjectFactory 24 35 36
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: 2015.10.09 at 03:18:33 PM BST
6    //
7   
8    package jalview.xml.binding.sifts;
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.sifts 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.sifts
30    *
31    */
 
32  0 toggle public ObjectFactory()
33    {
34    }
35   
36    /**
37    * Create an instance of {@link Entry }
38    *
39    */
 
40  0 toggle public Entry createEntry()
41    {
42  0 return new Entry();
43    }
44   
45    /**
46    * Create an instance of {@link Alignment }
47    *
48    */
 
49  0 toggle public Alignment createAlignment()
50    {
51  0 return new Alignment();
52    }
53   
54    /**
55    * Create an instance of {@link Alignment.Geo3D }
56    *
57    */
 
58  0 toggle public Alignment.Geo3D createAlignmentGeo3D()
59    {
60  0 return new Alignment.Geo3D();
61    }
62   
63    /**
64    * Create an instance of {@link Alignment.Geo3D.Matrix }
65    *
66    */
 
67  0 toggle public Alignment.Geo3D.Matrix createAlignmentGeo3DMatrix()
68    {
69  0 return new Alignment.Geo3D.Matrix();
70    }
71   
72    /**
73    * Create an instance of {@link Alignment.Block }
74    *
75    */
 
76  0 toggle public Alignment.Block createAlignmentBlock()
77    {
78  0 return new Alignment.Block();
79    }
80   
81    /**
82    * Create an instance of {@link Alignment.AlignObject }
83    *
84    */
 
85  0 toggle public Alignment.AlignObject createAlignmentAlignObject()
86    {
87  0 return new Alignment.AlignObject();
88    }
89   
90    /**
91    * Create an instance of {@link Entry.Entity }
92    *
93    */
 
94  0 toggle public Entry.Entity createEntryEntity()
95    {
96  0 return new Entry.Entity();
97    }
98   
99    /**
100    * Create an instance of {@link Entry.Entity.Segment }
101    *
102    */
 
103  0 toggle public Entry.Entity.Segment createEntryEntitySegment()
104    {
105  0 return new Entry.Entity.Segment();
106    }
107   
108    /**
109    * Create an instance of {@link Entry.Entity.Segment.ListMapRegion }
110    *
111    */
 
112  0 toggle public Entry.Entity.Segment.ListMapRegion createEntryEntitySegmentListMapRegion()
113    {
114  0 return new Entry.Entity.Segment.ListMapRegion();
115    }
116   
117    /**
118    * Create an instance of {@link Entry.Entity.Segment.ListMapRegion.MapRegion }
119    *
120    */
 
121  0 toggle public Entry.Entity.Segment.ListMapRegion.MapRegion createEntryEntitySegmentListMapRegionMapRegion()
122    {
123  0 return new Entry.Entity.Segment.ListMapRegion.MapRegion();
124    }
125   
126    /**
127    * Create an instance of
128    * {@link Entry.Entity.Segment.ListMapRegion.MapRegion.Db }
129    *
130    */
 
131  0 toggle public Entry.Entity.Segment.ListMapRegion.MapRegion.Db createEntryEntitySegmentListMapRegionMapRegionDb()
132    {
133  0 return new Entry.Entity.Segment.ListMapRegion.MapRegion.Db();
134    }
135   
136    /**
137    * Create an instance of {@link Entry.Entity.Segment.ListResidue }
138    *
139    */
 
140  0 toggle public Entry.Entity.Segment.ListResidue createEntryEntitySegmentListResidue()
141    {
142  0 return new Entry.Entity.Segment.ListResidue();
143    }
144   
145    /**
146    * Create an instance of {@link Entry.Entity.Segment.ListResidue.Residue }
147    *
148    */
 
149  0 toggle public Entry.Entity.Segment.ListResidue.Residue createEntryEntitySegmentListResidueResidue()
150    {
151  0 return new Entry.Entity.Segment.ListResidue.Residue();
152    }
153   
154    /**
155    * Create an instance of {@link Entry.ListDB }
156    *
157    */
 
158  0 toggle public Entry.ListDB createEntryListDB()
159    {
160  0 return new Entry.ListDB();
161    }
162   
163    /**
164    * Create an instance of {@link Entry.EntryDetail }
165    *
166    */
 
167  0 toggle public Entry.EntryDetail createEntryEntryDetail()
168    {
169  0 return new Entry.EntryDetail();
170    }
171   
172    /**
173    * Create an instance of {@link Alignment.Score }
174    *
175    */
 
176  0 toggle public Alignment.Score createAlignmentScore()
177    {
178  0 return new Alignment.Score();
179    }
180   
181    /**
182    * Create an instance of {@link Alignment.Geo3D.Vector }
183    *
184    */
 
185  0 toggle public Alignment.Geo3D.Vector createAlignmentGeo3DVector()
186    {
187  0 return new Alignment.Geo3D.Vector();
188    }
189   
190    /**
191    * Create an instance of {@link Alignment.Geo3D.Matrix.Max11 }
192    *
193    */
 
194  0 toggle public Alignment.Geo3D.Matrix.Max11 createAlignmentGeo3DMatrixMax11()
195    {
196  0 return new Alignment.Geo3D.Matrix.Max11();
197    }
198   
199    /**
200    * Create an instance of {@link Alignment.Geo3D.Matrix.Max12 }
201    *
202    */
 
203  0 toggle public Alignment.Geo3D.Matrix.Max12 createAlignmentGeo3DMatrixMax12()
204    {
205  0 return new Alignment.Geo3D.Matrix.Max12();
206    }
207   
208    /**
209    * Create an instance of {@link Alignment.Geo3D.Matrix.Max13 }
210    *
211    */
 
212  0 toggle public Alignment.Geo3D.Matrix.Max13 createAlignmentGeo3DMatrixMax13()
213    {
214  0 return new Alignment.Geo3D.Matrix.Max13();
215    }
216   
217    /**
218    * Create an instance of {@link Alignment.Geo3D.Matrix.Max21 }
219    *
220    */
 
221  0 toggle public Alignment.Geo3D.Matrix.Max21 createAlignmentGeo3DMatrixMax21()
222    {
223  0 return new Alignment.Geo3D.Matrix.Max21();
224    }
225   
226    /**
227    * Create an instance of {@link Alignment.Geo3D.Matrix.Max22 }
228    *
229    */
 
230  0 toggle public Alignment.Geo3D.Matrix.Max22 createAlignmentGeo3DMatrixMax22()
231    {
232  0 return new Alignment.Geo3D.Matrix.Max22();
233    }
234   
235    /**
236    * Create an instance of {@link Alignment.Geo3D.Matrix.Max23 }
237    *
238    */
 
239  0 toggle public Alignment.Geo3D.Matrix.Max23 createAlignmentGeo3DMatrixMax23()
240    {
241  0 return new Alignment.Geo3D.Matrix.Max23();
242    }
243   
244    /**
245    * Create an instance of {@link Alignment.Geo3D.Matrix.Max31 }
246    *
247    */
 
248  0 toggle public Alignment.Geo3D.Matrix.Max31 createAlignmentGeo3DMatrixMax31()
249    {
250  0 return new Alignment.Geo3D.Matrix.Max31();
251    }
252   
253    /**
254    * Create an instance of {@link Alignment.Geo3D.Matrix.Max32 }
255    *
256    */
 
257  0 toggle public Alignment.Geo3D.Matrix.Max32 createAlignmentGeo3DMatrixMax32()
258    {
259  0 return new Alignment.Geo3D.Matrix.Max32();
260    }
261   
262    /**
263    * Create an instance of {@link Alignment.Geo3D.Matrix.Max33 }
264    *
265    */
 
266  0 toggle public Alignment.Geo3D.Matrix.Max33 createAlignmentGeo3DMatrixMax33()
267    {
268  0 return new Alignment.Geo3D.Matrix.Max33();
269    }
270   
271    /**
272    * Create an instance of {@link Alignment.Block.Segment }
273    *
274    */
 
275  0 toggle public Alignment.Block.Segment createAlignmentBlockSegment()
276    {
277  0 return new Alignment.Block.Segment();
278    }
279   
280    /**
281    * Create an instance of {@link Alignment.AlignObject.AlignObjectDetail }
282    *
283    */
 
284  0 toggle public Alignment.AlignObject.AlignObjectDetail createAlignmentAlignObjectAlignObjectDetail()
285    {
286  0 return new Alignment.AlignObject.AlignObjectDetail();
287    }
288   
289    /**
290    * Create an instance of {@link Alignment.AlignObject.Sequence }
291    *
292    */
 
293  0 toggle public Alignment.AlignObject.Sequence createAlignmentAlignObjectSequence()
294    {
295  0 return new Alignment.AlignObject.Sequence();
296    }
297   
298    /**
299    * Create an instance of {@link Entry.Entity.EntityDetail }
300    *
301    */
 
302  0 toggle public Entry.Entity.EntityDetail createEntryEntityEntityDetail()
303    {
304  0 return new Entry.Entity.EntityDetail();
305    }
306   
307    /**
308    * Create an instance of {@link Entry.Entity.Segment.SegmentDetail }
309    *
310    */
 
311  0 toggle public Entry.Entity.Segment.SegmentDetail createEntryEntitySegmentSegmentDetail()
312    {
313  0 return new Entry.Entity.Segment.SegmentDetail();
314    }
315   
316    /**
317    * Create an instance of
318    * {@link Entry.Entity.Segment.ListMapRegion.MapRegion.Db.DbDetail }
319    *
320    */
 
321  0 toggle public Entry.Entity.Segment.ListMapRegion.MapRegion.Db.DbDetail createEntryEntitySegmentListMapRegionMapRegionDbDbDetail()
322    {
323  0 return new Entry.Entity.Segment.ListMapRegion.MapRegion.Db.DbDetail();
324    }
325   
326    /**
327    * Create an instance of
328    * {@link Entry.Entity.Segment.ListResidue.Residue.CrossRefDb }
329    *
330    */
 
331  0 toggle public Entry.Entity.Segment.ListResidue.Residue.CrossRefDb createEntryEntitySegmentListResidueResidueCrossRefDb()
332    {
333  0 return new Entry.Entity.Segment.ListResidue.Residue.CrossRefDb();
334    }
335   
336    /**
337    * Create an instance of
338    * {@link Entry.Entity.Segment.ListResidue.Residue.ResidueDetail }
339    *
340    */
 
341  0 toggle public Entry.Entity.Segment.ListResidue.Residue.ResidueDetail createEntryEntitySegmentListResidueResidueResidueDetail()
342    {
343  0 return new Entry.Entity.Segment.ListResidue.Residue.ResidueDetail();
344    }
345   
346    /**
347    * Create an instance of {@link Entry.ListDB.Db }
348    *
349    */
 
350  0 toggle public Entry.ListDB.Db createEntryListDBDb()
351    {
352  0 return new Entry.ListDB.Db();
353    }
354   
355    }