Subversion Repositories bacoAlunos

Rev

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