7b74e136cd7b9e471d92cfadda7115465b7db04f
[jalview.git] / src / jalview / xml / binding / sifts / 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: 2015.10.09 at 03:18:33 PM BST 
6 //
7
8
9 package jalview.xml.binding.sifts;
10
11 import javax.xml.bind.annotation.XmlRegistry;
12
13
14 /**
15  * This object contains factory methods for each 
16  * Java content interface and Java element interface 
17  * generated in the jalview.xml.binding.sifts package. 
18  * <p>An ObjectFactory allows you to programatically 
19  * construct new instances of the Java representation 
20  * for XML content. The Java representation of XML 
21  * content can consist of schema derived interfaces 
22  * and classes representing the binding of schema 
23  * type definitions, element declarations and model 
24  * groups.  Factory methods for each of these are 
25  * provided in this class.
26  * 
27  */
28 @XmlRegistry
29 public class ObjectFactory {
30
31
32     /**
33      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: jalview.xml.binding.sifts
34      * 
35      */
36     public ObjectFactory() {
37     }
38
39     /**
40      * Create an instance of {@link Entry }
41      * 
42      */
43     public Entry createEntry() {
44         return new Entry();
45     }
46
47     /**
48      * Create an instance of {@link Alignment }
49      * 
50      */
51     public Alignment createAlignment() {
52         return new Alignment();
53     }
54
55     /**
56      * Create an instance of {@link Alignment.Geo3D }
57      * 
58      */
59     public Alignment.Geo3D createAlignmentGeo3D() {
60         return new Alignment.Geo3D();
61     }
62
63     /**
64      * Create an instance of {@link Alignment.Geo3D.Matrix }
65      * 
66      */
67     public Alignment.Geo3D.Matrix createAlignmentGeo3DMatrix() {
68         return new Alignment.Geo3D.Matrix();
69     }
70
71     /**
72      * Create an instance of {@link Alignment.Block }
73      * 
74      */
75     public Alignment.Block createAlignmentBlock() {
76         return new Alignment.Block();
77     }
78
79     /**
80      * Create an instance of {@link Alignment.AlignObject }
81      * 
82      */
83     public Alignment.AlignObject createAlignmentAlignObject() {
84         return new Alignment.AlignObject();
85     }
86
87     /**
88      * Create an instance of {@link Entry.Entity }
89      * 
90      */
91     public Entry.Entity createEntryEntity() {
92         return new Entry.Entity();
93     }
94
95     /**
96      * Create an instance of {@link Entry.Entity.Segment }
97      * 
98      */
99     public Entry.Entity.Segment createEntryEntitySegment() {
100         return new Entry.Entity.Segment();
101     }
102
103     /**
104      * Create an instance of {@link Entry.Entity.Segment.ListMapRegion }
105      * 
106      */
107     public Entry.Entity.Segment.ListMapRegion createEntryEntitySegmentListMapRegion() {
108         return new Entry.Entity.Segment.ListMapRegion();
109     }
110
111     /**
112      * Create an instance of {@link Entry.Entity.Segment.ListMapRegion.MapRegion }
113      * 
114      */
115     public Entry.Entity.Segment.ListMapRegion.MapRegion createEntryEntitySegmentListMapRegionMapRegion() {
116         return new Entry.Entity.Segment.ListMapRegion.MapRegion();
117     }
118
119     /**
120      * Create an instance of {@link Entry.Entity.Segment.ListMapRegion.MapRegion.Db }
121      * 
122      */
123     public Entry.Entity.Segment.ListMapRegion.MapRegion.Db createEntryEntitySegmentListMapRegionMapRegionDb() {
124         return new Entry.Entity.Segment.ListMapRegion.MapRegion.Db();
125     }
126
127     /**
128      * Create an instance of {@link Entry.Entity.Segment.ListResidue }
129      * 
130      */
131     public Entry.Entity.Segment.ListResidue createEntryEntitySegmentListResidue() {
132         return new Entry.Entity.Segment.ListResidue();
133     }
134
135     /**
136      * Create an instance of {@link Entry.Entity.Segment.ListResidue.Residue }
137      * 
138      */
139     public Entry.Entity.Segment.ListResidue.Residue createEntryEntitySegmentListResidueResidue() {
140         return new Entry.Entity.Segment.ListResidue.Residue();
141     }
142
143     /**
144      * Create an instance of {@link Entry.ListDB }
145      * 
146      */
147     public Entry.ListDB createEntryListDB() {
148         return new Entry.ListDB();
149     }
150
151     /**
152      * Create an instance of {@link Entry.EntryDetail }
153      * 
154      */
155     public Entry.EntryDetail createEntryEntryDetail() {
156         return new Entry.EntryDetail();
157     }
158
159     /**
160      * Create an instance of {@link Alignment.Score }
161      * 
162      */
163     public Alignment.Score createAlignmentScore() {
164         return new Alignment.Score();
165     }
166
167     /**
168      * Create an instance of {@link Alignment.Geo3D.Vector }
169      * 
170      */
171     public Alignment.Geo3D.Vector createAlignmentGeo3DVector() {
172         return new Alignment.Geo3D.Vector();
173     }
174
175     /**
176      * Create an instance of {@link Alignment.Geo3D.Matrix.Max11 }
177      * 
178      */
179     public Alignment.Geo3D.Matrix.Max11 createAlignmentGeo3DMatrixMax11() {
180         return new Alignment.Geo3D.Matrix.Max11();
181     }
182
183     /**
184      * Create an instance of {@link Alignment.Geo3D.Matrix.Max12 }
185      * 
186      */
187     public Alignment.Geo3D.Matrix.Max12 createAlignmentGeo3DMatrixMax12() {
188         return new Alignment.Geo3D.Matrix.Max12();
189     }
190
191     /**
192      * Create an instance of {@link Alignment.Geo3D.Matrix.Max13 }
193      * 
194      */
195     public Alignment.Geo3D.Matrix.Max13 createAlignmentGeo3DMatrixMax13() {
196         return new Alignment.Geo3D.Matrix.Max13();
197     }
198
199     /**
200      * Create an instance of {@link Alignment.Geo3D.Matrix.Max21 }
201      * 
202      */
203     public Alignment.Geo3D.Matrix.Max21 createAlignmentGeo3DMatrixMax21() {
204         return new Alignment.Geo3D.Matrix.Max21();
205     }
206
207     /**
208      * Create an instance of {@link Alignment.Geo3D.Matrix.Max22 }
209      * 
210      */
211     public Alignment.Geo3D.Matrix.Max22 createAlignmentGeo3DMatrixMax22() {
212         return new Alignment.Geo3D.Matrix.Max22();
213     }
214
215     /**
216      * Create an instance of {@link Alignment.Geo3D.Matrix.Max23 }
217      * 
218      */
219     public Alignment.Geo3D.Matrix.Max23 createAlignmentGeo3DMatrixMax23() {
220         return new Alignment.Geo3D.Matrix.Max23();
221     }
222
223     /**
224      * Create an instance of {@link Alignment.Geo3D.Matrix.Max31 }
225      * 
226      */
227     public Alignment.Geo3D.Matrix.Max31 createAlignmentGeo3DMatrixMax31() {
228         return new Alignment.Geo3D.Matrix.Max31();
229     }
230
231     /**
232      * Create an instance of {@link Alignment.Geo3D.Matrix.Max32 }
233      * 
234      */
235     public Alignment.Geo3D.Matrix.Max32 createAlignmentGeo3DMatrixMax32() {
236         return new Alignment.Geo3D.Matrix.Max32();
237     }
238
239     /**
240      * Create an instance of {@link Alignment.Geo3D.Matrix.Max33 }
241      * 
242      */
243     public Alignment.Geo3D.Matrix.Max33 createAlignmentGeo3DMatrixMax33() {
244         return new Alignment.Geo3D.Matrix.Max33();
245     }
246
247     /**
248      * Create an instance of {@link Alignment.Block.Segment }
249      * 
250      */
251     public Alignment.Block.Segment createAlignmentBlockSegment() {
252         return new Alignment.Block.Segment();
253     }
254
255     /**
256      * Create an instance of {@link Alignment.AlignObject.AlignObjectDetail }
257      * 
258      */
259     public Alignment.AlignObject.AlignObjectDetail createAlignmentAlignObjectAlignObjectDetail() {
260         return new Alignment.AlignObject.AlignObjectDetail();
261     }
262
263     /**
264      * Create an instance of {@link Alignment.AlignObject.Sequence }
265      * 
266      */
267     public Alignment.AlignObject.Sequence createAlignmentAlignObjectSequence() {
268         return new Alignment.AlignObject.Sequence();
269     }
270
271     /**
272      * Create an instance of {@link Entry.Entity.EntityDetail }
273      * 
274      */
275     public Entry.Entity.EntityDetail createEntryEntityEntityDetail() {
276         return new Entry.Entity.EntityDetail();
277     }
278
279     /**
280      * Create an instance of {@link Entry.Entity.Segment.SegmentDetail }
281      * 
282      */
283     public Entry.Entity.Segment.SegmentDetail createEntryEntitySegmentSegmentDetail() {
284         return new Entry.Entity.Segment.SegmentDetail();
285     }
286
287     /**
288      * Create an instance of {@link Entry.Entity.Segment.ListMapRegion.MapRegion.Db.DbDetail }
289      * 
290      */
291     public Entry.Entity.Segment.ListMapRegion.MapRegion.Db.DbDetail createEntryEntitySegmentListMapRegionMapRegionDbDbDetail() {
292         return new Entry.Entity.Segment.ListMapRegion.MapRegion.Db.DbDetail();
293     }
294
295     /**
296      * Create an instance of {@link Entry.Entity.Segment.ListResidue.Residue.CrossRefDb }
297      * 
298      */
299     public Entry.Entity.Segment.ListResidue.Residue.CrossRefDb createEntryEntitySegmentListResidueResidueCrossRefDb() {
300         return new Entry.Entity.Segment.ListResidue.Residue.CrossRefDb();
301     }
302
303     /**
304      * Create an instance of {@link Entry.Entity.Segment.ListResidue.Residue.ResidueDetail }
305      * 
306      */
307     public Entry.Entity.Segment.ListResidue.Residue.ResidueDetail createEntryEntitySegmentListResidueResidueResidueDetail() {
308         return new Entry.Entity.Segment.ListResidue.Residue.ResidueDetail();
309     }
310
311     /**
312      * Create an instance of {@link Entry.ListDB.Db }
313      * 
314      */
315     public Entry.ListDB.Db createEntryListDBDb() {
316         return new Entry.ListDB.Db();
317     }
318
319 }