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.XmlAccessType;
12
import javax.xml.bind.annotation.XmlAccessorType;
1503 jmachado 13
import javax.xml.bind.annotation.XmlAttribute;
1496 jmachado 14
import javax.xml.bind.annotation.XmlElement;
15
import javax.xml.bind.annotation.XmlType;
16
 
17
 
18
/**
19
 * <p>Java class for unidadeType complex type.
20
 *
21
 * <p>The following schema fragment specifies the expected content contained within this class.
22
 *
23
 * <pre>
24
 * &lt;complexType name="unidadeType">
25
 *   &lt;complexContent>
26
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27
 *       &lt;sequence>
28
 *         &lt;element name="urlFichaCurricular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
1504 jmachado 29
 *         &lt;element name="urlUnidadeCurricular" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
1496 jmachado 30
 *         &lt;element name="nome" type="{http://www.w3.org/2001/XMLSchema}string"/>
1505 jmachado 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"/>
1496 jmachado 34
 *         &lt;element name="dep" type="{http://www.w3.org/2001/XMLSchema}string"/>
35
 *         &lt;element name="totalHoras" type="{http://www.w3.org/2001/XMLSchema}int"/>
36
 *         &lt;element name="horasContacto">
37
 *           &lt;complexType>
38
 *             &lt;complexContent>
39
 *               &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
40
 *                 &lt;sequence>
41
 *                   &lt;element name="T" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
42
 *                   &lt;element name="TP" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
43
 *                   &lt;element name="P" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
44
 *                   &lt;element name="PL" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
45
 *                   &lt;element name="PD" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
46
 *                   &lt;element name="OT" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
47
 *                   &lt;element name="E" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
48
 *                   &lt;element name="S" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
49
 *                   &lt;element name="TC" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
50
 *                   &lt;element name="O" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
51
 *                 &lt;/sequence>
52
 *               &lt;/restriction>
53
 *             &lt;/complexContent>
54
 *           &lt;/complexType>
55
 *         &lt;/element>
56
 *         &lt;element name="ECTS" type="{http://www.w3.org/2001/XMLSchema}string"/>
57
 *         &lt;element name="obs" type="{http://www.w3.org/2001/XMLSchema}string"/>
58
 *       &lt;/sequence>
1503 jmachado 59
 *       &lt;attribute name="siges" type="{http://www.w3.org/2001/XMLSchema}string" />
1507 jmachado 60
 *       &lt;attribute name="removed" type="{http://www.w3.org/2001/XMLSchema}string" />
1496 jmachado 61
 *     &lt;/restriction>
62
 *   &lt;/complexContent>
63
 * &lt;/complexType>
64
 * </pre>
65
 *
66
 *
67
 */
68
@XmlAccessorType(XmlAccessType.FIELD)
69
@XmlType(name = "unidadeType", propOrder = {
70
    "urlFichaCurricular",
1504 jmachado 71
    "urlUnidadeCurricular",
1496 jmachado 72
    "nome",
1505 jmachado 73
    "nomeEn",
74
    "nomeEs",
75
    "nomeFr",
1496 jmachado 76
    "dep",
77
    "totalHoras",
78
    "horasContacto",
79
    "ects",
80
    "obs"
81
})
82
public class UnidadeType {
83
 
84
    protected 1.5.0/docs/api/java/lang/String.html">String urlFichaCurricular;
1504 jmachado 85
    protected 1.5.0/docs/api/java/lang/String.html">String urlUnidadeCurricular;
1496 jmachado 86
    @XmlElement(required = true)
87
    protected 1.5.0/docs/api/java/lang/String.html">String nome;
88
    @XmlElement(required = true)
1505 jmachado 89
    protected 1.5.0/docs/api/java/lang/String.html">String nomeEn;
90
    @XmlElement(required = true)
91
    protected 1.5.0/docs/api/java/lang/String.html">String nomeEs;
92
    @XmlElement(required = true)
93
    protected 1.5.0/docs/api/java/lang/String.html">String nomeFr;
94
    @XmlElement(required = true)
1496 jmachado 95
    protected 1.5.0/docs/api/java/lang/String.html">String dep;
96
    protected int totalHoras;
97
    @XmlElement(required = true)
98
    protected UnidadeType.HorasContacto horasContacto;
99
    @XmlElement(name = "ECTS", required = true)
100
    protected 1.5.0/docs/api/java/lang/String.html">String ects;
101
    @XmlElement(required = true)
102
    protected 1.5.0/docs/api/java/lang/String.html">String obs;
1503 jmachado 103
    @XmlAttribute
104
    protected 1.5.0/docs/api/java/lang/String.html">String siges;
1507 jmachado 105
    @XmlAttribute
106
    protected 1.5.0/docs/api/java/lang/String.html">String removed;
1496 jmachado 107
 
108
    /**
109
     * Gets the value of the urlFichaCurricular property.
110
     *
111
     * @return
112
     *     possible object is
113
     *     {@link String }
114
     *    
115
     */
116
    public 1.5.0/docs/api/java/lang/String.html">String getUrlFichaCurricular() {
117
        return urlFichaCurricular;
118
    }
