1   //
2   // Questo file è stato generato dall'architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.2.8-b130911.1802 
3   // Vedere <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4   // Qualsiasi modifica a questo file andrà persa durante la ricompilazione dello schema di origine. 
5   // Generato il: 2015.05.07 alle 12:32:49 PM CEST 
6   //
7   
8   
9   package eu.fbk.dkm.pikes.resources.ontonotes.frames;
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.ontonotes.frames 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.ontonotes.frames
34       * 
35       */
36      public ObjectFactory() {
37      }
38  
39      /**
40       * Create an instance of {@link Note }
41       * 
42       */
43      public Note createNote() {
44          return new Note();
45      }
46  
47      /**
48       * Create an instance of {@link Predicate }
49       * 
50       */
51      public Predicate createPredicate() {
52          return new Predicate();
53      }
54  
55      /**
56       * Create an instance of {@link Roleset }
57       * 
58       */
59      public Roleset createRoleset() {
60          return new Roleset();
61      }
62  
63      /**
64       * Create an instance of {@link Vnrole }
65       * 
66       */
67      public Vnrole createVnrole() {
68          return new Vnrole();
69      }
70  
71      /**
72       * Create an instance of {@link Role }
73       * 
74       */
75      public Role createRole() {
76          return new Role();
77      }
78  
79      /**
80       * Create an instance of {@link Frameset }
81       * 
82       */
83      public Frameset createFrameset() {
84          return new Frameset();
85      }
86  
87      /**
88       * Create an instance of {@link Roles }
89       * 
90       */
91      public Roles createRoles() {
92          return new Roles();
93      }
94  
95      /**
96       * Create an instance of {@link Arg }
97       * 
98       */
99      public Arg createArg() {
100         return new Arg();
101     }
102 
103     /**
104      * Create an instance of {@link Rel }
105      * 
106      */
107     public Rel createRel() {
108         return new Rel();
109     }
110 
111     /**
112      * Create an instance of {@link Text }
113      * 
114      */
115     public Text createText() {
116         return new Text();
117     }
118 
119     /**
120      * Create an instance of {@link Example }
121      * 
122      */
123     public Example createExample() {
124         return new Example();
125     }
126 
127     /**
128      * Create an instance of {@link Inflection }
129      * 
130      */
131     public Inflection createInflection() {
132         return new Inflection();
133     }
134 
135 }