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: 2016.02.15 at 02:35:27 PM CET 
6   //
7   
8   
9   package eu.fbk.dkm.premon.premonitor.verbnet;
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.premon.premonitor.verbnet 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.premon.premonitor.verbnet
34       * 
35       */
36      public ObjectFactory() {
37      }
38  
39      /**
40       * Create an instance of {@link NP }
41       * 
42       */
43      public NP createNP() {
44          return new NP();
45      }
46  
47      /**
48       * Create an instance of {@link SYNRESTRS }
49       * 
50       */
51      public SYNRESTRS createSYNRESTRS() {
52          return new SYNRESTRS();
53      }
54  
55      /**
56       * Create an instance of {@link SELRESTRS }
57       * 
58       */
59      public SELRESTRS createSELRESTRS() {
60          return new SELRESTRS();
61      }
62  
63      /**
64       * Create an instance of {@link SYNRESTR }
65       * 
66       */
67      public SYNRESTR createSYNRESTR() {
68          return new SYNRESTR();
69      }
70  
71      /**
72       * Create an instance of {@link ARGS }
73       * 
74       */
75      public ARGS createARGS() {
76          return new ARGS();
77      }
78  
79      /**
80       * Create an instance of {@link ARG }
81       * 
82       */
83      public ARG createARG() {
84          return new ARG();
85      }
86  
87      /**
88       * Create an instance of {@link PRED }
89       * 
90       */
91      public PRED createPRED() {
92          return new PRED();
93      }
94  
95      /**
96       * Create an instance of {@link ADJ }
97       * 
98       */
99      public ADJ createADJ() {
100         return new ADJ();
101     }
102 
103     /**
104      * Create an instance of {@link PREP }
105      * 
106      */
107     public PREP createPREP() {
108         return new PREP();
109     }
110 
111     /**
112      * Create an instance of {@link FRAME }
113      * 
114      */
115     public FRAME createFRAME() {
116         return new FRAME();
117     }
118 
119     /**
120      * Create an instance of {@link DESCRIPTION }
121      * 
122      */
123     public DESCRIPTION createDESCRIPTION() {
124         return new DESCRIPTION();
125     }
126 
127     /**
128      * Create an instance of {@link EXAMPLES }
129      * 
130      */
131     public EXAMPLES createEXAMPLES() {
132         return new EXAMPLES();
133     }
134 
135     /**
136      * Create an instance of {@link SYNTAX }
137      * 
138      */
139     public SYNTAX createSYNTAX() {
140         return new SYNTAX();
141     }
142 
143     /**
144      * Create an instance of {@link SEMANTICS }
145      * 
146      */
147     public SEMANTICS createSEMANTICS() {
148         return new SEMANTICS();
149     }
150 
151     /**
152      * Create an instance of {@link VERB }
153      * 
154      */
155     public VERB createVERB() {
156         return new VERB();
157     }
158 
159     /**
160      * Create an instance of {@link ADV }
161      * 
162      */
163     public ADV createADV() {
164         return new ADV();
165     }
166 
167     /**
168      * Create an instance of {@link LEX }
169      * 
170      */
171     public LEX createLEX() {
172         return new LEX();
173     }
174 
175     /**
176      * Create an instance of {@link MEMBER }
177      * 
178      */
179     public MEMBER createMEMBER() {
180         return new MEMBER();
181     }
182 
183     /**
184      * Create an instance of {@link SELRESTR }
185      * 
186      */
187     public SELRESTR createSELRESTR() {
188         return new SELRESTR();
189     }
190 
191     /**
192      * Create an instance of {@link THEMROLE }
193      * 
194      */
195     public THEMROLE createTHEMROLE() {
196         return new THEMROLE();
197     }
198 
199     /**
200      * Create an instance of {@link VNSUBCLASS }
201      * 
202      */
203     public VNSUBCLASS createVNSUBCLASS() {
204         return new VNSUBCLASS();
205     }
206 
207     /**
208      * Create an instance of {@link MEMBERS }
209      * 
210      */
211     public MEMBERS createMEMBERS() {
212         return new MEMBERS();
213     }
214 
215     /**
216      * Create an instance of {@link THEMROLES }
217      * 
218      */
219     public THEMROLES createTHEMROLES() {
220         return new THEMROLES();
221     }
222 
223     /**
224      * Create an instance of {@link FRAMES }
225      * 
226      */
227     public FRAMES createFRAMES() {
228         return new FRAMES();
229     }
230 
231     /**
232      * Create an instance of {@link SUBCLASSES }
233      * 
234      */
235     public SUBCLASSES createSUBCLASSES() {
236         return new SUBCLASSES();
237     }
238 
239     /**
240      * Create an instance of {@link VNCLASS }
241      * 
242      */
243     public VNCLASS createVNCLASS() {
244         return new VNCLASS();
245     }
246 
247     /**
248      * Create an instance of {@link EXAMPLE }
249      * 
250      */
251     public EXAMPLE createEXAMPLE() {
252         return new EXAMPLE();
253     }
254 
255 }