119
 
120
    /**
121
     * Sets the value of the urlFichaCurricular property.
122
     *
123
     * @param value
124
     *     allowed object is
125
     *     {@link String }
126
     *    
127
     */
128
    public void setUrlFichaCurricular(1.5.0/docs/api/java/lang/String.html">String value) {
129
        this.urlFichaCurricular = value;
130
    }
131
 
132
    /**
1504 jmachado 133
     * Gets the value of the urlUnidadeCurricular property.
134
     *
135
     * @return
136
     *     possible object is
137
     *     {@link String }
138
     *    
139
     */
140
    public 1.5.0/docs/api/java/lang/String.html">String getUrlUnidadeCurricular() {
141
        return urlUnidadeCurricular;
142
    }
143
 
144
    /**
145
     * Sets the value of the urlUnidadeCurricular property.
146
     *
147
     * @param value
148
     *     allowed object is
149
     *     {@link String }
150
     *    
151
     */
152
    public void setUrlUnidadeCurricular(1.5.0/docs/api/java/lang/String.html">String value) {
153
        this.urlUnidadeCurricular = value;
154
    }
155
 
156
    /**
1496 jmachado 157
     * Gets the value of the nome property.
158
     *
159
     * @return
160
     *     possible object is
161
     *     {@link String }
162
     *    
163
     */
164
    public 1.5.0/docs/api/java/lang/String.html">String getNome() {
165
        return nome;
166
    }
167
 
168
    /**
169
     * Sets the value of the nome property.
170
     *
171
     * @param value
172
     *     allowed object is
173
     *     {@link String }
174
     *    
175
     */
176
    public void setNome(1.5.0/docs/api/java/lang/String.html">String value) {
177
        this.nome = value;
178
    }
179
 
180
    /**
1505 jmachado 181
     * Gets the value of the nomeEn property.
182
     *
183
     * @return
184
     *     possible object is
185
     *     {@link String }
186
     *    
187
     */
188
    public 1.5.0/docs/api/java/lang/String.html">String getNomeEn() {
189
        return nomeEn;
190
    }
191
 
192
    /**
193
     * Sets the value of the nomeEn property.
194
     *
195
     * @param value
196
     *     allowed object is
197
     *     {@link String }
198
     *    
199
     */
200
    public void setNomeEn(1.5.0/docs/api/java/lang/String.html">String value) {
201
        this.nomeEn = value;
202
    }
203
 
204
    /**
205
     * Gets the value of the nomeEs property.
206
     *
207
     * @return
208
     *     possible object is
209
     *     {@link String }
210
     *    
211
     */
212
    public 1.5.0/docs/api/java/lang/String.html">String getNomeEs() {
213
        return nomeEs;
214
    }
215
 
216
    /**
217
     * Sets the value of the nomeEs property.
218
     *
219
     * @param value
220
     *     allowed object is
221
     *     {@link String }
222
     *    
223
     */
