Subversion Repositories bacoAlunos

Rev

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

Rev 1504 Rev 1505
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:29:45 PM WEST 
5
// Generated on: 2016.09.15 at 12:21:29 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 26... Line 26...
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="urlUnidadeCurricular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
30
 *         &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"/>
-
 
31
 *         &lt;element name="nomeEn" type="{http://www.w3.org/2001/XMLSchema}string"/>
-
 
32
 *         &lt;element name="nomeEs" type="{http://www.w3.org/2001/XMLSchema}string"/>
-
 
33
 *         &lt;element name="nomeFr" type="{http://www.w3.org/2001/XMLSchema}string"/>
31
 *         &lt;element name="dep" type="{http://www.w3.org/2001/XMLSchema}string"/>
34
 *         &lt;element name="dep" type="{http://www.w3.org/2001/XMLSchema}string"/>
32
 *         &lt;element name="totalHoras" type="{http://www.w3.org/2001/XMLSchema}int"/>
35
 *         &lt;element name="totalHoras" type="{http://www.w3.org/2001/XMLSchema}int"/>
33
 *         &lt;element name="horasContacto">
36
 *         &lt;element name="horasContacto">
34
 *           &lt;complexType>
37
 *           &lt;complexType>
35
 *             &lt;complexContent>
38
 *             &lt;complexContent>
Line 64... Line 67...
64
@XmlAccessorType(XmlAccessType.FIELD)
67
@XmlAccessorType(XmlAccessType.FIELD)
65
@XmlType(name = "unidadeType", propOrder = {
68
@XmlType(name = "unidadeType", propOrder = {
66
    "urlFichaCurricular",
69
    "urlFichaCurricular",
67
    "urlUnidadeCurricular",
70
    "urlUnidadeCurricular",
68
    "nome",
71
    "nome",
-
 
72
    "nomeEn",
-
 
73
    "nomeEs",
-
 
74
    "nomeFr",
69
    "dep",
75
    "dep",
70
    "totalHoras",
76
    "totalHoras",
71
    "horasContacto",
77
    "horasContacto",
72
    "ects",
78
    "ects",
73
    "obs"
79
    "obs"
Line 77... Line 83...
77
    protected 1.5.0/docs/api/java/lang/String.html">String urlFichaCurricular;
83
    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;
84
    protected 1.5.0/docs/api/java/lang/String.html">String urlUnidadeCurricular;
79
    @XmlElement(required = true)
85
    @XmlElement(required = true)
80
    protected 1.5.0/docs/api/java/lang/String.html">String nome;
86
    protected 1.5.0/docs/api/java/lang/String.html">String nome;
81
    @XmlElement(required = true)
87
    @XmlElement(required = true)
-
 
88
    protected 1.5.0/docs/api/java/lang/String.html">String nomeEn;
-
 
89
    @XmlElement(required = true)
-
 
90
    protected 1.5.0/docs/api/java/lang/String.html">String nomeEs;
-
 
91
    @XmlElement(required = true)
-
 
92
    protected 1.5.0/docs/api/java/lang/String.html">String nomeFr;
-
 
93
    @XmlElement(required = true)
82
    protected 1.5.0/docs/api/java/lang/String.html">String dep;
94
    protected 1.5.0/docs/api/java/lang/String.html">String dep;
83
    protected int totalHoras;
95
    protected int totalHoras;
84
    @XmlElement(required = true)
96
    @XmlElement(required = true)
85
    protected UnidadeType.HorasContacto horasContacto;
97
    protected UnidadeType.HorasContacto horasContacto;
86
    @XmlElement(name = "ECTS", required = true)
98
    @XmlElement(name = "ECTS", required = true)
Line 161... Line 173...
161
    public void setNome(1.5.0/docs/api/java/lang/String.html">String value) {
173
    public void setNome(1.5.0/docs/api/java/lang/String.html">String value) {
162
        this.nome = value;
174
        this.nome = value;
163
    }
175
    }
164
 
176
 
165
    /**
177
    /**
-
 
178
     * Gets the value of the nomeEn property.
-
 
179
     *
-
 
180
     * @return
-
 
181
     *     possible object is
-
 
182
     *     {@link String }
-
 
183
     *    
-
 
184
     */
-
 
185
    public 1.5.0/docs/api/java/lang/String.html">String getNomeEn() {
-
 
186
        return nomeEn;
-
 
187
    }
-
 
188
 
-
 
189
    /**
-
 
190
     * Sets the value of the nomeEn property.
-
 
191
     *
-
 
192
     * @param value
-
 
193
     *     allowed object is
-
 
194
     *     {@link String }
-
 
195
     *    
-
 
196
     */
-
 
197
    public void setNomeEn(1.5.0/docs/api/java/lang/String.html">String value) {
-
 
198
        this.nomeEn = value;
-
 
199
    }
-
 
200
 
-
 
201
    /**
-
 
202
     * Gets the value of the nomeEs property.
-
 
203
     *
-
 
204
     * @return
-
 
205
     *     possible object is
-
 
206
     *     {@link String }
-
 
207
     *    
-
 
208
     */
-
 
209
    public 1.5.0/docs/api/java/lang/String.html">String getNomeEs() {
-
 
210
        return nomeEs;
-
 
211
    }
-
 
212
 
-
 
213
    /**
-
 
214
     * Sets the value of the nomeEs property.
-
 
215
     *
-
 
216
     * @param value
-
 
217
     *     allowed object is
-
 
218
     *     {@link String }
-
 
219
     *    
-
 
220
     */
-
 
221
    public void setNomeEs(1.5.0/docs/api/java/lang/String.html">String value) {
-
 
222
        this.nomeEs = value;
-
 
223
    }
-
 
224
 
-
 
225
    /**
-
 
226
     * Gets the value of the nomeFr property.
-
 
227
     *
-
 
228
     * @return
-
 
229
     *     possible object is
-
 
230
     *     {@link String }
-
 
231
     *    
-
 
232
     */
-
 
233
    public 1.5.0/docs/api/java/lang/String.html">String getNomeFr() {
-
 
234
        return nomeFr;
-
 
235
    }
-
 
236
 
-
 
237
    /**
-
 
238
     * Sets the value of the nomeFr property.
-
 
239
     *
-
 
240
     * @param value
-
 
241
     *     allowed object is
-
 
242
     *     {@link String }
-
 
243
     *    
-
 
244
     */
-
 
245
    public void setNomeFr(1.5.0/docs/api/java/lang/String.html">String value) {
-
 
246
        this.nomeFr = value;
-
 
247
    }
-
 
248
 
-
 
249
    /**
166
     * Gets the value of the dep property.
250
     * Gets the value of the dep property.
167
     *
251
     *
168
     * @return
252
     * @return
169
     *     possible object is
253
     *     possible object is
170
     *     {@link String }
254
     *     {@link String }