Subversion Repositories bacoAlunos

Rev

Rev 1503 | Rev 1505 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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