224
    public void setNomeEs(1.5.0/docs/api/java/lang/String.html">String value) {
225
        this.nomeEs = value;
226
    }
227
 
228
    /**
229
     * Gets the value of the nomeFr property.
230
     *
231
     * @return
232
     *     possible object is
233
     *     {@link String }
234
     *    
235
     */
236
    public 1.5.0/docs/api/java/lang/String.html">String getNomeFr() {
237
        return nomeFr;
238
    }
239
 
240
    /**
241
     * Sets the value of the nomeFr property.
242
     *
243
     * @param value
244
     *     allowed object is
245
     *     {@link String }
246
     *    
247
     */
248
    public void setNomeFr(1.5.0/docs/api/java/lang/String.html">String value) {
249
        this.nomeFr = value;
250
    }
251
 
252
    /**
1496 jmachado 253
     * Gets the value of the dep property.
254
     *
255
     * @return
256
     *     possible object is
257
     *     {@link String }
258
     *    
259
     */
260
    public 1.5.0/docs/api/java/lang/String.html">String getDep() {
261
        return dep;
262
    }
263
 
264
    /**
265
     * Sets the value of the dep property.
266
     *
267
     * @param value
268
     *     allowed object is
269
     *     {@link String }
270
     *    
271
     */
272
    public void setDep(1.5.0/docs/api/java/lang/String.html">String value) {
273
        this.dep = value;
274
    }
275
 
276
    /**
277
     * Gets the value of the totalHoras property.
278
     *
279
     */
280
    public int getTotalHoras() {
281
        return totalHoras;
282
    }
283
 
284
    /**
285
     * Sets the value of the totalHoras property.
286
     *
287
     */
288
    public void setTotalHoras(int value) {
289
        this.totalHoras = value;
290
    }
291
 
292
    /**
293
     * Gets the value of the horasContacto property.
294
     *
295
     * @return
296
     *     possible object is
297
     *     {@link UnidadeType.HorasContacto }
298
     *    
299
     */
300
    public UnidadeType.HorasContacto getHorasContacto() {
301
        return horasContacto;
302
    }
303
 
304
    /**
305
     * Sets the value of the horasContacto property.
306
     *
307
     * @param value
308
     *     allowed object is
309
     *     {@link UnidadeType.HorasContacto }
310
     *    
311
     */
312
    public void setHorasContacto(UnidadeType.HorasContacto value) {
313
        this.horasContacto = value;
314
    }
315
 
316
    /**
317
     * Gets the value of the ects property.
318
     *
319
     * @return
320
     *     possible object is
321
     *     {@link String }
322
     *    
323
     */
324
    public 1.5.0/docs/api/java/lang/String.html">String getECTS() {
325
        return ects;
326
    }
327
 
328
    /**
329
     * Sets the value of the ects property.
330
     *
331
     * @param value
332
     *     allowed object is
333
     *     {@link String }
334
     *    
335
     */
336
    public void setECTS(1.5.0/docs/api/java/lang/String.html">String value) {
337
        this.ects = value;
338
    }
339
 
340
    /**
341
     * Gets the value of the obs property.
342
     *
343
     * @return
344
     *     possible object is
345
     *     {@link String }
346
     *    
347
     */
348
    public 1.5.0/docs/api/java/lang/String.html">String getObs() {
349
        return obs;
350
    }
351
 
352
    /**
353
     * Sets the value of the obs property.
354
     *
355
     * @param value
356
     *     allowed object is
357
     *     {@link String }
358
     *    
359
     */
360
    public void setObs(1.5.0/docs/api/java/lang/String.html">String value) {
361
        this.obs = value;
362
    }
363
 
1503 jmachado 364
    /**
365
     * Gets the value of the siges property.
366
     *
367
     * @return
368
     *     possible object is
369
     *     {@link String }
370
     *    
371
     */
372
    public 1.5.0/docs/api/java/lang/String.html">String getSiges() {
373
        return siges;
374
    }
1496 jmachado 375
 
