Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7487 kshitij.so 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 java.util.ArrayList;
14
import java.util.List;
15
import javax.xml.bind.annotation.XmlAccessType;
16
import javax.xml.bind.annotation.XmlAccessorType;
17
import javax.xml.bind.annotation.XmlElement;
18
import javax.xml.bind.annotation.XmlRootElement;
19
import javax.xml.bind.annotation.XmlType;
20
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
21
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
22
 
23
 
24
/**
25
 * <p>Java class for anonymous complex type.
26
 * 
27
 * <p>The following schema fragment specifies the expected content contained within this class.
28
 * 
29
 * <pre>
30
 * &lt;complexType>
31
 *   &lt;complexContent>
32
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
33
 *       &lt;sequence>
34
 *         &lt;element ref="{}VariationData" minOccurs="0"/>
35
 *         &lt;element ref="{}AdditionalFeatures" minOccurs="0"/>
36
 *         &lt;element ref="{}CPUSocketType" minOccurs="0"/>
37
 *         &lt;element ref="{}FrontSideBusSpeed" minOccurs="0"/>
38
 *         &lt;element ref="{}GraphicsCardInterface" maxOccurs="2" minOccurs="0"/>
39
 *         &lt;element ref="{}HDMIPorts" minOccurs="0"/>
40
 *         &lt;element ref="{}IntegratedAudioChannels" minOccurs="0"/>
41
 *         &lt;element ref="{}MaxEthernetSpeed" minOccurs="0"/>
42
 *         &lt;element ref="{}MaxMemorySupported" minOccurs="0"/>
43
 *         &lt;element ref="{}MemoryStandard" minOccurs="0"/>
44
 *         &lt;element ref="{}ModelNumber" minOccurs="0"/>
45
 *         &lt;element ref="{}MotherboardFormFactor" minOccurs="0"/>
46
 *         &lt;element ref="{}MultiGPUTechnology" minOccurs="0"/>
47
 *         &lt;element ref="{}Northbridge" minOccurs="0"/>
48
 *         &lt;element ref="{}NumberOfeSATAPorts" minOccurs="0"/>
49
 *         &lt;element ref="{}NumberOfEthernetPorts" minOccurs="0"/>
50
 *         &lt;element ref="{}NumberOfFireWire400Ports" minOccurs="0"/>
51
 *         &lt;element ref="{}NumberOfFireWire800Ports" minOccurs="0"/>
52
 *         &lt;element ref="{}NumberOfIDEPorts" minOccurs="0"/>
53
 *         &lt;element ref="{}NumberOfMemorySlots" minOccurs="0"/>
54
 *         &lt;element ref="{}NumberOfPCIExpressSlots" minOccurs="0"/>
55
 *         &lt;element ref="{}NumberOfSATAPorts" minOccurs="0"/>
56
 *         &lt;element ref="{}NumberOfUSBPorts" minOccurs="0"/>
57
 *         &lt;element ref="{}OnboardVideo" minOccurs="0"/>
58
 *         &lt;element ref="{}SATARAID" minOccurs="0"/>
59
 *         &lt;element ref="{}SATAStandardsSupported" maxOccurs="3" minOccurs="0"/>
60
 *         &lt;element ref="{}Southbridge" minOccurs="0"/>
61
 *         &lt;element ref="{}SPDIFOutput" minOccurs="0"/>
62
 *         &lt;element ref="{}TypeOfMemorySlot" minOccurs="0"/>
63
 *         &lt;element ref="{}USBPortType" minOccurs="0"/>
64
 *         &lt;element ref="{}Voltage" minOccurs="0"/>
65
 *         &lt;element ref="{}Wattage" minOccurs="0"/>
66
 *       &lt;/sequence>
67
 *     &lt;/restriction>
68
 *   &lt;/complexContent>
69
 * &lt;/complexType>
70
 * </pre>
71
 * 
72
 * 
73
 */
