Subversion Repositories bacoAlunos

Rev

Rev 1534 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1534 Rev 1549
Line 1... Line 1...
1
//
1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-558 
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> 
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. 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
5
// Generated on: 2016.10.18 at 09:55:55 AM WEST 
5
// Generated on: 2016.11.06 at 11:30:49 AM WET 
6
//
6
//
7
 
7
 
8
 
8
 
9
package pt.estgp.estgweb.services.courses.xsd;
9
package pt.estgp.estgweb.services.courses.xsd;
10
 
10
 
Line 35... Line 35...
35
     */
35
     */
36
    public 1.5.0/docs/api/javax/naming/spi/ObjectFactory.html">ObjectFactory() {
36
    public 1.5.0/docs/api/javax/naming/spi/ObjectFactory.html">ObjectFactory() {
37
    }
37
    }
38
 
38
 
39
    /**
39
    /**
-
 
40
     * Create an instance of {@link Curso.Semestre }
-
 
41
     *
-
 
42
     */
-
 
43
    public Curso.Semestre createCursoSemestre() {
-
 
44
        return new Curso.Semestre();
-
 
45
    }
-
 
46
 
-
 
47
    /**
40
     * Create an instance of {@link Curso }
48
     * Create an instance of {@link Curso }
41
     *
49
     *
42
     */
50
     */
43
    public Curso createCurso() {
51
    public Curso createCurso() {
44
        return new Curso();
52
        return new Curso();
45
    }
53
    }
46
 
54
 
47
    /**
55
    /**
48
     * Create an instance of {@link Curso.Semestre.Perfil }
56
     * Create an instance of {@link UnidadeType }
49
     *
57
     *
50
     */
58
     */
51
    public Curso.Semestre.Perfil createCursoSemestrePerfil() {
59
    public UnidadeType createUnidadeType() {
52
        return new Curso.Semestre.Perfil();
60
        return new UnidadeType();
53
    }
61
    }
54
 
62
 
55
    /**
63
    /**
56
     * Create an instance of {@link UnidadeType.HorasContacto }
64
     * Create an instance of {@link UnidadeType.HorasContacto }
57
     *
65
     *
Line 59... Line 67...
59
    public UnidadeType.HorasContacto createUnidadeTypeHorasContacto() {
67
    public UnidadeType.HorasContacto createUnidadeTypeHorasContacto() {
60
        return new UnidadeType.HorasContacto();
68
        return new UnidadeType.HorasContacto();
61
    }
69
    }
62
 
70
 
63
    /**
71
    /**
64
     * Create an instance of {@link UnidadeType }
-
 
65
     *
-
 
66
     */
-
 
67
    public UnidadeType createUnidadeType() {
-
 
68
        return new UnidadeType();
-
 
69
    }
-
 
70
 
-
 
71
    /**
-
 
72
     * Create an instance of {@link Curso.Semestre }
72
     * Create an instance of {@link Curso.Semestre.Perfil }
73
     *
73
     *
74
     */
74
     */
75
    public Curso.Semestre createCursoSemestre() {
75
    public Curso.Semestre.Perfil createCursoSemestrePerfil() {
76
        return new Curso.Semestre();
76
        return new Curso.Semestre.Perfil();
77
    }
77
    }
78
 
78
 
79
}
79
}