JAL-3063 top level element added to colours schema, JAXB classes regen'd
[jalview.git] / src / jalview / xml / binding / jalview / 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.18 at 04:36:20 PM BST 
6 //
7
8
9 package jalview.xml.binding.jalview;
10
11 import javax.xml.bind.JAXBElement;
12 import javax.xml.bind.annotation.XmlElementDecl;
13 import javax.xml.bind.annotation.XmlRegistry;
14 import javax.xml.namespace.QName;
15
16
17 /**
18  * This object contains factory methods for each 
19  * Java content interface and Java element interface 
20  * generated in the jalview.xml.binding.jalview package. 
21  * <p>An ObjectFactory allows you to programatically 
22  * construct new instances of the Java representation 
23  * for XML content. The Java representation of XML 
24  * content can consist of schema derived interfaces 
25  * and classes representing the binding of schema 
26  * type definitions, element declarations and model 
27  * groups.  Factory methods for each of these are 
28  * provided in this class.
29  * 
30  */
31 @XmlRegistry
32 public class ObjectFactory {
33
34     private final static QName _JalviewModel_QNAME = new QName("www.jalview.org", "JalviewModel");
35     private final static QName _JalviewUserColours_QNAME = new QName("www.jalview.org/colours", "JalviewUserColours");
36
37     /**
38      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: jalview.xml.binding.jalview
39      * 
40      */
41     public ObjectFactory() {
42     }
43
44     /**
45      * Create an instance of {@link AlcodonFrame }
46      * 
47      */
48     public AlcodonFrame createAlcodonFrame() {
49         return new AlcodonFrame();
50     }
51
52     /**
53      * Create an instance of {@link MapListType }
54      * 
55      */
56     public MapListType createMapListType() {
57         return new MapListType();
58     }
59
60     /**
61      * Create an instance of {@link Sequence }
62      * 
63      */
64     public Sequence createSequence() {
65         return new Sequence();
66     }
67
68     /**
69      * Create an instance of {@link Annotation }
70      * 
71      */
72     public Annotation createAnnotation() {
73         return new Annotation();
74     }
75
76     /**
77      * Create an instance of {@link SequenceSet }
78      * 
79      */
80     public SequenceSet createSequenceSet() {
81         return new SequenceSet();
82     }
83
84     /**
85      * Create an instance of {@link FeatureMatcherSet }
86      * 
87      */
88     public FeatureMatcherSet createFeatureMatcherSet() {
89         return new FeatureMatcherSet();
90     }
91
92     /**
93      * Create an instance of {@link JalviewUserColours }
94      * 
95      */
96     public JalviewUserColours createJalviewUserColours() {
97         return new JalviewUserColours();
98     }
99
100     /**
101      * Create an instance of {@link Pdbentry }
102      * 
103      */
104     public Pdbentry createPdbentry() {
105         return new Pdbentry();
106     }
107
108     /**
109      * Create an instance of {@link Feature }
110      * 
111      */
112     public Feature createFeature() {
113         return new Feature();
114     }
115
116     /**
117      * Create an instance of {@link JalviewModel }
118      * 
119      */
120     public JalviewModel createJalviewModel() {
121         return new JalviewModel();
122     }
123
124     /**
125      * Create an instance of {@link JalviewModel.FeatureSettings }
126      * 
127      */
128     public JalviewModel.FeatureSettings createJalviewModelFeatureSettings() {
129         return new JalviewModel.FeatureSettings();
130     }
131
132     /**
133      * Create an instance of {@link JalviewModel.Viewport }
134      * 
135      */
136     public JalviewModel.Viewport createJalviewModelViewport() {
137         return new JalviewModel.Viewport();
138     }
139
140     /**
141      * Create an instance of {@link JalviewModel.JSeq }
142      * 
143      */
144     public JalviewModel.JSeq createJalviewModelJSeq() {
145         return new JalviewModel.JSeq();
146     }
147
148     /**
149      * Create an instance of {@link JalviewModel.JSeq.RnaViewer }
150      * 
151      */
152     public JalviewModel.JSeq.RnaViewer createJalviewModelJSeqRnaViewer() {
153         return new JalviewModel.JSeq.RnaViewer();
154     }
155
156     /**
157      * Create an instance of {@link JalviewModel.JSeq.Pdbids }
158      * 
159      */
160     public JalviewModel.JSeq.Pdbids createJalviewModelJSeqPdbids() {
161         return new JalviewModel.JSeq.Pdbids();
162     }
163
164     /**
165      * Create an instance of {@link AnnotationColourScheme }
166      * 
167      */
168     public AnnotationColourScheme createAnnotationColourScheme() {
169         return new AnnotationColourScheme();
170     }
171
172     /**
173      * Create an instance of {@link AlcodonFrame.Alcodon }
174      * 
175      */
176     public AlcodonFrame.Alcodon createAlcodonFrameAlcodon() {
177         return new AlcodonFrame.Alcodon();
178     }
179
180     /**
181      * Create an instance of {@link AlcodonFrame.AlcodMap }
182      * 
183      */
184     public AlcodonFrame.AlcodMap createAlcodonFrameAlcodMap() {
185         return new AlcodonFrame.AlcodMap();
186     }
187
188     /**
189      * Create an instance of {@link AnnotationElement }
190      * 
191      */
192     public AnnotationElement createAnnotationElement() {
193         return new AnnotationElement();
194     }
195
196     /**
197      * Create an instance of {@link Mapping }
198      * 
199      */
200     public Mapping createMapping() {
201         return new Mapping();
202     }
203
204     /**
205      * Create an instance of {@link MapListType.MapListFrom }
206      * 
207      */
208     public MapListType.MapListFrom createMapListTypeMapListFrom() {
209         return new MapListType.MapListFrom();
210     }
211
212     /**
213      * Create an instance of {@link MapListType.MapListTo }
214      * 
215      */
216     public MapListType.MapListTo createMapListTypeMapListTo() {
217         return new MapListType.MapListTo();
218     }
219
220     /**
221      * Create an instance of {@link SequenceType }
222      * 
223      */
224     public SequenceType createSequenceType() {
225         return new SequenceType();
226     }
227
228     /**
229      * Create an instance of {@link Sequence.DBRef }
230      * 
231      */
232     public Sequence.DBRef createSequenceDBRef() {
233         return new Sequence.DBRef();
234     }
235
236     /**
237      * Create an instance of {@link Annotation.ThresholdLine }
238      * 
239      */
240     public Annotation.ThresholdLine createAnnotationThresholdLine() {
241         return new Annotation.ThresholdLine();
242     }
243
244     /**
245      * Create an instance of {@link Annotation.Property }
246      * 
247      */
248     public Annotation.Property createAnnotationProperty() {
249         return new Annotation.Property();
250     }
251
252     /**
253      * Create an instance of {@link SequenceSet.SequenceSetProperties }
254      * 
255      */
256     public SequenceSet.SequenceSetProperties createSequenceSetSequenceSetProperties() {
257         return new SequenceSet.SequenceSetProperties();
258     }
259
260     /**
261      * Create an instance of {@link VAMSAS }
262      * 
263      */
264     public VAMSAS createVAMSAS() {
265         return new VAMSAS();
266     }
267
268     /**
269      * Create an instance of {@link FeatureMatcher }
270      * 
271      */
272     public FeatureMatcher createFeatureMatcher() {
273         return new FeatureMatcher();
274     }
275
276     /**
277      * Create an instance of {@link WebServiceParameterSet }
278      * 
279      */
280     public WebServiceParameterSet createWebServiceParameterSet() {
281         return new WebServiceParameterSet();
282     }
283
284     /**
285      * Create an instance of {@link FeatureMatcherSet.CompoundMatcher }
286      * 
287      */
288     public FeatureMatcherSet.CompoundMatcher createFeatureMatcherSetCompoundMatcher() {
289         return new FeatureMatcherSet.CompoundMatcher();
290     }
291
292     /**
293      * Create an instance of {@link JalviewUserColours.Colour }
294      * 
295      */
296     public JalviewUserColours.Colour createJalviewUserColoursColour() {
297         return new JalviewUserColours.Colour();
298     }
299
300     /**
301      * Create an instance of {@link JalviewUserColours.Filter }
302      * 
303      */
304     public JalviewUserColours.Filter createJalviewUserColoursFilter() {
305         return new JalviewUserColours.Filter();
306     }
307
308     /**
309      * Create an instance of {@link Pdbentry.Property }
310      * 
311      */
312     public Pdbentry.Property createPdbentryProperty() {
313         return new Pdbentry.Property();
314     }
315
316     /**
317      * Create an instance of {@link Feature.OtherData }
318      * 
319      */
320     public Feature.OtherData createFeatureOtherData() {
321         return new Feature.OtherData();
322     }
323
324     /**
325      * Create an instance of {@link JalviewModel.JGroup }
326      * 
327      */
328     public JalviewModel.JGroup createJalviewModelJGroup() {
329         return new JalviewModel.JGroup();
330     }
331
332     /**
333      * Create an instance of {@link JalviewModel.UserColours }
334      * 
335      */
336     public JalviewModel.UserColours createJalviewModelUserColours() {
337         return new JalviewModel.UserColours();
338     }
339
340     /**
341      * Create an instance of {@link JalviewModel.Tree }
342      * 
343      */
344     public JalviewModel.Tree createJalviewModelTree() {
345         return new JalviewModel.Tree();
346     }
347
348     /**
349      * Create an instance of {@link JalviewModel.FeatureSettings.Setting }
350      * 
351      */
352     public JalviewModel.FeatureSettings.Setting createJalviewModelFeatureSettingsSetting() {
353         return new JalviewModel.FeatureSettings.Setting();
354     }
355
356     /**
357      * Create an instance of {@link JalviewModel.FeatureSettings.Group }
358      * 
359      */
360     public JalviewModel.FeatureSettings.Group createJalviewModelFeatureSettingsGroup() {
361         return new JalviewModel.FeatureSettings.Group();
362     }
363
364     /**
365      * Create an instance of {@link JalviewModel.Viewport.HiddenColumns }
366      * 
367      */
368     public JalviewModel.Viewport.HiddenColumns createJalviewModelViewportHiddenColumns() {
369         return new JalviewModel.Viewport.HiddenColumns();
370     }
371
372     /**
373      * Create an instance of {@link JalviewModel.Viewport.CalcIdParam }
374      * 
375      */
376     public JalviewModel.Viewport.CalcIdParam createJalviewModelViewportCalcIdParam() {
377         return new JalviewModel.Viewport.CalcIdParam();
378     }
379
380     /**
381      * Create an instance of {@link JalviewModel.JSeq.RnaViewer.SecondaryStructure }
382      * 
383      */
384     public JalviewModel.JSeq.RnaViewer.SecondaryStructure createJalviewModelJSeqRnaViewerSecondaryStructure() {
385         return new JalviewModel.JSeq.RnaViewer.SecondaryStructure();
386     }
387
388     /**
389      * Create an instance of {@link JalviewModel.JSeq.Pdbids.StructureState }
390      * 
391      */
392     public JalviewModel.JSeq.Pdbids.StructureState createJalviewModelJSeqPdbidsStructureState() {
393         return new JalviewModel.JSeq.Pdbids.StructureState();
394     }
395
396     /**
397      * Create an instance of {@link JAXBElement }{@code <}{@link JalviewModel }{@code >}}
398      * 
399      */
400     @XmlElementDecl(namespace = "www.jalview.org", name = "JalviewModel")
401     public JAXBElement<JalviewModel> createJalviewModel(JalviewModel value) {
402         return new JAXBElement<JalviewModel>(_JalviewModel_QNAME, JalviewModel.class, null, value);
403     }
404
405     /**
406      * Create an instance of {@link JAXBElement }{@code <}{@link JalviewUserColours }{@code >}}
407      * 
408      */
409     @XmlElementDecl(namespace = "www.jalview.org/colours", name = "JalviewUserColours")
410     public JAXBElement<JalviewUserColours> createJalviewUserColours(JalviewUserColours value) {
411         return new JAXBElement<JalviewUserColours>(_JalviewUserColours_QNAME, JalviewUserColours.class, null, value);
412     }
413
414 }