Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7480 vikram.rag 1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
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. 
5
// Generated on: 2013.03.04 at 03:49:29 PM IST 
6
//
7
 
8
 
9
package in.shop2020.feeds.products;
10
 
11
import java.math.BigDecimal;
12
import java.math.BigInteger;
13
import javax.xml.bind.annotation.XmlAccessType;
14
import javax.xml.bind.annotation.XmlAccessorType;
15
import javax.xml.bind.annotation.XmlElement;
16
import javax.xml.bind.annotation.XmlRootElement;
17
import javax.xml.bind.annotation.XmlType;
18
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
19
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
20
 
21
 
22
/**
23
 * <p>Java class for anonymous complex type.
24
 * 
25
 * <p>The following schema fragment specifies the expected content contained within this class.
26
 * 
27
 * <pre>
28
 * &lt;complexType>
29
 *   &lt;complexContent>
30
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
31
 *       &lt;sequence>
32
 *         &lt;element ref="{}VariationData" minOccurs="0"/>
33
 *         &lt;element ref="{}ACAdapterCurrent" minOccurs="0"/>
34
 *         &lt;element ref="{}CableLength" minOccurs="0"/>
35
 *         &lt;element ref="{}CableSpeed" minOccurs="0"/>
36
 *         &lt;element ref="{}CableType" minOccurs="0"/>
37
 *         &lt;element ref="{}CompatibleDevices" minOccurs="0"/>
38
 *         &lt;element ref="{}CompatibleDeviceSize" minOccurs="0"/>
39
 *         &lt;element ref="{}Conductor" minOccurs="0"/>
40
 *         &lt;element ref="{}ConnectionType" minOccurs="0"/>
41
 *         &lt;element ref="{}ConnectorNumber" minOccurs="0"/>
42
 *         &lt;element ref="{}MaximumHorizontalVideoResolution" minOccurs="0"/>
43
 *         &lt;element ref="{}MaximumVerticalVideoResolution" minOccurs="0"/>
44
 *         &lt;element ref="{}ModelNumber" minOccurs="0"/>
45
 *         &lt;element ref="{}NumberOfFans" minOccurs="0"/>
46
 *         &lt;element ref="{}NumberOfMonitorConnections" minOccurs="0"/>
47
 *         &lt;element ref="{}PrivacyScreenMaterialType" minOccurs="0"/>
48
 *         &lt;element ref="{}PrivacyScreenSize" minOccurs="0"/>
49
 *         &lt;element ref="{}Voltage" minOccurs="0"/>
50
 *         &lt;element ref="{}Wattage" minOccurs="0"/>
51
 *       &lt;/sequence>
52
 *     &lt;/restriction>
53
 *   &lt;/complexContent>
54
 * &lt;/complexType>
55
 * </pre>
56
 * 
57
 * 
58
 */
