summaryrefslogtreecommitdiff
path: root/Year_3/TSDWL/WSDL/FootballClient/build/generated-sources/jax-ws/https/footballpool_dataaccess/TAllCardsInfo.java
blob: b59e0365b62d3e65cea1d012235f28ab31db2192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
package https.footballpool_dataaccess;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * <p>Java class for tAllCardsInfo complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * &lt;complexType name="tAllCardsInfo">
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;sequence>
 *         &lt;element name="dDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
 *         &lt;element name="iMinute" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         &lt;element name="sTeam1Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="sTeam1Flag" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="sTeam2Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="sTeam2Flag" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="sPlayerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
 *         &lt;element name="iYellow" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *         &lt;element name="iRed" type="{http://www.w3.org/2001/XMLSchema}int"/>
 *       &lt;/sequence>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "tAllCardsInfo", propOrder = {
    "dDate",
    "iMinute",
    "sTeam1Name",
    "sTeam1Flag",
    "sTeam2Name",
    "sTeam2Flag",
    "sPlayerName",
    "iYellow",
    "iRed"
})
public class TAllCardsInfo {

    @XmlElement(required = true)
    @XmlSchemaType(name = "date")
    protected XMLGregorianCalendar dDate;
    protected int iMinute;
    @XmlElement(required = true)
    protected String sTeam1Name;
    @XmlElement(required = true)
    protected String sTeam1Flag;
    @XmlElement(required = true)
    protected String sTeam2Name;
    @XmlElement(required = true)
    protected String sTeam2Flag;
    @XmlElement(required = true)
    protected String sPlayerName;
    protected int iYellow;
    protected int iRed;

    /**
     * Gets the value of the dDate property.
     * 
     * @return
     *     possible object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public XMLGregorianCalendar getDDate() {
        return dDate;
    }

    /**
     * Sets the value of the dDate property.
     * 
     * @param value
     *     allowed object is
     *     {@link XMLGregorianCalendar }
     *     
     */
    public void setDDate(XMLGregorianCalendar value) {
        this.dDate = value;
    }

    /**
     * Gets the value of the iMinute property.
     * 
     */
    public int getIMinute() {
        return iMinute;
    }

    /**
     * Sets the value of the iMinute property.
     * 
     */
    public void setIMinute(int value) {
        this.iMinute = value;
    }

    /**
     * Gets the value of the sTeam1Name property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSTeam1Name() {
        return sTeam1Name;
    }

    /**
     * Sets the value of the sTeam1Name property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSTeam1Name(String value) {
        this.sTeam1Name = value;
    }

    /**
     * Gets the value of the sTeam1Flag property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSTeam1Flag() {
        return sTeam1Flag;
    }

    /**
     * Sets the value of the sTeam1Flag property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSTeam1Flag(String value) {
        this.sTeam1Flag = value;
    }

    /**
     * Gets the value of the sTeam2Name property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSTeam2Name() {
        return sTeam2Name;
    }

    /**
     * Sets the value of the sTeam2Name property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSTeam2Name(String value) {
        this.sTeam2Name = value;
    }

    /**
     * Gets the value of the sTeam2Flag property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSTeam2Flag() {
        return sTeam2Flag;
    }

    /**
     * Sets the value of the sTeam2Flag property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSTeam2Flag(String value) {
        this.sTeam2Flag = value;
    }

    /**
     * Gets the value of the sPlayerName property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getSPlayerName() {
        return sPlayerName;
    }

    /**
     * Sets the value of the sPlayerName property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setSPlayerName(String value) {
        this.sPlayerName = value;
    }

    /**
     * Gets the value of the iYellow property.
     * 
     */
    public int getIYellow() {
        return iYellow;
    }

    /**
     * Sets the value of the iYellow property.
     * 
     */
    public void setIYellow(int value) {
        this.iYellow = value;
    }

    /**
     * Gets the value of the iRed property.
     * 
     */
    public int getIRed() {
        return iRed;
    }

    /**
     * Sets the value of the iRed property.
     * 
     */
    public void setIRed(int value) {
        this.iRed = value;
    }

}