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