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 package eu.fbk.dkm.pikes.resources.util.propbank; 9 10 import javax.xml.bind.annotation.XmlRegistry; 11 12 /** 13 * This object contains factory methods for each 14 * Java content interface and Java element interface 15 * generated in the eu.fbk.dkm.pikes.resources.ontonotes.frames package. 16 * <p>An ObjectFactory allows you to programatically 17 * construct new instances of the Java representation 18 * for XML content. The Java representation of XML 19 * content can consist of schema derived interfaces 20 * and classes representing the binding of schema 21 * type definitions, element declarations and model 22 * groups. Factory methods for each of these are 23 * provided in this class. 24 */ 25 @XmlRegistry public class ObjectFactory { 26 27 /** 28 * 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 29 */ 30 public ObjectFactory() { 31 } 32 33 /** 34 * Create an instance of {@link Note } 35 */ 36 public Note createNote() { 37 return new Note(); 38 } 39 40 /** 41 * Create an instance of {@link Predicate } 42 */ 43 public Predicate createPredicate() { 44 return new Predicate(); 45 } 46 47 /** 48 * Create an instance of {@link Roleset } 49 */ 50 public Roleset createRoleset() { 51 return new Roleset(); 52 } 53 54 /** 55 * Create an instance of {@link Vnrole } 56 */ 57 public Vnrole createVnrole() { 58 return new Vnrole(); 59 } 60 61 /** 62 * Create an instance of {@link Role } 63 */ 64 public Role createRole() { 65 return new Role(); 66 } 67 68 /** 69 * Create an instance of {@link Frameset } 70 */ 71 public Frameset createFrameset() { 72 return new Frameset(); 73 } 74 75 /** 76 * Create an instance of {@link Roles } 77 */ 78 public Roles createRoles() { 79 return new Roles(); 80 } 81 82 /** 83 * Create an instance of {@link Arg } 84 */ 85 public Arg createArg() { 86 return new Arg(); 87 } 88 89 /** 90 * Create an instance of {@link Rel } 91 */ 92 public Rel createRel() { 93 return new Rel(); 94 } 95 96 /** 97 * Create an instance of {@link Text } 98 */ 99 public Text createText() { 100 return new Text(); 101 } 102 103 /** 104 * Create an instance of {@link Example } 105 */ 106 public Example createExample() { 107 return new Example(); 108 } 109 110 /** 111 * Create an instance of {@link Inflection } 112 */ 113 public Inflection createInflection() { 114 return new Inflection(); 115 } 116 117 }