376
    /**
1503 jmachado 377
     * Sets the value of the siges property.
378
     *
379
     * @param value
380
     *     allowed object is
381
     *     {@link String }
382
     *    
383
     */
384
    public void setSiges(1.5.0/docs/api/java/lang/String.html">String value) {
385
        this.siges = value;
386
    }
387
 
1507 jmachado 388
    /**
389
     * Gets the value of the removed property.
390
     *
391
     * @return
392
     *     possible object is
393
     *     {@link String }
394
     *    
395
     */
396
    public 1.5.0/docs/api/java/lang/String.html">String getRemoved() {
397
        return removed;
398
    }
1503 jmachado 399
 
400
    /**
1507 jmachado 401
     * Sets the value of the removed property.
402
     *
403
     * @param value
404
     *     allowed object is
405
     *     {@link String }
406
     *    
407
     */
408
    public void setRemoved(1.5.0/docs/api/java/lang/String.html">String value) {
409
        this.removed = value;
410
    }
411
 
412
 
413
    /**
1496 jmachado 414
     * <p>Java class for anonymous complex type.
415
     *
416
     * <p>The following schema fragment specifies the expected content contained within this class.
417
     *
418
     * <pre>
419
     * &lt;complexType>
420
     *   &lt;complexContent>
421
     *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
422
     *       &lt;sequence>
423
     *         &lt;element name="T" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
424
     *         &lt;element name="TP" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
425
     *         &lt;element name="P" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
426
     *         &lt;element name="PL" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
427
     *         &lt;element name="PD" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
428
     *         &lt;element name="OT" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
429
     *         &lt;element name="E" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
430
     *         &lt;element name="S" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
431
     *         &lt;element name="TC" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
432
     *         &lt;element name="O" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
433
     *       &lt;/sequence>
434
     *     &lt;/restriction>
435
     *   &lt;/complexContent>
436
     * &lt;/complexType>
437
     * </pre>
438
     *
439
     *
440
     */
441
    @XmlAccessorType(XmlAccessType.FIELD)
442
    @XmlType(name = "", propOrder = {
443
        "t",
444
        "tp",
445
        "p",
446
        "pl",
447
        "pd",
448
        "ot",
449
        "e",
450
        "s",
451
        "tc",
452
        "o"
453
    })
