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="{}AirDuctLocation" minOccurs="0"/>
37
 *         &lt;element ref="{}ExpansionSlots" minOccurs="0"/>
38
 *         &lt;element ref="{}ExternalBayType" maxOccurs="5" minOccurs="0"/>
39
 *         &lt;element ref="{}HotswapBayType" maxOccurs="5" minOccurs="0"/>
40
 *         &lt;element ref="{}InternalBayType" maxOccurs="5" minOccurs="0"/>
41
 *         &lt;element ref="{}MaterialType" minOccurs="0"/>
42
 *         &lt;element ref="{}ModelNumber" minOccurs="0"/>
43
 *         &lt;element ref="{}MotherboardCompatibility" minOccurs="0"/>
44
 *         &lt;element ref="{}PanelWindowLocation" minOccurs="0"/>
45
 *         &lt;element ref="{}PowerSupplyMaxOutput" minOccurs="0"/>
46
 *         &lt;element ref="{}PowerSupplyMounting" minOccurs="0"/>
47
 *         &lt;element ref="{}SystemCabinetFormFactor" minOccurs="0"/>
48
 *         &lt;element ref="{}TotalFrontPanelAudioInPorts" minOccurs="0"/>
49
 *         &lt;element ref="{}TotalFrontPanelAudioOutPorts" minOccurs="0"/>
50
 *         &lt;element ref="{}TotalFrontPaneleSataPorts" minOccurs="0"/>
51
 *         &lt;element ref="{}TotalFrontPanelFirewire400Ports" minOccurs="0"/>
52
 *         &lt;element ref="{}TotalFrontPanelFirewire800Ports" minOccurs="0"/>
53
 *         &lt;element ref="{}TotalFrontPanelUSB1.0Ports" minOccurs="0"/>
54
 *         &lt;element ref="{}TotalFrontPanelUSB1.1Ports" minOccurs="0"/>
55
 *         &lt;element ref="{}TotalFrontPanelUSB2.0Ports" minOccurs="0"/>
56
 *         &lt;element ref="{}TotalFrontPanelUSB3.0Ports" minOccurs="0"/>
57
 *         &lt;element ref="{}TotalNumberOfExternalBays" minOccurs="0"/>
58
 *         &lt;element ref="{}TotalNumberOfHotswapBays" minOccurs="0"/>
59
 *         &lt;element ref="{}TotalNumberOfInternalBays" minOccurs="0"/>
60
 *         &lt;element ref="{}Voltage" minOccurs="0"/>
61
 *         &lt;element ref="{}Wattage" minOccurs="0"/>
62
 *       &lt;/sequence>
63
 *     &lt;/restriction>
64
 *   &lt;/complexContent>
65
 * &lt;/complexType>
66
 * </pre>
67
 * 
68
 * 
69
 */
