Clover icon

Coverage Report

  1. Project Clover database Wed Nov 13 2024 18:27:33 GMT
  2. Package jalview.xml.binding.uniprot

File ObjectFactory.java

 

Coverage histogram

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

Code metrics

0
58
59
1
569
250
59
1.02
0.98
59
1

Classes

Class Line # Actions
ObjectFactory 27 58 59
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.uniprot;
9   
10    import javax.xml.bind.JAXBElement;
11    import javax.xml.bind.annotation.XmlElementDecl;
12    import javax.xml.bind.annotation.XmlRegistry;
13    import javax.xml.namespace.QName;
14   
15    /**
16    * This object contains factory methods for each Java content interface and Java
17    * element interface generated in the jalview.xml.binding.uniprot package.
18    * <p>
19    * An ObjectFactory allows you to programatically construct new instances of the
20    * Java representation for XML content. The Java representation of XML content
21    * can consist of schema derived interfaces and classes representing the binding
22    * of schema type definitions, element declarations and model groups. Factory
23    * methods for each of these are provided in this class.
24    *
25    */
26    @XmlRegistry
 
27    public class ObjectFactory
28    {
29   
30    private final static QName _Copyright_QNAME = new QName(
31    "http://uniprot.org/uniprot", "copyright");
32   
33    /**
34    * Create a new ObjectFactory that can be used to create new instances of
35    * schema derived classes for package: jalview.xml.binding.uniprot
36    *
37    */
 
38  0 toggle public ObjectFactory()
39    {
40    }
41   
42    /**
43    * Create an instance of {@link SourceDataType }
44    *
45    */
 
46  0 toggle public SourceDataType createSourceDataType()
47    {
48  0 return new SourceDataType();
49    }
50   
51    /**
52    * Create an instance of {@link IsoformType }
53    *
54    */
 
55  0 toggle public IsoformType createIsoformType()
56    {
57  0 return new IsoformType();
58    }
59   
60    /**
61    * Create an instance of {@link CommentType }
62    *
63    */
 
64  0 toggle public CommentType createCommentType()
65    {
66  0 return new CommentType();
67    }
68   
69    /**
70    * Create an instance of {@link CommentType.Conflict }
71    *
72    */
 
73  0 toggle public CommentType.Conflict createCommentTypeConflict()
74    {
75  0 return new CommentType.Conflict();
76    }
77   
78    /**
79    * Create an instance of {@link OrganismType }
80    *
81    */
 
82  0 toggle public OrganismType createOrganismType()
83    {
84  0 return new OrganismType();
85    }
86   
87    /**
88    * Create an instance of {@link ProteinType }
89    *
90    */
 
91  0 toggle public ProteinType createProteinType()
92    {
93  0 return new ProteinType();
94    }
95   
96    /**
97    * Create an instance of {@link Entry }
98    *
99    */
 
100  0 toggle public Entry createEntry()
101    {
102  0 return new Entry();
103    }
104   
105    /**
106    * Create an instance of {@link GeneType }
107    *
108    */
 
109  0 toggle public GeneType createGeneType()
110    {
111  0 return new GeneType();
112    }
113   
114    /**
115    * Create an instance of {@link GeneLocationType }
116    *
117    */
 
118  0 toggle public GeneLocationType createGeneLocationType()
119    {
120  0 return new GeneLocationType();
121    }
122   
123    /**
124    * Create an instance of {@link ReferenceType }
125    *
126    */
 
127  0 toggle public ReferenceType createReferenceType()
128    {
129  0 return new ReferenceType();
130    }
131   
132    /**
133    * Create an instance of {@link DbReferenceType }
134    *
135    */
 
136  0 toggle public DbReferenceType createDbReferenceType()
137    {
138  0 return new DbReferenceType();
139    }
140   
141    /**
142    * Create an instance of {@link ProteinExistenceType }
143    *
144    */
 
145  0 toggle public ProteinExistenceType createProteinExistenceType()
146    {
147  0 return new ProteinExistenceType();
148    }
149   
150    /**
151    * Create an instance of {@link KeywordType }
152    *
153    */
 
154  0 toggle public KeywordType createKeywordType()
155    {
156  0 return new KeywordType();
157    }
158   
159    /**
160    * Create an instance of {@link FeatureType }
161    *
162    */
 
163  0 toggle public FeatureType createFeatureType()
164    {
165  0 return new FeatureType();
166    }
167   
168    /**
169    * Create an instance of {@link EvidenceType }
170    *
171    */
 
172  0 toggle public EvidenceType createEvidenceType()
173    {
174  0 return new EvidenceType();
175    }
176   
177    /**
178    * Create an instance of {@link SequenceType }
179    *
180    */
 
181  0 toggle public SequenceType createSequenceType()
182    {
183  0 return new SequenceType();
184    }
185   
186    /**
187    * Create an instance of {@link Uniprot }
188    *
189    */
 
190  0 toggle public Uniprot createUniprot()
191    {
192  0 return new Uniprot();
193    }
194   
195    /**
196    * Create an instance of {@link StatusType }
197    *
198    */
 
199  0 toggle public StatusType createStatusType()
200    {
201  0 return new StatusType();
202    }
203   
204    /**
205    * Create an instance of {@link PositionType }
206    *
207    */
 
208  0 toggle public PositionType createPositionType()
209    {
210  0 return new PositionType();
211    }
212   
213    /**
214    * Create an instance of {@link ConsortiumType }
215    *
216    */
 
217  0 toggle public ConsortiumType createConsortiumType()
218    {
219  0 return new ConsortiumType();
220    }
221   
222    /**
223    * Create an instance of {@link GeneNameType }
224    *
225    */
 
226  0 toggle public GeneNameType createGeneNameType()
227    {
228  0 return new GeneNameType();
229    }
230   
231    /**
232    * Create an instance of {@link LocationType }
233    *
234    */
 
235  0 toggle public LocationType createLocationType()
236    {
237  0 return new LocationType();
238    }
239   
240    /**
241    * Create an instance of {@link CitationType }
242    *
243    */
 
244  0 toggle public CitationType createCitationType()
245    {
246  0 return new CitationType();
247    }
248   
249    /**
250    * Create an instance of {@link PropertyType }
251    *
252    */
 
253  0 toggle public PropertyType createPropertyType()
254    {
255  0 return new PropertyType();
256    }
257   
258    /**
259    * Create an instance of {@link PhysiologicalReactionType }
260    *
261    */
 
262  0 toggle public PhysiologicalReactionType createPhysiologicalReactionType()
263    {
264  0 return new PhysiologicalReactionType();
265    }
266   
267    /**
268    * Create an instance of {@link CofactorType }
269    *
270    */
 
271  0 toggle public CofactorType createCofactorType()
272    {
273  0 return new CofactorType();
274    }
275   
276    /**
277    * Create an instance of {@link EvidencedStringType }
278    *
279    */
 
280  0 toggle public EvidencedStringType createEvidencedStringType()
281    {
282  0 return new EvidencedStringType();
283    }
284   
285    /**
286    * Create an instance of {@link PersonType }
287    *
288    */
 
289  0 toggle public PersonType createPersonType()
290    {
291  0 return new PersonType();
292    }
293   
294    /**
295    * Create an instance of {@link ImportedFromType }
296    *
297    */
 
298  0 toggle public ImportedFromType createImportedFromType()
299    {
300  0 return new ImportedFromType();
301    }
302   
303    /**
304    * Create an instance of {@link EventType }
305    *
306    */
 
307  0 toggle public EventType createEventType()
308    {
309  0 return new EventType();
310    }
311   
312    /**
313    * Create an instance of {@link InteractantType }
314    *
315    */
 
316  0 toggle public InteractantType createInteractantType()
317    {
318  0 return new InteractantType();
319    }
320   
321    /**
322    * Create an instance of {@link NameListType }
323    *
324    */
 
325  0 toggle public NameListType createNameListType()
326    {
327  0 return new NameListType();
328    }
329   
330    /**
331    * Create an instance of {@link ReactionType }
332    *
333    */
 
334  0 toggle public ReactionType createReactionType()
335    {
336  0 return new ReactionType();
337    }
338   
339    /**
340    * Create an instance of {@link SourceType }
341    *
342    */
 
343  0 toggle public SourceType createSourceType()
344    {
345  0 return new SourceType();
346    }
347   
348    /**
349    * Create an instance of {@link MoleculeType }
350    *
351    */
 
352  0 toggle public MoleculeType createMoleculeType()
353    {
354  0 return new MoleculeType();
355    }
356   
357    /**
358    * Create an instance of {@link OrganismNameType }
359    *
360    */
 
361  0 toggle public OrganismNameType createOrganismNameType()
362    {
363  0 return new OrganismNameType();
364    }
365   
366    /**
367    * Create an instance of {@link SubcellularLocationType }
368    *
369    */
 
370  0 toggle public SubcellularLocationType createSubcellularLocationType()
371    {
372  0 return new SubcellularLocationType();
373    }
374   
375    /**
376    * Create an instance of {@link SourceDataType.Strain }
377    *
378    */
 
379  0 toggle public SourceDataType.Strain createSourceDataTypeStrain()
380    {
381  0 return new SourceDataType.Strain();
382    }
383   
384    /**
385    * Create an instance of {@link SourceDataType.Plasmid }
386    *
387    */
 
388  0 toggle public SourceDataType.Plasmid createSourceDataTypePlasmid()
389    {
390  0 return new SourceDataType.Plasmid();
391    }
392   
393    /**
394    * Create an instance of {@link SourceDataType.Transposon }
395    *
396    */
 
397  0 toggle public SourceDataType.Transposon createSourceDataTypeTransposon()
398    {
399  0 return new SourceDataType.Transposon();
400    }
401   
402    /**
403    * Create an instance of {@link SourceDataType.Tissue }
404    *
405    */
 
406  0 toggle public SourceDataType.Tissue createSourceDataTypeTissue()
407    {
408  0 return new SourceDataType.Tissue();
409    }
410   
411    /**
412    * Create an instance of {@link IsoformType.Name }
413    *
414    */
 
415  0 toggle public IsoformType.Name createIsoformTypeName()
416    {
417  0 return new IsoformType.Name();
418    }
419   
420    /**
421    * Create an instance of {@link IsoformType.Sequence }
422    *
423    */
 
424  0 toggle public IsoformType.Sequence createIsoformTypeSequence()
425    {
426  0 return new IsoformType.Sequence();
427    }
428   
429    /**
430    * Create an instance of {@link CommentType.Absorption }
431    *
432    */
 
433  0 toggle public CommentType.Absorption createCommentTypeAbsorption()
434    {
435  0 return new CommentType.Absorption();
436    }
437   
438    /**
439    * Create an instance of {@link CommentType.Kinetics }
440    *
441    */
 
442  0 toggle public CommentType.Kinetics createCommentTypeKinetics()
443    {
444  0 return new CommentType.Kinetics();
445    }
446   
447    /**
448    * Create an instance of {@link CommentType.PhDependence }
449    *
450    */
 
451  0 toggle public CommentType.PhDependence createCommentTypePhDependence()
452    {
453  0 return new CommentType.PhDependence();
454    }
455   
456    /**
457    * Create an instance of {@link CommentType.RedoxPotential }
458    *
459    */
 
460  0 toggle public CommentType.RedoxPotential createCommentTypeRedoxPotential()
461    {
462  0 return new CommentType.RedoxPotential();
463    }
464   
465    /**
466    * Create an instance of {@link CommentType.TemperatureDependence }
467    *
468    */
 
469  0 toggle public CommentType.TemperatureDependence createCommentTypeTemperatureDependence()
470    {
471  0 return new CommentType.TemperatureDependence();
472    }
473   
474    /**
475    * Create an instance of {@link CommentType.Link }
476    *
477    */
 
478  0 toggle public CommentType.Link createCommentTypeLink()
479    {
480  0 return new CommentType.Link();
481    }
482   
483    /**
484    * Create an instance of {@link CommentType.Disease }
485    *
486    */
 
487  0 toggle public CommentType.Disease createCommentTypeDisease()
488    {
489  0 return new CommentType.Disease();
490    }
491   
492    /**
493    * Create an instance of {@link CommentType.Conflict.Sequence }
494    *
495    */
 
496  0 toggle public CommentType.Conflict.Sequence createCommentTypeConflictSequence()
497    {
498  0 return new CommentType.Conflict.Sequence();
499    }
500   
501    /**
502    * Create an instance of {@link OrganismType.Lineage }
503    *
504    */
 
505  0 toggle public OrganismType.Lineage createOrganismTypeLineage()
506    {
507  0 return new OrganismType.Lineage();
508    }
509   
510    /**
511    * Create an instance of {@link ProteinType.RecommendedName }
512    *
513    */
 
514  0 toggle public ProteinType.RecommendedName createProteinTypeRecommendedName()
515    {
516  0 return new ProteinType.RecommendedName();
517    }
518   
519    /**
520    * Create an instance of {@link ProteinType.AlternativeName }
521    *
522    */
 
523  0 toggle public ProteinType.AlternativeName createProteinTypeAlternativeName()
524    {
525  0 return new ProteinType.AlternativeName();
526    }
527   
528    /**
529    * Create an instance of {@link ProteinType.SubmittedName }
530    *
531    */
 
532  0 toggle public ProteinType.SubmittedName createProteinTypeSubmittedName()
533    {
534  0 return new ProteinType.SubmittedName();
535    }
536   
537    /**
538    * Create an instance of {@link ProteinType.Domain }
539    *
540    */
 
541  0 toggle public ProteinType.Domain createProteinTypeDomain()
542    {
543  0 return new ProteinType.Domain();
544    }
545   
546    /**
547    * Create an instance of {@link ProteinType.Component }
548    *
549    */
 
550  0 toggle public ProteinType.Component createProteinTypeComponent()
551    {
552  0 return new ProteinType.Component();
553    }
554   
555    /**
556    * Create an instance of {@link JAXBElement }{@code <}{@link String
557    * }{@code >}}
558    *
559    */
 
560  0 toggle @XmlElementDecl(
561    namespace = "http://uniprot.org/uniprot",
562    name = "copyright")
563    public JAXBElement<String> createCopyright(String value)
564    {
565  0 return new JAXBElement<String>(_Copyright_QNAME, String.class, null,
566    value);
567    }
568   
569    }