Subversion Repositories bacoAlunos

Rev

Rev 1507 | Rev 1521 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1496 jmachado 1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558 
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. 
1517 jmachado 5
// Generated on: 2016.09.26 at 01:15:21 PM WEST 
1496 jmachado 6
//
7
 
8
 
9
package pt.estgp.estgweb.services.courses.xsd;
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 pt.estgp.estgweb.services.courses.xsd 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 1.5.0/docs/api/javax/naming/spi/ObjectFactory.html">ObjectFactory {
30
 
31
 
32
    /**
33
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: pt.estgp.estgweb.services.courses.xsd
34
     *
35
     */
36
    public 1.5.0/docs/api/javax/naming/spi/ObjectFactory.html">ObjectFactory() {
37
    }
38
 
39
    /**
1507 jmachado 40
     * Create an instance of {@link UnidadeType }
41
     *
42
     */
43
    public UnidadeType createUnidadeType() {
44
        return new UnidadeType();
45
    }
46
 
47
    /**
1517 jmachado 48
     * Create an instance of {@link UnidadeType.HorasContacto }
1505 jmachado 49
     *
50
     */
1517 jmachado 51
    public UnidadeType.HorasContacto createUnidadeTypeHorasContacto() {
52
        return new UnidadeType.HorasContacto();
1505 jmachado 53
    }
54
 
55
    /**
1507 jmachado 56
     * Create an instance of {@link Curso.Semestre }
1496 jmachado 57
     *
58
     */
1507 jmachado 59
    public Curso.Semestre createCursoSemestre() {
60
        return new Curso.Semestre();
1496 jmachado 61
    }
62
 
63
    /**
1517 jmachado 64
     * Create an instance of {@link Curso.Semestre.Perfil }
1496 jmachado 65
     *
66
     */
1517 jmachado 67
    public Curso.Semestre.Perfil createCursoSemestrePerfil() {
68
        return new Curso.Semestre.Perfil();
1496 jmachado 69
    }
70
 
71
    /**
1517 jmachado 72
     * Create an instance of {@link Curso }
1496 jmachado 73
     *
74
     */
1517 jmachado 75
    public Curso createCurso() {
76
        return new Curso();
1496 jmachado 77
    }
78
 
79
}