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.11.12 at 10:43:37 PM CET
6 //
7
8
9 package eu.fbk.dkm.pikes.resources.util.fnlu;
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 eu.fbk.dkm.pikes.resources.util.fnlu 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: eu.fbk.dkm.pikes.resources.util.fnlu
34 *
35 */
36 public ObjectFactory() {
37 }
38
39 /**
40 * Create an instance of {@link CorpDocType }
41 *
42 */
43 public CorpDocType createCorpDocType() {
44 return new CorpDocType();
45 }
46
47 /**
48 * Create an instance of {@link FEGroupRealizationType }
49 *
50 */
51 public FEGroupRealizationType createFEGroupRealizationType() {
52 return new FEGroupRealizationType();
53 }
54
55 /**
56 * Create an instance of {@link FERealizationType }
57 *
58 */
59 public FERealizationType createFERealizationType() {
60 return new FERealizationType();
61 }
62
63 /**
64 * Create an instance of {@link HeaderType }
65 *
66 */
67 public HeaderType createHeaderType() {
68 return new HeaderType();
69 }
70
71 /**
72 * Create an instance of {@link HeaderType.Frame }
73 *
74 */
75 public HeaderType.Frame createHeaderTypeFrame() {
76 return new HeaderType.Frame();
77 }
78
79 /**
80 * Create an instance of {@link LexUnit }
81 *
82 */
83 public LexUnit createLexUnit() {
84 return new LexUnit();
85 }
86
87 /**
88 * Create an instance of {@link LexemeType }
89 *
90 */
91 public LexemeType createLexemeType() {
92 return new LexemeType();
93 }
94
95 /**
96 * Create an instance of {@link SemTypeRefType }
97 *
98 */
99 public SemTypeRefType createSemTypeRefType() {
100 return new SemTypeRefType();
101 }
102
103 /**
104 * Create an instance of {@link ValencesType }
105 *
106 */
107 public ValencesType createValencesType() {
108 return new ValencesType();
109 }
110
111 /**
112 * Create an instance of {@link SubCorpusType }
113 *
114 */
115 public SubCorpusType createSubCorpusType() {
116 return new SubCorpusType();
117 }
118
119 /**
120 * Create an instance of {@link LabelType }
121 *
122 */
123 public LabelType createLabelType() {
124 return new LabelType();
125 }
126
127 /**
128 * Create an instance of {@link GovernorType }
129 *
130 */
131 public GovernorType createGovernorType() {
132 return new GovernorType();
133 }
134
135 /**
136 * Create an instance of {@link FEValenceType }
137 *
138 */
139 public FEValenceType createFEValenceType() {
140 return new FEValenceType();
141 }
142
143 /**
144 * Create an instance of {@link LayerType }
145 *
146 */
147 public LayerType createLayerType() {
148 return new LayerType();
149 }
150
151 /**
152 * Create an instance of {@link AnnoSetType }
153 *
154 */
155 public AnnoSetType createAnnoSetType() {
156 return new AnnoSetType();
157 }
158
159 /**
160 * Create an instance of {@link AnnotationSetType }
161 *
162 */
163 public AnnotationSetType createAnnotationSetType() {
164 return new AnnotationSetType();
165 }
166
167 /**
168 * Create an instance of {@link ValenceUnitType }
169 *
170 */
171 public ValenceUnitType createValenceUnitType() {
172 return new ValenceUnitType();
173 }
174
175 /**
176 * Create an instance of {@link SentenceType }
177 *
178 */
179 public SentenceType createSentenceType() {
180 return new SentenceType();
181 }
182
183 /**
184 * Create an instance of {@link CorpDocType.Document }
185 *
186 */
187 public CorpDocType.Document createCorpDocTypeDocument() {
188 return new CorpDocType.Document();
189 }
190
191 /**
192 * Create an instance of {@link FEGroupRealizationType.Pattern }
193 *
194 */
195 public FEGroupRealizationType.Pattern createFEGroupRealizationTypePattern() {
196 return new FEGroupRealizationType.Pattern();
197 }
198
199 /**
200 * Create an instance of {@link FERealizationType.Pattern }
201 *
202 */
203 public FERealizationType.Pattern createFERealizationTypePattern() {
204 return new FERealizationType.Pattern();
205 }
206
207 /**
208 * Create an instance of {@link HeaderType.Frame.FE }
209 *
210 */
211 public HeaderType.Frame.FE createHeaderTypeFrameFE() {
212 return new HeaderType.Frame.FE();
213 }
214
215 }