70
@XmlAccessorType(XmlAccessType.FIELD)
71
@XmlType(name = "", propOrder = {
72
    "variationData",
73
    "additionalFeatures",
74
    "airDuctLocation",
75
    "expansionSlots",
76
    "externalBayType",
77
    "hotswapBayType",
78
    "internalBayType",
79
    "materialType",
80
    "modelNumber",
81
    "motherboardCompatibility",
82
    "panelWindowLocation",
83
    "powerSupplyMaxOutput",
84
    "powerSupplyMounting",
85
    "systemCabinetFormFactor",
86
    "totalFrontPanelAudioInPorts",
87
    "totalFrontPanelAudioOutPorts",
88
    "totalFrontPaneleSataPorts",
89
    "totalFrontPanelFirewire400Ports",
90
    "totalFrontPanelFirewire800Ports",
91
    "totalFrontPanelUSB10Ports",
92
    "totalFrontPanelUSB11Ports",
93
    "totalFrontPanelUSB20Ports",
94
    "totalFrontPanelUSB30Ports",
95
    "totalNumberOfExternalBays",
96
    "totalNumberOfHotswapBays",
97
    "totalNumberOfInternalBays",
98
    "voltage",
99
    "wattage"
100
})
101
@XmlRootElement(name = "SystemCabinet")
102
public class SystemCabinet {
103
 
104
    @XmlElement(name = "VariationData")
105
    protected VariationData variationData;
106
    @XmlElement(name = "AdditionalFeatures")
107
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
108
    protected String additionalFeatures;
109
    @XmlElement(name = "AirDuctLocation")
110
    protected String airDuctLocation;
111
    @XmlElement(name = "ExpansionSlots")
112
    protected BigInteger expansionSlots;
113
    @XmlElement(name = "ExternalBayType")
114
    protected List<LengthFourDigitDimension> externalBayType;
115
    @XmlElement(name = "HotswapBayType")
116
    protected List<LengthFourDigitDimension> hotswapBayType;
117
    @XmlElement(name = "InternalBayType")
118
    protected List<LengthFourDigitDimension> internalBayType;
119
    @XmlElement(name = "MaterialType")
120
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
121
    protected String materialType;
122
    @XmlElement(name = "ModelNumber")
123
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
124
    protected String modelNumber;
125
    @XmlElement(name = "MotherboardCompatibility")
126
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
127
    protected String motherboardCompatibility;
128
    @XmlElement(name = "PanelWindowLocation")
129
    protected String panelWindowLocation;
130
    @XmlElement(name = "PowerSupplyMaxOutput")
131
    protected PowerSixDigitDimension powerSupplyMaxOutput;
132
    @XmlElement(name = "PowerSupplyMounting")
133
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
134
    protected String powerSupplyMounting;
135
    @XmlElement(name = "SystemCabinetFormFactor")
136
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
137
    protected String systemCabinetFormFactor;
138
    @XmlElement(name = "TotalFrontPanelAudioInPorts")
139
    protected BigInteger totalFrontPanelAudioInPorts;
140
    @XmlElement(name = "TotalFrontPanelAudioOutPorts")
141
    protected BigInteger totalFrontPanelAudioOutPorts;
142
    @XmlElement(name = "TotalFrontPaneleSataPorts")
143
    protected BigInteger totalFrontPaneleSataPorts;
144
    @XmlElement(name = "TotalFrontPanelFirewire400Ports")
145
    protected BigInteger totalFrontPanelFirewire400Ports;
146
    @XmlElement(name = "TotalFrontPanelFirewire800Ports")
147
    protected BigInteger totalFrontPanelFirewire800Ports;
148
    @XmlElement(name = "TotalFrontPanelUSB1.0Ports")
149
    protected BigInteger totalFrontPanelUSB10Ports;
150
    @XmlElement(name = "TotalFrontPanelUSB1.1Ports")
151
    protected BigInteger totalFrontPanelUSB11Ports;
152
    @XmlElement(name = "TotalFrontPanelUSB2.0Ports")
153
    protected BigInteger totalFrontPanelUSB20Ports;
154
    @XmlElement(name = "TotalFrontPanelUSB3.0Ports")
155
    protected BigInteger totalFrontPanelUSB30Ports;
156
    @XmlElement(name = "TotalNumberOfExternalBays")
157
    protected BigInteger totalNumberOfExternalBays;
158
    @XmlElement(name = "TotalNumberOfHotswapBays")
159
    protected BigInteger totalNumberOfHotswapBays;
160
    @XmlElement(name = "TotalNumberOfInternalBays")
161
    protected BigInteger totalNumberOfInternalBays;
162
    @XmlElement(name = "Voltage")
163
    protected BigDecimal voltage;
164
    @XmlElement(name = "Wattage")
165
    protected BigInteger wattage;
166
 
167
    /**
168
     * Gets the value of the variationData property.
169
     * 
170
     * @return
171
     *     possible object is
172
     *     {@link VariationData }
173
     *     
174
     */
175
    public VariationData getVariationData() {
176
        return variationData;
177
    }
178
 
179
    /**
180
     * Sets the value of the variationData property.
181
     * 
182
     * @param value
183
     *     allowed object is
184
     *     {@link VariationData }
185
     *     
186
     */
187
    public void setVariationData(VariationData value) {
188
        this.variationData = value;
189
    }
190
 
191
    /**
192
     * Gets the value of the additionalFeatures property.
193
     * 
194
     * @return
195
     *     possible object is
196
     *     {@link String }
197
     *     
198
     */
199
    public String getAdditionalFeatures() {
200
        return additionalFeatures;
201
    }
202
 
203
    /**
204
     * Sets the value of the additionalFeatures property.
205
     * 
206
     * @param value
207
     *     allowed object is
208
     *     {@link String }
209
     *     
210
     */
211
    public void setAdditionalFeatures(String value) {
212
        this.additionalFeatures = value;
213
    }
214
 
215
    /**
216
     * Gets the value of the airDuctLocation property.
217
     * 
218
     * @return
219
     *     possible object is
220
     *     {@link String }
221
     *     
222
     */
223
    public String getAirDuctLocation() {
224
        return airDuctLocation;
225
    }
226
 
227
    /**
228
     * Sets the value of the airDuctLocation property.
229
     * 
230
     * @param value
231
     *     allowed object is
232
     *     {@link String }
233
     *     
234
     */
235
    public void setAirDuctLocation(String value) {
236
        this.airDuctLocation = value;
237
    }
238
 
239
    /**
240
     * Gets the value of the expansionSlots property.
241
     * 
242
     * @return
243
     *     possible object is
244
     *     {@link BigInteger }
245
     *     
246
     */
247
    public BigInteger getExpansionSlots() {
248
        return expansionSlots;
249
    }
250
 
251
    /**
252
     * Sets the value of the expansionSlots property.
253
     * 
254
     * @param value
255
     *     allowed object is
256
     *     {@link BigInteger }
257
     *     
258
     */
259
    public void setExpansionSlots(BigInteger value) {
260
        this.expansionSlots = value;
261
    }
262
 
263
    /**
264
     * Gets the value of the externalBayType property.
265
     * 
266
     * <p>
267
     * This accessor method returns a reference to the live list,
268
     * not a snapshot. Therefore any modification you make to the
269
     * returned list will be present inside the JAXB object.
270
     * This is why there is not a <CODE>set</CODE> method for the externalBayType property.
271
     * 
272
     * <p>
273
     * For example, to add a new item, do as follows:
274
     * <pre>
275
     *    getExternalBayType().add(newItem);
276
     * </pre>
277
     * 
278
     * 
279
     * <p>
280
     * Objects of the following type(s) are allowed in the list
281
     * {@link LengthFourDigitDimension }
282
     * 
283
     * 
284
     */
285
    public List<LengthFourDigitDimension> getExternalBayType() {
286
        if (externalBayType == null) {
287
            externalBayType = new ArrayList<LengthFourDigitDimension>();
288
        }
289
        return this.externalBayType;
290
    }
291
 
292
    /**
293
     * Gets the value of the hotswapBayType property.
294
     * 
295
     * <p>
296
     * This accessor method returns a reference to the live list,
297
     * not a snapshot. Therefore any modification you make to the
298
     * returned list will be present inside the JAXB object.
299
     * This is why there is not a <CODE>set</CODE> method for the hotswapBayType property.
300
     * 
301
     * <p>
302
     * For example, to add a new item, do as follows:
303
     * <pre>
304
     *    getHotswapBayType().add(newItem);
305
     * </pre>
306
     * 
307
     * 
308
     * <p>
309
     * Objects of the following type(s) are allowed in the list
310
     * {@link LengthFourDigitDimension }
311
     * 
312
     * 
313
     */
314
    public List<LengthFourDigitDimension> getHotswapBayType() {
315
        if (hotswapBayType == null) {
316
            hotswapBayType = new ArrayList<LengthFourDigitDimension>();
317
        }
318
        return this.hotswapBayType;
319
    }
320
 
321
    /**
322
     * Gets the value of the internalBayType property.
323
     * 
324
     * <p>
325
     * This accessor method returns a reference to the live list,
326
     * not a snapshot. Therefore any modification you make to the
327
     * returned list will be present inside the JAXB object.
328
     * This is why there is not a <CODE>set</CODE> method for the internalBayType property.
329
     * 
330
     * <p>
331
     * For example, to add a new item, do as follows:
332
     * <pre>
333
     *    getInternalBayType().add(newItem);
334
     * </pre>
335
     * 
336
     * 
337
     * <p>
338
     * Objects of the following type(s) are allowed in the list
339
     * {@link LengthFourDigitDimension }
340
     * 
341
     * 
342
     */
343
    public List<LengthFourDigitDimension> getInternalBayType() {
344
        if (internalBayType == null) {
345
            internalBayType = new ArrayList<LengthFourDigitDimension>();
346
        }
347
        return this.internalBayType;
348
    }
349
 
350
    /**
351
     * Gets the value of the materialType property.
352
     * 
353
     * @return
354
     *     possible object is
355
     *     {@link String }
356
     *     
357
     */
358
    public String getMaterialType() {
359
        return materialType;
360
    }
361
 
362
    /**
363
     * Sets the value of the materialType property.
364
     * 
365
     * @param value
366
     *     allowed object is
367
     *     {@link String }
368
     *     
369
     */
370
    public void setMaterialType(String value) {
371
        this.materialType = value;
372
    }
373
 
374
    /**
375
     * Gets the value of the modelNumber property.
376
     * 
377
     * @return
378
     *     possible object is
379
     *     {@link String }
380
     *     
381
     */
382
    public String getModelNumber() {
383
        return modelNumber;
384
    }
385
 
386
    /**
387
     * Sets the value of the modelNumber property.
388
     * 
389
     * @param value
390
     *     allowed object is
391
     *     {@link String }
392
     *     
393
     */
394
    public void setModelNumber(String value) {
395
        this.modelNumber = value;
396
    }
397
 
398
    /**
399
     * Gets the value of the motherboardCompatibility property.
400
     * 
401
     * @return
402
     *     possible object is
403
     *     {@link String }
404
     *     
405
     */
406
    public String getMotherboardCompatibility() {
407
        return motherboardCompatibility;
408
    }
409
 
410
    /**
411
     * Sets the value of the motherboardCompatibility property.
412
     * 
413
     * @param value
414
     *     allowed object is
415
     *     {@link String }
416
     *     
417
     */
418
    public void setMotherboardCompatibility(String value) {
419
        this.motherboardCompatibility = value;
420
    }
421
 
422
    /**
423
     * Gets the value of the panelWindowLocation property.
424
     * 
425
     * @return
426
     *     possible object is
427
     *     {@link String }
428
     *     
429
     */
430
    public String getPanelWindowLocation() {
431
        return panelWindowLocation;
432
    }
433
 
434
    /**
435
     * Sets the value of the panelWindowLocation property.
436
     * 
437
     * @param value
438
     *     allowed object is
439
     *     {@link String }
440
     *     
441
     */
442
    public void setPanelWindowLocation(String value) {
443
        this.panelWindowLocation = value;
444
    }
445
 
446
    /**
447
     * Gets the value of the powerSupplyMaxOutput property.
448
     * 
449
     * @return
450
     *     possible object is
451
     *     {@link PowerSixDigitDimension }
452
     *     
453
     */
454
    public PowerSixDigitDimension getPowerSupplyMaxOutput() {
455
        return powerSupplyMaxOutput;
456
    }
457
 
458
    /**
459
     * Sets the value of the powerSupplyMaxOutput property.
460
     * 
461
     * @param value
462
     *     allowed object is
463
     *     {@link PowerSixDigitDimension }
464
     *     
465
     */
466
    public void setPowerSupplyMaxOutput(PowerSixDigitDimension value) {
467
        this.powerSupplyMaxOutput = value;
468
    }
469
 
470
    /**
471
     * Gets the value of the powerSupplyMounting property.
472
     * 
473
     * @return
474
     *     possible object is
475
     *     {@link String }
476
     *     
477
     */
478
    public String getPowerSupplyMounting() {
479
        return powerSupplyMounting;
480
    }
481
 
482
    /**
483
     * Sets the value of the powerSupplyMounting property.
484
     * 
485
     * @param value
486
     *     allowed object is
487
     *     {@link String }
488
     *     
489
     */
490
    public void setPowerSupplyMounting(String value) {
491
        this.powerSupplyMounting = value;
492
    }
493
 
494
    /**
495
     * Gets the value of the systemCabinetFormFactor property.
496
     * 
497
     * @return
498
     *     possible object is
499
     *     {@link String }
500
     *     
501
     */
502
    public String getSystemCabinetFormFactor() {
503
        return systemCabinetFormFactor;
504
    }
505
 
506
    /**
507
     * Sets the value of the systemCabinetFormFactor property.
508
     * 
509
     * @param value
510
     *     allowed object is
511
     *     {@link String }
512
     *     
513
     */
514
    public void setSystemCabinetFormFactor(String value) {
515
        this.systemCabinetFormFactor = value;
516
    }
517
 
518
    /**
519
     * Gets the value of the totalFrontPanelAudioInPorts property.
520
     * 
521
     * @return
522
     *     possible object is
523
     *     {@link BigInteger }
524
     *     
525
     */
526
    public BigInteger getTotalFrontPanelAudioInPorts() {
527
        return totalFrontPanelAudioInPorts;
528
    }
529
 
530
    /**
531
     * Sets the value of the totalFrontPanelAudioInPorts property.
532
     * 
533
     * @param value
534
     *     allowed object is
535
     *     {@link BigInteger }
536
     *     
537
     */
538
    public void setTotalFrontPanelAudioInPorts(BigInteger value) {
539
        this.totalFrontPanelAudioInPorts = value;
540
    }
541
 
542
    /**
543
     * Gets the value of the totalFrontPanelAudioOutPorts property.
544
     * 
545
     * @return
546
     *     possible object is
547
     *     {@link BigInteger }
548
     *     
549
     */
550
    public BigInteger getTotalFrontPanelAudioOutPorts() {
551
        return totalFrontPanelAudioOutPorts;
552
    }
553
 
554
    /**
555
     * Sets the value of the totalFrontPanelAudioOutPorts property.
556
     * 
557
     * @param value
558
     *     allowed object is
559
     *     {@link BigInteger }
560
     *     
561
     */
562
    public void setTotalFrontPanelAudioOutPorts(BigInteger value) {
563
        this.totalFrontPanelAudioOutPorts = value;
564
    }
565
 
566
    /**
567
     * Gets the value of the totalFrontPaneleSataPorts property.
568
     * 
569
     * @return
570
     *     possible object is
571
     *     {@link BigInteger }
572
     *     
573
     */
574
    public BigInteger getTotalFrontPaneleSataPorts() {
575
        return totalFrontPaneleSataPorts;
576
    }
577
 
578
    /**
579
     * Sets the value of the totalFrontPaneleSataPorts property.
580
     * 
581
     * @param value
582
     *     allowed object is
583
     *     {@link BigInteger }
584
     *     
585
     */
586
    public void setTotalFrontPaneleSataPorts(BigInteger value) {
587
        this.totalFrontPaneleSataPorts = value;
588
    }
589
 
590
    /**
591
     * Gets the value of the totalFrontPanelFirewire400Ports property.
592
     * 
593
     * @return
594
     *     possible object is
595
     *     {@link BigInteger }
596
     *     
597
     */
598
    public BigInteger getTotalFrontPanelFirewire400Ports() {
599
        return totalFrontPanelFirewire400Ports;
600
    }
601
 
602
    /**
603
     * Sets the value of the totalFrontPanelFirewire400Ports property.
604
     * 
605
     * @param value
606
     *     allowed object is
607
     *     {@link BigInteger }
608
     *     
609
     */
610
    public void setTotalFrontPanelFirewire400Ports(BigInteger value) {
611
        this.totalFrontPanelFirewire400Ports = value;
612
    }
613
 
614
    /**
615
     * Gets the value of the totalFrontPanelFirewire800Ports property.
616
     * 
617
     * @return
618
     *     possible object is
619
     *     {@link BigInteger }
620
     *     
621
     */
622
    public BigInteger getTotalFrontPanelFirewire800Ports() {
623
        return totalFrontPanelFirewire800Ports;
624
    }
625
 
626
    /**
627
     * Sets the value of the totalFrontPanelFirewire800Ports property.
628
     * 
629
     * @param value
630
     *     allowed object is
631
     *     {@link BigInteger }
632
     *     
633
     */
634
    public void setTotalFrontPanelFirewire800Ports(BigInteger value) {
635
        this.totalFrontPanelFirewire800Ports = value;
636
    }
637
 
638
    /**
639
     * Gets the value of the totalFrontPanelUSB10Ports property.
640
     * 
641
     * @return
642
     *     possible object is
643
     *     {@link BigInteger }
644
     *     
645
     */
646
    public BigInteger getTotalFrontPanelUSB10Ports() {
647
        return totalFrontPanelUSB10Ports;
648
    }
649
 
650
    /**
651
     * Sets the value of the totalFrontPanelUSB10Ports property.
652
     * 
653
     * @param value
654
     *     allowed object is
655
     *     {@link BigInteger }
656
     *     
657
     */
658
    public void setTotalFrontPanelUSB10Ports(BigInteger value) {
659
        this.totalFrontPanelUSB10Ports = value;
660
    }
661
 
662
    /**
663
     * Gets the value of the totalFrontPanelUSB11Ports property.
664
     * 
665
     * @return
666
     *     possible object is
667
     *     {@link BigInteger }
668
     *     
669
     */
670
    public BigInteger getTotalFrontPanelUSB11Ports() {
671
        return totalFrontPanelUSB11Ports;
672
    }
673
 
674
    /**
675
     * Sets the value of the totalFrontPanelUSB11Ports property.
676
     * 
677
     * @param value
678
     *     allowed object is
679
     *     {@link BigInteger }
680
     *     
681
     */
682
    public void setTotalFrontPanelUSB11Ports(BigInteger value) {
683
        this.totalFrontPanelUSB11Ports = value;
684
    }
685
 
686
    /**
687
     * Gets the value of the totalFrontPanelUSB20Ports property.
688
     * 
689
     * @return
690
     *     possible object is
691
     *     {@link BigInteger }
692
     *     
693
     */
694
    public BigInteger getTotalFrontPanelUSB20Ports() {
695
        return totalFrontPanelUSB20Ports;
696
    }
697
 
698
    /**
699
     * Sets the value of the totalFrontPanelUSB20Ports property.
700
     * 
701
     * @param value
702
     *     allowed object is
703
     *     {@link BigInteger }
704
     *     
705
     */
706
    public void setTotalFrontPanelUSB20Ports(BigInteger value) {
707
        this.totalFrontPanelUSB20Ports = value;
708
    }
709
 
710
    /**
711
     * Gets the value of the totalFrontPanelUSB30Ports property.
712
     * 
713
     * @return
714
     *     possible object is
715
     *     {@link BigInteger }
716
     *     
717
     */
718
    public BigInteger getTotalFrontPanelUSB30Ports() {
719
        return totalFrontPanelUSB30Ports;
720
    }
721
 
722
    /**
723
     * Sets the value of the totalFrontPanelUSB30Ports property.
724
     * 
725
     * @param value
726
     *     allowed object is
727
     *     {@link BigInteger }
728
     *     
729
     */
730
    public void setTotalFrontPanelUSB30Ports(BigInteger value) {
731
        this.totalFrontPanelUSB30Ports = value;
732
    }
733
 
734
    /**
735
     * Gets the value of the totalNumberOfExternalBays property.
736
     * 
737
     * @return
738
     *     possible object is
739
     *     {@link BigInteger }
740
     *     
741
     */
742
    public BigInteger getTotalNumberOfExternalBays() {
743
        return totalNumberOfExternalBays;
744
    }
745
 
746
    /**
747
     * Sets the value of the totalNumberOfExternalBays property.
748
     * 
749
     * @param value
750
     *     allowed object is
751
     *     {@link BigInteger }
752
     *     
753
     */
754
    public void setTotalNumberOfExternalBays(BigInteger value) {
755
        this.totalNumberOfExternalBays = value;
756
    }
757
 
758
    /**
759
     * Gets the value of the totalNumberOfHotswapBays property.
760
     * 
761
     * @return
762
     *     possible object is
763
     *     {@link BigInteger }
764
     *     
765
     */
766
    public BigInteger getTotalNumberOfHotswapBays() {
767
        return totalNumberOfHotswapBays;
768
    }
769
 
770
    /**
771
     * Sets the value of the totalNumberOfHotswapBays property.
772
     * 
773
     * @param value
774
     *     allowed object is
775
     *     {@link BigInteger }
776
     *     
777
     */
778
    public void setTotalNumberOfHotswapBays(BigInteger value) {
779
        this.totalNumberOfHotswapBays = value;
780
    }
781
 
782
    /**
783
     * Gets the value of the totalNumberOfInternalBays property.
784
     * 
785
     * @return
786
     *     possible object is
787
     *     {@link BigInteger }
788
     *     
789
     */
790
    public BigInteger getTotalNumberOfInternalBays() {
791
        return totalNumberOfInternalBays;
792
    }
793
 
794
    /**
795
     * Sets the value of the totalNumberOfInternalBays property.
796
     * 
797
     * @param value
798
     *     allowed object is
799
     *     {@link BigInteger }
800
     *     
801
     */
802
    public void setTotalNumberOfInternalBays(BigInteger value) {
803
        this.totalNumberOfInternalBays = value;
804
    }
805
 
806
    /**
807
     * Gets the value of the voltage property.
808
     * 
809
     * @return
810
     *     possible object is
811
     *     {@link BigDecimal }
812
     *     
813
     */
814
    public BigDecimal getVoltage() {
815
        return voltage;
816
    }
817
 
818
    /**
819
     * Sets the value of the voltage property.
820
     * 
821
     * @param value
822
     *     allowed object is
823
     *     {@link BigDecimal }
824
     *     
825
     */
826
    public void setVoltage(BigDecimal value) {
827
        this.voltage = value;
828
    }
829
 
830
    /**
831
     * Gets the value of the wattage property.
832
     * 
833
     * @return
834
     *     possible object is
835
     *     {@link BigInteger }
836
     *     
837
     */
838
    public BigInteger getWattage() {
839
        return wattage;
840
    }
841
 
842
    /**
843
     * Sets the value of the wattage property.
844
     * 
845
     * @param value
846
     *     allowed object is
847
     *     {@link BigInteger }
848
     *     
849
     */
850
    public void setWattage(BigInteger value) {
851
        this.wattage = value;
852
    }
853
 
854
}