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