74
@XmlAccessorType(XmlAccessType.FIELD)
75
@XmlType(name = "", propOrder = {
76
    "variationData",
77
    "additionalFeatures",
78
    "cpuSocketType",
79
    "frontSideBusSpeed",
80
    "graphicsCardInterface",
81
    "hdmiPorts",
82
    "integratedAudioChannels",
83
    "maxEthernetSpeed",
84
    "maxMemorySupported",
85
    "memoryStandard",
86
    "modelNumber",
87
    "motherboardFormFactor",
88
    "multiGPUTechnology",
89
    "northbridge",
90
    "numberOfeSATAPorts",
91
    "numberOfEthernetPorts",
92
    "numberOfFireWire400Ports",
93
    "numberOfFireWire800Ports",
94
    "numberOfIDEPorts",
95
    "numberOfMemorySlots",
96
    "numberOfPCIExpressSlots",
97
    "numberOfSATAPorts",
98
    "numberOfUSBPorts",
99
    "onboardVideo",
100
    "sataraid",
101
    "sataStandardsSupported",
102
    "southbridge",
103
    "spdifOutput",
104
    "typeOfMemorySlot",
105
    "usbPortType",
106
    "voltage",
107
    "wattage"
108
})
109
@XmlRootElement(name = "Motherboard")
110
public class Motherboard {
111
 
112
    @XmlElement(name = "VariationData")
113
    protected VariationData variationData;
114
    @XmlElement(name = "AdditionalFeatures")
115
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
116
    protected String additionalFeatures;
117
    @XmlElement(name = "CPUSocketType")
118
    protected String cpuSocketType;
119
    @XmlElement(name = "FrontSideBusSpeed")
120
    protected BigInteger frontSideBusSpeed;
121
    @XmlElement(name = "GraphicsCardInterface")
122
    protected List<GraphicsCardInterfaceTypeValues> graphicsCardInterface;
123
    @XmlElement(name = "HDMIPorts")
124
    protected BigInteger hdmiPorts;
125
    @XmlElement(name = "IntegratedAudioChannels")
126
    protected BigInteger integratedAudioChannels;
127
    @XmlElement(name = "MaxEthernetSpeed")
128
    protected MaxEthernetSpeedTypeValues maxEthernetSpeed;
129
    @XmlElement(name = "MaxMemorySupported")
130
    protected MemorySizeIntegerDimension maxMemorySupported;
131
    @XmlElement(name = "MemoryStandard")
132
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
133
    protected String memoryStandard;
134
    @XmlElement(name = "ModelNumber")
135
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
136
    protected String modelNumber;
137
    @XmlElement(name = "MotherboardFormFactor")
138
    protected String motherboardFormFactor;
139
    @XmlElement(name = "MultiGPUTechnology")
140
    protected String multiGPUTechnology;
141
    @XmlElement(name = "Northbridge")
142
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
143
    protected String northbridge;
144
    @XmlElement(name = "NumberOfeSATAPorts")
145
    protected BigInteger numberOfeSATAPorts;
146
    @XmlElement(name = "NumberOfEthernetPorts")
147
    protected BigInteger numberOfEthernetPorts;
148
    @XmlElement(name = "NumberOfFireWire400Ports")
149
    protected BigInteger numberOfFireWire400Ports;
150
    @XmlElement(name = "NumberOfFireWire800Ports")
151
    protected BigInteger numberOfFireWire800Ports;
152
    @XmlElement(name = "NumberOfIDEPorts")
153
    protected BigInteger numberOfIDEPorts;
154
    @XmlElement(name = "NumberOfMemorySlots")
155
    protected BigInteger numberOfMemorySlots;
156
    @XmlElement(name = "NumberOfPCIExpressSlots")
157
    protected BigInteger numberOfPCIExpressSlots;
158
    @XmlElement(name = "NumberOfSATAPorts")
159
    protected BigInteger numberOfSATAPorts;
160
    @XmlElement(name = "NumberOfUSBPorts")
161
    protected BigInteger numberOfUSBPorts;
162
    @XmlElement(name = "OnboardVideo")
163
    protected String onboardVideo;
164
    @XmlElement(name = "SATARAID")
165
    protected String sataraid;
166
    @XmlElement(name = "SATAStandardsSupported")
167
    protected List<String> sataStandardsSupported;
168
    @XmlElement(name = "Southbridge")
169
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
170
    protected String southbridge;
171
    @XmlElement(name = "SPDIFOutput")
172
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
173
    protected String spdifOutput;
174
    @XmlElement(name = "TypeOfMemorySlot")
175
    protected BigInteger typeOfMemorySlot;
176
    @XmlElement(name = "USBPortType")
177
    protected BigInteger usbPortType;
178
    @XmlElement(name = "Voltage")
179
    protected BigDecimal voltage;
180
    @XmlElement(name = "Wattage")
181
    protected BigInteger wattage;
182
 
183
    /**
184
     * Gets the value of the variationData property.
185
     * 
186
     * @return
187
     *     possible object is
188
     *     {@link VariationData }
189
     *     
190
     */
191
    public VariationData getVariationData() {
192
        return variationData;
193
    }
194
 
195
    /**
196
     * Sets the value of the variationData property.
197
     * 
198
     * @param value
199
     *     allowed object is
200
     *     {@link VariationData }
201
     *     
202
     */
203
    public void setVariationData(VariationData value) {
204
        this.variationData = value;
205
    }
206
 
207
    /**
208
     * Gets the value of the additionalFeatures property.
209
     * 
210
     * @return
211
     *     possible object is
212
     *     {@link String }
213
     *     
214
     */
215
    public String getAdditionalFeatures() {
216
        return additionalFeatures;
217
    }
218
 
219
    /**
220
     * Sets the value of the additionalFeatures property.
221
     * 
222
     * @param value
223
     *     allowed object is
224
     *     {@link String }
225
     *     
226
     */
227
    public void setAdditionalFeatures(String value) {
228
        this.additionalFeatures = value;
229
    }
230
 
231
    /**
232
     * Gets the value of the cpuSocketType property.
233
     * 
234
     * @return
235
     *     possible object is
236
     *     {@link String }
237
     *     
238
     */
239
    public String getCPUSocketType() {
240
        return cpuSocketType;
241
    }
242
 
243
    /**
244
     * Sets the value of the cpuSocketType property.
245
     * 
246
     * @param value
247
     *     allowed object is
248
     *     {@link String }
249
     *     
250
     */
251
    public void setCPUSocketType(String value) {
252
        this.cpuSocketType = value;
253
    }
254
 
255
    /**
256
     * Gets the value of the frontSideBusSpeed property.
257
     * 
258
     * @return
259
     *     possible object is
260
     *     {@link BigInteger }
261
     *     
262
     */
263
    public BigInteger getFrontSideBusSpeed() {
264
        return frontSideBusSpeed;
265
    }
266
 
267
    /**
268
     * Sets the value of the frontSideBusSpeed property.
269
     * 
270
     * @param value
271
     *     allowed object is
272
     *     {@link BigInteger }
273
     *     
274
     */
275
    public void setFrontSideBusSpeed(BigInteger value) {
276
        this.frontSideBusSpeed = value;
277
    }
278
 
279
    /**
280
     * Gets the value of the graphicsCardInterface property.
281
     * 
282
     * <p>
283
     * This accessor method returns a reference to the live list,
284
     * not a snapshot. Therefore any modification you make to the
285
     * returned list will be present inside the JAXB object.
286
     * This is why there is not a <CODE>set</CODE> method for the graphicsCardInterface property.
287
     * 
288
     * <p>
289
     * For example, to add a new item, do as follows:
290
     * <pre>
291
     *    getGraphicsCardInterface().add(newItem);
292
     * </pre>
293
     * 
294
     * 
295
     * <p>
296
     * Objects of the following type(s) are allowed in the list
297
     * {@link GraphicsCardInterfaceTypeValues }
298
     * 
299
     * 
300
     */
301
    public List<GraphicsCardInterfaceTypeValues> getGraphicsCardInterface() {
302
        if (graphicsCardInterface == null) {
303
            graphicsCardInterface = new ArrayList<GraphicsCardInterfaceTypeValues>();
304
        }
305
        return this.graphicsCardInterface;
306
    }
307
 
308
    /**
309
     * Gets the value of the hdmiPorts property.
310
     * 
311
     * @return
312
     *     possible object is
313
     *     {@link BigInteger }
314
     *     
315
     */
316
    public BigInteger getHDMIPorts() {
317
        return hdmiPorts;
318
    }
319
 
320
    /**
321
     * Sets the value of the hdmiPorts property.
322
     * 
323
     * @param value
324
     *     allowed object is
325
     *     {@link BigInteger }
326
     *     
327
     */
328
    public void setHDMIPorts(BigInteger value) {
329
        this.hdmiPorts = value;
330
    }
331
 
332
    /**
333
     * Gets the value of the integratedAudioChannels property.
334
     * 
335
     * @return
336
     *     possible object is
337
     *     {@link BigInteger }
338
     *     
339
     */
340
    public BigInteger getIntegratedAudioChannels() {
341
        return integratedAudioChannels;
342
    }
343
 
344
    /**
345
     * Sets the value of the integratedAudioChannels property.
346
     * 
347
     * @param value
348
     *     allowed object is
349
     *     {@link BigInteger }
350
     *     
351
     */
352
    public void setIntegratedAudioChannels(BigInteger value) {
353
        this.integratedAudioChannels = value;
354
    }
355
 
356
    /**
357
     * Gets the value of the maxEthernetSpeed property.
358
     * 
359
     * @return
360
     *     possible object is
361
     *     {@link MaxEthernetSpeedTypeValues }
362
     *     
363
     */
364
    public MaxEthernetSpeedTypeValues getMaxEthernetSpeed() {
365
        return maxEthernetSpeed;
366
    }
367
 
368
    /**
369
     * Sets the value of the maxEthernetSpeed property.
370
     * 
371
     * @param value
372
     *     allowed object is
373
     *     {@link MaxEthernetSpeedTypeValues }
374
     *     
375
     */
376
    public void setMaxEthernetSpeed(MaxEthernetSpeedTypeValues value) {
377
        this.maxEthernetSpeed = value;
378
    }
379
 
380
    /**
381
     * Gets the value of the maxMemorySupported property.
382
     * 
383
     * @return
384
     *     possible object is
385
     *     {@link MemorySizeIntegerDimension }
386
     *     
387
     */
388
    public MemorySizeIntegerDimension getMaxMemorySupported() {
389
        return maxMemorySupported;
390
    }
391
 
392
    /**
393
     * Sets the value of the maxMemorySupported property.
394
     * 
395
     * @param value
396
     *     allowed object is
397
     *     {@link MemorySizeIntegerDimension }
398
     *     
399
     */
400
    public void setMaxMemorySupported(MemorySizeIntegerDimension value) {
401
        this.maxMemorySupported = value;
402
    }
403
 
404
    /**
405
     * Gets the value of the memoryStandard property.
406
     * 
407
     * @return
408
     *     possible object is
409
     *     {@link String }
410
     *     
411
     */
412
    public String getMemoryStandard() {
413
        return memoryStandard;
414
    }
415
 
416
    /**
417
     * Sets the value of the memoryStandard property.
418
     * 
419
     * @param value
420
     *     allowed object is
421
     *     {@link String }
422
     *     
423
     */
424
    public void setMemoryStandard(String value) {
425
        this.memoryStandard = value;
426
    }
427
 
428
    /**
429
     * Gets the value of the modelNumber property.
430
     * 
431
     * @return
432
     *     possible object is
433
     *     {@link String }
434
     *     
435
     */
436
    public String getModelNumber() {
437
        return modelNumber;
438
    }
439
 
440
    /**
441
     * Sets the value of the modelNumber property.
442
     * 
443
     * @param value
444
     *     allowed object is
445
     *     {@link String }
446
     *     
447
     */
448
    public void setModelNumber(String value) {
449
        this.modelNumber = value;
450
    }
451
 
452
    /**
453
     * Gets the value of the motherboardFormFactor property.
454
     * 
455
     * @return
456
     *     possible object is
457
     *     {@link String }
458
     *     
459
     */
460
    public String getMotherboardFormFactor() {
461
        return motherboardFormFactor;
462
    }
463
 
464
    /**
465
     * Sets the value of the motherboardFormFactor property.
466
     * 
467
     * @param value
468
     *     allowed object is
469
     *     {@link String }
470
     *     
471
     */
472
    public void setMotherboardFormFactor(String value) {
473
        this.motherboardFormFactor = value;
474
    }
475
 
476
    /**
477
     * Gets the value of the multiGPUTechnology property.
478
     * 
479
     * @return
480
     *     possible object is
481
     *     {@link String }
482
     *     
483
     */
484
    public String getMultiGPUTechnology() {
485
        return multiGPUTechnology;
486
    }
487
 
488
    /**
489
     * Sets the value of the multiGPUTechnology property.
490
     * 
491
     * @param value
492
     *     allowed object is
493
     *     {@link String }
494
     *     
495
     */
496
    public void setMultiGPUTechnology(String value) {
497
        this.multiGPUTechnology = value;
498
    }
499
 
500
    /**
501
     * Gets the value of the northbridge property.
502
     * 
503
     * @return
504
     *     possible object is
505
     *     {@link String }
506
     *     
507
     */
508
    public String getNorthbridge() {
509
        return northbridge;
510
    }
511
 
512
    /**
513
     * Sets the value of the northbridge property.
514
     * 
515
     * @param value
516
     *     allowed object is
517
     *     {@link String }
518
     *     
519
     */
520
    public void setNorthbridge(String value) {
521
        this.northbridge = value;
522
    }
523
 
524
    /**
525
     * Gets the value of the numberOfeSATAPorts property.
526
     * 
527
     * @return
528
     *     possible object is
529
     *     {@link BigInteger }
530
     *     
531
     */
532
    public BigInteger getNumberOfeSATAPorts() {
533
        return numberOfeSATAPorts;
534
    }
535
 
536
    /**
537
     * Sets the value of the numberOfeSATAPorts property.
538
     * 
539
     * @param value
540
     *     allowed object is
541
     *     {@link BigInteger }
542
     *     
543
     */
544
    public void setNumberOfeSATAPorts(BigInteger value) {
545
        this.numberOfeSATAPorts = value;
546
    }
547
 
548
    /**
549
     * Gets the value of the numberOfEthernetPorts property.
550
     * 
551
     * @return
552
     *     possible object is
553
     *     {@link BigInteger }
554
     *     
555
     */
556
    public BigInteger getNumberOfEthernetPorts() {
557
        return numberOfEthernetPorts;
558
    }
559
 
560
    /**
561
     * Sets the value of the numberOfEthernetPorts property.
562
     * 
563
     * @param value
564
     *     allowed object is
565
     *     {@link BigInteger }
566
     *     
567
     */
568
    public void setNumberOfEthernetPorts(BigInteger value) {
569
        this.numberOfEthernetPorts = value;
570
    }
571
 
572
    /**
573
     * Gets the value of the numberOfFireWire400Ports property.
574
     * 
575
     * @return
576
     *     possible object is
577
     *     {@link BigInteger }
578
     *     
579
     */
580
    public BigInteger getNumberOfFireWire400Ports() {
581
        return numberOfFireWire400Ports;
582
    }
583
 
584
    /**
585
     * Sets the value of the numberOfFireWire400Ports property.
586
     * 
587
     * @param value
588
     *     allowed object is
589
     *     {@link BigInteger }
590
     *     
591
     */
592
    public void setNumberOfFireWire400Ports(BigInteger value) {
593
        this.numberOfFireWire400Ports = value;
594
    }
595
 
596
    /**
597
     * Gets the value of the numberOfFireWire800Ports property.
598
     * 
599
     * @return
600
     *     possible object is
601
     *     {@link BigInteger }
602
     *     
603
     */
604
    public BigInteger getNumberOfFireWire800Ports() {
605
        return numberOfFireWire800Ports;
606
    }
607
 
608
    /**
609
     * Sets the value of the numberOfFireWire800Ports property.
610
     * 
611
     * @param value
612
     *     allowed object is
613
     *     {@link BigInteger }
614
     *     
615
     */
616
    public void setNumberOfFireWire800Ports(BigInteger value) {
617
        this.numberOfFireWire800Ports = value;
618
    }
619
 
620
    /**
621
     * Gets the value of the numberOfIDEPorts property.
622
     * 
623
     * @return
624
     *     possible object is
625
     *     {@link BigInteger }
626
     *     
627
     */
628
    public BigInteger getNumberOfIDEPorts() {
629
        return numberOfIDEPorts;
630
    }
631
 
632
    /**
633
     * Sets the value of the numberOfIDEPorts property.
634
     * 
635
     * @param value
636
     *     allowed object is
637
     *     {@link BigInteger }
638
     *     
639
     */
640
    public void setNumberOfIDEPorts(BigInteger value) {
641
        this.numberOfIDEPorts = value;
642
    }
643
 
644
    /**
645
     * Gets the value of the numberOfMemorySlots property.
646
     * 
647
     * @return
648
     *     possible object is
649
     *     {@link BigInteger }
650
     *     
651
     */
652
    public BigInteger getNumberOfMemorySlots() {
653
        return numberOfMemorySlots;
654
    }
655
 
656
    /**
657
     * Sets the value of the numberOfMemorySlots property.
658
     * 
659
     * @param value
660
     *     allowed object is
661
     *     {@link BigInteger }
662
     *     
663
     */
664
    public void setNumberOfMemorySlots(BigInteger value) {
665
        this.numberOfMemorySlots = value;
666
    }
667
 
668
    /**
669
     * Gets the value of the numberOfPCIExpressSlots property.
670
     * 
671
     * @return
672
     *     possible object is
673
     *     {@link BigInteger }
674
     *     
675
     */
676
    public BigInteger getNumberOfPCIExpressSlots() {
677
        return numberOfPCIExpressSlots;
678
    }
679
 
680
    /**
681
     * Sets the value of the numberOfPCIExpressSlots property.
682
     * 
683
     * @param value
684
     *     allowed object is
685
     *     {@link BigInteger }
686
     *     
687
     */
688
    public void setNumberOfPCIExpressSlots(BigInteger value) {
689
        this.numberOfPCIExpressSlots = value;
690
    }
691
 
692
    /**
693
     * Gets the value of the numberOfSATAPorts property.
694
     * 
695
     * @return
696
     *     possible object is
697
     *     {@link BigInteger }
698
     *     
699
     */
700
    public BigInteger getNumberOfSATAPorts() {
701
        return numberOfSATAPorts;
702
    }
703
 
704
    /**
705
     * Sets the value of the numberOfSATAPorts property.
706
     * 
707
     * @param value
708
     *     allowed object is
709
     *     {@link BigInteger }
710
     *     
711
     */
712
    public void setNumberOfSATAPorts(BigInteger value) {
713
        this.numberOfSATAPorts = value;
714
    }
715
 
716
    /**
717
     * Gets the value of the numberOfUSBPorts property.
718
     * 
719
     * @return
720
     *     possible object is
721
     *     {@link BigInteger }
722
     *     
723
     */
724
    public BigInteger getNumberOfUSBPorts() {
725
        return numberOfUSBPorts;
726
    }
727
 
728
    /**
729
     * Sets the value of the numberOfUSBPorts property.
730
     * 
731
     * @param value
732
     *     allowed object is
733
     *     {@link BigInteger }
734
     *     
735
     */
736
    public void setNumberOfUSBPorts(BigInteger value) {
737
        this.numberOfUSBPorts = value;
738
    }
739
 
740
    /**
741
     * Gets the value of the onboardVideo property.
742
     * 
743
     * @return
744
     *     possible object is
745
     *     {@link String }
746
     *     
747
     */
748
    public String getOnboardVideo() {
749
        return onboardVideo;
750
    }
751
 
752
    /**
753
     * Sets the value of the onboardVideo property.
754
     * 
755
     * @param value
756
     *     allowed object is
757
     *     {@link String }
758
     *     
759
     */
760
    public void setOnboardVideo(String value) {
761
        this.onboardVideo = value;
762
    }
763
 
764
    /**
765
     * Gets the value of the sataraid property.
766
     * 
767
     * @return
768
     *     possible object is
769
     *     {@link String }
770
     *     
771
     */
772
    public String getSATARAID() {
773
        return sataraid;
774
    }
775
 
776
    /**
777
     * Sets the value of the sataraid property.
778
     * 
779
     * @param value
780
     *     allowed object is
781
     *     {@link String }
782
     *     
783
     */
784
    public void setSATARAID(String value) {
785
        this.sataraid = value;
786
    }
787
 
788
    /**
789
     * Gets the value of the sataStandardsSupported property.
790
     * 
791
     * <p>
792
     * This accessor method returns a reference to the live list,
793
     * not a snapshot. Therefore any modification you make to the
794
     * returned list will be present inside the JAXB object.
795
     * This is why there is not a <CODE>set</CODE> method for the sataStandardsSupported property.
796
     * 
797
     * <p>
798
     * For example, to add a new item, do as follows:
799
     * <pre>
800
     *    getSATAStandardsSupported().add(newItem);
801
     * </pre>
802
     * 
803
     * 
804
     * <p>
805
     * Objects of the following type(s) are allowed in the list
806
     * {@link String }
807
     * 
808
     * 
809
     */
810
    public List<String> getSATAStandardsSupported() {
811
        if (sataStandardsSupported == null) {
812
            sataStandardsSupported = new ArrayList<String>();
813
        }
814
        return this.sataStandardsSupported;
815
    }
816
 
817
    /**
818
     * Gets the value of the southbridge property.
819
     * 
820
     * @return
821
     *     possible object is
822
     *     {@link String }
823
     *     
824
     */
825
    public String getSouthbridge() {
826
        return southbridge;
827
    }
828
 
829
    /**
830
     * Sets the value of the southbridge property.
831
     * 
832
     * @param value
833
     *     allowed object is
834
     *     {@link String }
835
     *     
836
     */
837
    public void setSouthbridge(String value) {
838
        this.southbridge = value;
839
    }
840
 
841
    /**
842
     * Gets the value of the spdifOutput property.
843
     * 
844
     * @return
845
     *     possible object is
846
     *     {@link String }
847
     *     
848
     */
849
    public String getSPDIFOutput() {
850
        return spdifOutput;
851
    }
852
 
853
    /**
854
     * Sets the value of the spdifOutput property.
855
     * 
856
     * @param value
857
     *     allowed object is
858
     *     {@link String }
859
     *     
860
     */
861
    public void setSPDIFOutput(String value) {
862
        this.spdifOutput = value;
863
    }
864
 
865
    /**
866
     * Gets the value of the typeOfMemorySlot property.
867
     * 
868
     * @return
869
     *     possible object is
870
     *     {@link BigInteger }
871
     *     
872
     */
873
    public BigInteger getTypeOfMemorySlot() {
874
        return typeOfMemorySlot;
875
    }
876
 
877
    /**
878
     * Sets the value of the typeOfMemorySlot property.
879
     * 
880
     * @param value
881
     *     allowed object is
882
     *     {@link BigInteger }
883
     *     
884
     */
885
    public void setTypeOfMemorySlot(BigInteger value) {
886
        this.typeOfMemorySlot = value;
887
    }
888
 
889
    /**
890
     * Gets the value of the usbPortType property.
891
     * 
892
     * @return
893
     *     possible object is
894
     *     {@link BigInteger }
895
     *     
896
     */
897
    public BigInteger getUSBPortType() {
898
        return usbPortType;
899
    }
900
 
901
    /**
902
     * Sets the value of the usbPortType property.
903
     * 
904
     * @param value
905
     *     allowed object is
906
     *     {@link BigInteger }
907
     *     
908
     */
909
    public void setUSBPortType(BigInteger value) {
910
        this.usbPortType = value;
911
    }
912
 
913
    /**
914
     * Gets the value of the voltage property.
915
     * 
916
     * @return
917
     *     possible object is
918
     *     {@link BigDecimal }
919
     *     
920
     */
921
    public BigDecimal getVoltage() {
922
        return voltage;
923
    }
924
 
925
    /**
926
     * Sets the value of the voltage property.
927
     * 
928
     * @param value
929
     *     allowed object is
930
     *     {@link BigDecimal }
931
     *     
932
     */
933
    public void setVoltage(BigDecimal value) {
934
        this.voltage = value;
935
    }
936
 
937
    /**
938
     * Gets the value of the wattage property.
939
     * 
940
     * @return
941
     *     possible object is
942
     *     {@link BigInteger }
943
     *     
944
     */
945
    public BigInteger getWattage() {
946
        return wattage;
947
    }
948
 
949
    /**
950
     * Sets the value of the wattage property.
951
     * 
952
     * @param value
953
     *     allowed object is
954
     *     {@link BigInteger }
955
     *     
956
     */
957
    public void setWattage(BigInteger value) {
958
        this.wattage = value;
959
    }
960
 
961
}