59
@XmlAccessorType(XmlAccessType.FIELD)
60
@XmlType(name = "", propOrder = {
61
    "variationData",
62
    "acAdapterCurrent",
63
    "cableLength",
64
    "cableSpeed",
65
    "cableType",
66
    "compatibleDevices",
67
    "compatibleDeviceSize",
68
    "conductor",
69
    "connectionType",
70
    "connectorNumber",
71
    "maximumHorizontalVideoResolution",
72
    "maximumVerticalVideoResolution",
73
    "modelNumber",
74
    "numberOfFans",
75
    "numberOfMonitorConnections",
76
    "privacyScreenMaterialType",
77
    "privacyScreenSize",
78
    "voltage",
79
    "wattage"
80
})
81
@XmlRootElement(name = "ComputerAddOn")
82
public class ComputerAddOn {
83
 
84
    @XmlElement(name = "VariationData")
85
    protected VariationData variationData;
86
    @XmlElement(name = "ACAdapterCurrent")
87
    protected CurrentFiveDigitDimension acAdapterCurrent;
88
    @XmlElement(name = "CableLength")
89
    protected LengthSevenDigitDimension cableLength;
90
    @XmlElement(name = "CableSpeed")
91
    protected DataTransferSpeedDimension cableSpeed;
92
    @XmlElement(name = "CableType")
93
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
94
    protected String cableType;
95
    @XmlElement(name = "CompatibleDevices")
96
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
97
    protected String compatibleDevices;
98
    @XmlElement(name = "CompatibleDeviceSize")
99
    protected BigDecimal compatibleDeviceSize;
100
    @XmlElement(name = "Conductor")
101
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
102
    protected String conductor;
103
    @XmlElement(name = "ConnectionType")
104
    protected ConnectionTypeValues connectionType;
105
    @XmlElement(name = "ConnectorNumber")
106
    protected BigInteger connectorNumber;
107
    @XmlElement(name = "MaximumHorizontalVideoResolution")
108
    protected BigInteger maximumHorizontalVideoResolution;
109
    @XmlElement(name = "MaximumVerticalVideoResolution")
110
    protected BigInteger maximumVerticalVideoResolution;
111
    @XmlElement(name = "ModelNumber")
112
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
113
    protected String modelNumber;
114
    @XmlElement(name = "NumberOfFans")
115
    protected BigInteger numberOfFans;
116
    @XmlElement(name = "NumberOfMonitorConnections")
117
    protected BigInteger numberOfMonitorConnections;
118
    @XmlElement(name = "PrivacyScreenMaterialType")
119
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
120
    protected String privacyScreenMaterialType;
121
    @XmlElement(name = "PrivacyScreenSize")
122
    protected BigInteger privacyScreenSize;
123
    @XmlElement(name = "Voltage")
124
    protected BigDecimal voltage;
125
    @XmlElement(name = "Wattage")
126
    protected BigInteger wattage;
127
 
128
    /**
129
     * Gets the value of the variationData property.
130
     * 
131
     * @return
132
     *     possible object is
133
     *     {@link VariationData }
134
     *     
135
     */
136
    public VariationData getVariationData() {
137
        return variationData;
138
    }
139
 
140
    /**
141
     * Sets the value of the variationData property.
142
     * 
143
     * @param value
144
     *     allowed object is
145
     *     {@link VariationData }
146
     *     
147
     */
148
    public void setVariationData(VariationData value) {
149
        this.variationData = value;
150
    }
151
 
152
    /**
153
     * Gets the value of the acAdapterCurrent property.
154
     * 
155
     * @return
156
     *     possible object is
157
     *     {@link CurrentFiveDigitDimension }
158
     *     
159
     */
160
    public CurrentFiveDigitDimension getACAdapterCurrent() {
161
        return acAdapterCurrent;
162
    }
163
 
164
    /**
165
     * Sets the value of the acAdapterCurrent property.
166
     * 
167
     * @param value
168
     *     allowed object is
169
     *     {@link CurrentFiveDigitDimension }
170
     *     
171
     */
172
    public void setACAdapterCurrent(CurrentFiveDigitDimension value) {
173
        this.acAdapterCurrent = value;
174
    }
175
 
176
    /**
177
     * Gets the value of the cableLength property.
178
     * 
179
     * @return
180
     *     possible object is
181
     *     {@link LengthSevenDigitDimension }
182
     *     
183
     */
184
    public LengthSevenDigitDimension getCableLength() {
185
        return cableLength;
186
    }
187
 
188
    /**
189
     * Sets the value of the cableLength property.
190
     * 
191
     * @param value
192
     *     allowed object is
193
     *     {@link LengthSevenDigitDimension }
194
     *     
195
     */
196
    public void setCableLength(LengthSevenDigitDimension value) {
197
        this.cableLength = value;
198
    }
199
 
200
    /**
201
     * Gets the value of the cableSpeed property.
202
     * 
203
     * @return
204
     *     possible object is
205
     *     {@link DataTransferSpeedDimension }
206
     *     
207
     */
208
    public DataTransferSpeedDimension getCableSpeed() {
209
        return cableSpeed;
210
    }
211
 
212
    /**
213
     * Sets the value of the cableSpeed property.
214
     * 
215
     * @param value
216
     *     allowed object is
217
     *     {@link DataTransferSpeedDimension }
218
     *     
219
     */
220
    public void setCableSpeed(DataTransferSpeedDimension value) {
221
        this.cableSpeed = value;
222
    }
223
 
224
    /**
225
     * Gets the value of the cableType property.
226
     * 
227
     * @return
228
     *     possible object is
229
     *     {@link String }
230
     *     
231
     */
232
    public String getCableType() {
233
        return cableType;
234
    }
235
 
236
    /**
237
     * Sets the value of the cableType property.
238
     * 
239
     * @param value
240
     *     allowed object is
241
     *     {@link String }
242
     *     
243
     */
244
    public void setCableType(String value) {
245
        this.cableType = value;
246
    }
247
 
248
    /**
249
     * Gets the value of the compatibleDevices property.
250
     * 
251
     * @return
252
     *     possible object is
253
     *     {@link String }
254
     *     
255
     */
256
    public String getCompatibleDevices() {
257
        return compatibleDevices;
258
    }
259
 
260
    /**
261
     * Sets the value of the compatibleDevices property.
262
     * 
263
     * @param value
264
     *     allowed object is
265
     *     {@link String }
266
     *     
267
     */
268
    public void setCompatibleDevices(String value) {
269
        this.compatibleDevices = value;
270
    }
271
 
272
    /**
273
     * Gets the value of the compatibleDeviceSize property.
274
     * 
275
     * @return
276
     *     possible object is
277
     *     {@link BigDecimal }
278
     *     
279
     */
280
    public BigDecimal getCompatibleDeviceSize() {
281
        return compatibleDeviceSize;
282
    }
283
 
284
    /**
285
     * Sets the value of the compatibleDeviceSize property.
286
     * 
287
     * @param value
288
     *     allowed object is
289
     *     {@link BigDecimal }
290
     *     
291
     */
292
    public void setCompatibleDeviceSize(BigDecimal value) {
293
        this.compatibleDeviceSize = value;
294
    }
295
 
296
    /**
297
     * Gets the value of the conductor property.
298
     * 
299
     * @return
300
     *     possible object is
301
     *     {@link String }
302
     *     
303
     */
304
    public String getConductor() {
305
        return conductor;
306
    }
307
 
308
    /**
309
     * Sets the value of the conductor property.
310
     * 
311
     * @param value
312
     *     allowed object is
313
     *     {@link String }
314
     *     
315
     */
316
    public void setConductor(String value) {
317
        this.conductor = value;
318
    }
319
 
320
    /**
321
     * Gets the value of the connectionType property.
322
     * 
323
     * @return
324
     *     possible object is
325
     *     {@link ConnectionTypeValues }
326
     *     
327
     */
328
    public ConnectionTypeValues getConnectionType() {
329
        return connectionType;
330
    }
331
 
332
    /**
333
     * Sets the value of the connectionType property.
334
     * 
335
     * @param value
336
     *     allowed object is
337
     *     {@link ConnectionTypeValues }
338
     *     
339
     */
340
    public void setConnectionType(ConnectionTypeValues value) {
341
        this.connectionType = value;
342
    }
343
 
344
    /**
345
     * Gets the value of the connectorNumber property.
346
     * 
347
     * @return
348
     *     possible object is
349
     *     {@link BigInteger }
350
     *     
351
     */
352
    public BigInteger getConnectorNumber() {
353
        return connectorNumber;
354
    }
355
 
356
    /**
357
     * Sets the value of the connectorNumber property.
358
     * 
359
     * @param value
360
     *     allowed object is
361
     *     {@link BigInteger }
362
     *     
363
     */
364
    public void setConnectorNumber(BigInteger value) {
365
        this.connectorNumber = value;
366
    }
367
 
368
    /**
369
     * Gets the value of the maximumHorizontalVideoResolution property.
370
     * 
371
     * @return
372
     *     possible object is
373
     *     {@link BigInteger }
374
     *     
375
     */
376
    public BigInteger getMaximumHorizontalVideoResolution() {
377
        return maximumHorizontalVideoResolution;
378
    }
379
 
380
    /**
381
     * Sets the value of the maximumHorizontalVideoResolution property.
382
     * 
383
     * @param value
384
     *     allowed object is
385
     *     {@link BigInteger }
386
     *     
387
     */
388
    public void setMaximumHorizontalVideoResolution(BigInteger value) {
389
        this.maximumHorizontalVideoResolution = value;
390
    }
391
 
392
    /**
393
     * Gets the value of the maximumVerticalVideoResolution property.
394
     * 
395
     * @return
396
     *     possible object is
397
     *     {@link BigInteger }
398
     *     
399
     */
400
    public BigInteger getMaximumVerticalVideoResolution() {
401
        return maximumVerticalVideoResolution;
402
    }
403
 
404
    /**
405
     * Sets the value of the maximumVerticalVideoResolution property.
406
     * 
407
     * @param value
408
     *     allowed object is
409
     *     {@link BigInteger }
410
     *     
411
     */
412
    public void setMaximumVerticalVideoResolution(BigInteger value) {
413
        this.maximumVerticalVideoResolution = value;
414
    }
415
 
416
    /**
417
     * Gets the value of the modelNumber property.
418
     * 
419
     * @return
420
     *     possible object is
421
     *     {@link String }
422
     *     
423
     */
424
    public String getModelNumber() {
425
        return modelNumber;
426
    }
427
 
428
    /**
429
     * Sets the value of the modelNumber property.
430
     * 
431
     * @param value
432
     *     allowed object is
433
     *     {@link String }
434
     *     
435
     */
436
    public void setModelNumber(String value) {
437
        this.modelNumber = value;
438
    }
439
 
440
    /**
441
     * Gets the value of the numberOfFans property.
442
     * 
443
     * @return
444
     *     possible object is
445
     *     {@link BigInteger }
446
     *     
447
     */
448
    public BigInteger getNumberOfFans() {
449
        return numberOfFans;
450
    }
451
 
452
    /**
453
     * Sets the value of the numberOfFans property.
454
     * 
455
     * @param value
456
     *     allowed object is
457
     *     {@link BigInteger }
458
     *     
459
     */
460
    public void setNumberOfFans(BigInteger value) {
461
        this.numberOfFans = value;
462
    }
463
 
464
    /**
465
     * Gets the value of the numberOfMonitorConnections property.
466
     * 
467
     * @return
468
     *     possible object is
469
     *     {@link BigInteger }
470
     *     
471
     */
472
    public BigInteger getNumberOfMonitorConnections() {
473
        return numberOfMonitorConnections;
474
    }
475
 
476
    /**
477
     * Sets the value of the numberOfMonitorConnections property.
478
     * 
479
     * @param value
480
     *     allowed object is
481
     *     {@link BigInteger }
482
     *     
483
     */
484
    public void setNumberOfMonitorConnections(BigInteger value) {
485
        this.numberOfMonitorConnections = value;
486
    }
487
 
488
    /**
489
     * Gets the value of the privacyScreenMaterialType property.
490
     * 
491
     * @return
492
     *     possible object is
493
     *     {@link String }
494
     *     
495
     */
496
    public String getPrivacyScreenMaterialType() {
497
        return privacyScreenMaterialType;
498
    }
499
 
500
    /**
501
     * Sets the value of the privacyScreenMaterialType property.
502
     * 
503
     * @param value
504
     *     allowed object is
505
     *     {@link String }
506
     *     
507
     */
508
    public void setPrivacyScreenMaterialType(String value) {
509
        this.privacyScreenMaterialType = value;
510
    }
511
 
512
    /**
513
     * Gets the value of the privacyScreenSize property.
514
     * 
515
     * @return
516
     *     possible object is
517
     *     {@link BigInteger }
518
     *     
519
     */
520
    public BigInteger getPrivacyScreenSize() {
521
        return privacyScreenSize;
522
    }
523
 
524
    /**
525
     * Sets the value of the privacyScreenSize property.
526
     * 
527
     * @param value
528
     *     allowed object is
529
     *     {@link BigInteger }
530
     *     
531
     */
532
    public void setPrivacyScreenSize(BigInteger value) {
533
        this.privacyScreenSize = value;
534
    }
535
 
536
    /**
537
     * Gets the value of the voltage property.
538
     * 
539
     * @return
540
     *     possible object is
541
     *     {@link BigDecimal }
542
     *     
543
     */
544
    public BigDecimal getVoltage() {
545
        return voltage;
546
    }
547
 
548
    /**
549
     * Sets the value of the voltage property.
550
     * 
551
     * @param value
552
     *     allowed object is
553
     *     {@link BigDecimal }
554
     *     
555
     */
556
    public void setVoltage(BigDecimal value) {
557
        this.voltage = value;
558
    }
559
 
560
    /**
561
     * Gets the value of the wattage property.
562
     * 
563
     * @return
564
     *     possible object is
565
     *     {@link BigInteger }
566
     *     
567
     */
568
    public BigInteger getWattage() {
569
        return wattage;
570
    }
571
 
572
    /**
573
     * Sets the value of the wattage property.
574
     * 
575
     * @param value
576
     *     allowed object is
577
     *     {@link BigInteger }
578
     *     
579
     */
580
    public void setWattage(BigInteger value) {
581
        this.wattage = value;
582
    }
583
 
584
}