454
    public static class HorasContacto {
455
 
456
        @XmlElement(name = "T")
457
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer t;
458
        @XmlElement(name = "TP")
459
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer tp;
460
        @XmlElement(name = "P")
461
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer p;
462
        @XmlElement(name = "PL")
463
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer pl;
464
        @XmlElement(name = "PD")
465
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer pd;
466
        @XmlElement(name = "OT")
467
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer ot;
468
        @XmlElement(name = "E")
469
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer e;
470
        @XmlElement(name = "S")
471
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer s;
472
        @XmlElement(name = "TC")
473
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer tc;
474
        @XmlElement(name = "O")
475
        protected 1.5.0/docs/api/java/lang/Integer.html">Integer o;
476
 
477
        /**
478
         * Gets the value of the t property.
479
         *
480
         * @return
481
         *     possible object is
482
         *     {@link Integer }
483
         *    
484
         */
485
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getT() {
486
            return t;
487
        }
488
 
489
        /**
490
         * Sets the value of the t property.
491
         *
492
         * @param value
493
         *     allowed object is
494
         *     {@link Integer }
495
         *    
496
         */
497
        public void setT(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
498
            this.t = value;
499
        }
500
 
501
        /**
502
         * Gets the value of the tp property.
503
         *
504
         * @return
505
         *     possible object is
506
         *     {@link Integer }
507
         *    
508
         */
509
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getTP() {
510
            return tp;
511
        }
512
 
513
        /**
514
         * Sets the value of the tp property.
515
         *
516
         * @param value
517
         *     allowed object is
518
         *     {@link Integer }
519
         *    
520
         */
521
        public void setTP(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
522
            this.tp = value;
523
        }
524
 
525
        /**
526
         * Gets the value of the p property.
527
         *
528
         * @return
529
         *     possible object is
530
         *     {@link Integer }
531
         *    
532
         */
533
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getP() {
534
            return p;
535
        }
536
 
537
        /**
538
         * Sets the value of the p property.
539
         *
540
         * @param value
541
         *     allowed object is
542
         *     {@link Integer }
543
         *    
544
         */
545
        public void setP(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
546
            this.p = value;
547
        }
548
 
549
        /**
550
         * Gets the value of the pl property.
551
         *
552
         * @return
553
         *     possible object is
554
         *     {@link Integer }
555
         *    
556
         */
557
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getPL() {
558
            return pl;
559
        }
560
 
561
        /**
562
         * Sets the value of the pl property.
563
         *
564
         * @param value
565
         *     allowed object is
566
         *     {@link Integer }
567
         *    
568
         */
569
        public void setPL(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
570
            this.pl = value;
571
        }
572
 
573
        /**
574
         * Gets the value of the pd property.
575
         *
576
         * @return
577
         *     possible object is
578
         *     {@link Integer }
579
         *    
580
         */
581
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getPD() {
582
            return pd;
583
        }
584
 
585
        /**
586
         * Sets the value of the pd property.
587
         *
588
         * @param value
589
         *     allowed object is
590
         *     {@link Integer }
591
         *    
592
         */
593
        public void setPD(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
594
            this.pd = value;
595
        }
596
 
597
        /**
598
         * Gets the value of the ot property.
599
         *
600
         * @return
601
         *     possible object is
602
         *     {@link Integer }
603
         *    
604
         */
605
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getOT() {
606
            return ot;
607
        }
608
 
609
        /**
610
         * Sets the value of the ot property.
611
         *
612
         * @param value
613
         *     allowed object is
614
         *     {@link Integer }
615
         *    
616
         */
617
        public void setOT(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
618
            this.ot = value;
619
        }
620
 
621
        /**
622
         * Gets the value of the e property.
623
         *
624
         * @return
625
         *     possible object is
626
         *     {@link Integer }
627
         *    
628
         */
629
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getE() {
630
            return e;
631
        }
632
 
633
        /**
634
         * Sets the value of the e property.
635
         *
636
         * @param value
637
         *     allowed object is
638
         *     {@link Integer }
639
         *    
640
         */
641
        public void setE(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
642
            this.e = value;
643
        }
644
 
645
        /**
646
         * Gets the value of the s property.
647
         *
648
         * @return
649
         *     possible object is
650
         *     {@link Integer }
651
         *    
652
         */
653
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getS() {
654
            return s;
655
        }
656
 
657
        /**
658
         * Sets the value of the s property.
659
         *
660
         * @param value
661
         *     allowed object is
662
         *     {@link Integer }
663
         *    
664
         */
665
        public void setS(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
666
            this.s = value;
667
        }
668
 
669
        /**
670
         * Gets the value of the tc property.
671
         *
672
         * @return
673
         *     possible object is
674
         *     {@link Integer }
675
         *    
676
         */
677
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getTC() {
678
            return tc;
679
        }
680
 
681
        /**
682
         * Sets the value of the tc property.
683
         *
684
         * @param value
685
         *     allowed object is
686
         *     {@link Integer }
687
         *    
688
         */
689
        public void setTC(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
690
            this.tc = value;
691
        }
692
 
693
        /**
694
         * Gets the value of the o property.
695
         *
696
         * @return
697
         *     possible object is
698
         *     {@link Integer }
699
         *    
700
         */
701
        public 1.5.0/docs/api/java/lang/Integer.html">Integer getO() {
702
            return o;
703
        }
704
 
705
        /**
706
         * Sets the value of the o property.
707
         *
708
         * @param value
709
         *     allowed object is
710
         *     {@link Integer }
711
         *    
712
         */
713
        public void setO(1.5.0/docs/api/java/lang/Integer.html">Integer value) {
714
            this.o = value;
715
        }
716
 
717
    }
718
 
719
}