Subversion Repositories bacoAlunos

Rev

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

Rev 1503 Rev 1504
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.07.29 at 04:05:35 PM WEST 
5
// Generated on: 2016.07.29 at 04:29:45 PM WEST 
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 24... Line 24...
24
 * &lt;complexType name="unidadeType">
24
 * &lt;complexType name="unidadeType">
25
 *   &lt;complexContent>
25
 *   &lt;complexContent>
26
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
26
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27
 *       &lt;sequence>
27
 *       &lt;sequence>
28
 *         &lt;element name="urlFichaCurricular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
28
 *         &lt;element name="urlFichaCurricular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
-
 
29
 *         &lt;element name="urlUnidadeCurricular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
29
 *         &lt;element name="nome" type="{http://www.w3.org/2001/XMLSchema}string"/>
30
 *         &lt;element name="nome" type="{http://www.w3.org/2001/XMLSchema}string"/>
30
 *         &lt;element name="dep" type="{http://www.w3.org/2001/XMLSchema}string"/>
31
 *         &lt;element name="dep" type="{http://www.w3.org/2001/XMLSchema}string"/>
31
 *         &lt;element name="totalHoras" type="{http://www.w3.org/2001/XMLSchema}int"/>
32
 *         &lt;element name="totalHoras" type="{http://www.w3.org/2001/XMLSchema}int"/>
32
 *         &lt;element name="horasContacto">
33
 *         &lt;element name="horasContacto">
33
 *           &lt;complexType>
34
 *           &lt;complexType>
Line 61... Line 62...
61
 *
62
 *
62
 */
63
 */
63
@XmlAccessorType(XmlAccessType.FIELD)
64
@XmlAccessorType(XmlAccessType.FIELD)
64
@XmlType(name = "unidadeType", propOrder = {
65
@XmlType(name = "unidadeType", propOrder = {
65
    "urlFichaCurricular",
66
    "urlFichaCurricular",
-
 
67
    "urlUnidadeCurricular",
66
    "nome",
68
    "nome",
67
    "dep",
69
    "dep",
68
    "totalHoras",
70
    "totalHoras",
69
    "horasContacto",
71
    "horasContacto",
70
    "ects",
72
    "ects",
71
    "obs"
73
    "obs"
72
})
74
})
73
public class UnidadeType {
75
public class UnidadeType {
74
 
76
 
75
    protected 1.5.0/docs/api/java/lang/String.html">String urlFichaCurricular;
77
    protected 1.5.0/docs/api/java/lang/String.html">String urlFichaCurricular;
-
 
78
    protected 1.5.0/docs/api/java/lang/String.html">String urlUnidadeCurricular;
76
    @XmlElement(required = true)
79
    @XmlElement(required = true)
77
    protected 1.5.0/docs/api/java/lang/String.html">String nome;
80
    protected 1.5.0/docs/api/java/lang/String.html">String nome;
78
    @XmlElement(required = true)
81
    @XmlElement(required = true)
79
    protected 1.5.0/docs/api/java/lang/String.html">String dep;
82
    protected 1.5.0/docs/api/java/lang/String.html">String dep;
80
    protected int totalHoras;
83
    protected int totalHoras;
Line 110... Line 113...
110
    public void setUrlFichaCurricular(1.5.0/docs/api/java/lang/String.html">String value) {
113
    public void setUrlFichaCurricular(1.5.0/docs/api/java/lang/String.html">String value) {
111
        this.urlFichaCurricular = value;
114
        this.urlFichaCurricular = value;
112
    }
115
    }
113
 
116
 
114
    /**
117
    /**
-
 
118
     * Gets the value of the urlUnidadeCurricular property.
-
 
119
     *
-
 
120
     * @return
-
 
121
     *     possible object is
-
 
122
     *     {@link String }
-
 
123
     *    
-
 
124
     */
-
 
125
    public 1.5.0/docs/api/java/lang/String.html">String getUrlUnidadeCurricular() {
-
 
126
        return urlUnidadeCurricular;
-
 
127
    }
-
 
128
 
-
 
129
    /**
-
 
130
     * Sets the value of the urlUnidadeCurricular property.
-
 
131
     *
-
 
132
     * @param value
-
 
133
     *     allowed object is
-
 
134
     *     {@link String }
-
 
135
     *    
-
 
136
     */
-
 
137
    public void setUrlUnidadeCurricular(1.5.0/docs/api/java/lang/String.html">String value) {
-
 
138
        this.urlUnidadeCurricular = value;
-
 
139
    }
-
 
140
 
-
 
141
    /**
115
     * Gets the value of the nome property.
142
     * Gets the value of the nome property.
116
     *
143
     *
117
     * @return
144
     * @return
118
     *     possible object is
145
     *     possible object is
119
     *     {@link String }
146
     *     {@link String }