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.BigInteger;
12
import java.util.ArrayList;
13
import java.util.List;
14
import javax.xml.bind.annotation.XmlAccessType;
15
import javax.xml.bind.annotation.XmlAccessorType;
16
import javax.xml.bind.annotation.XmlElement;
17
import javax.xml.bind.annotation.XmlRootElement;
18
import javax.xml.bind.annotation.XmlSchemaType;
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="{}BatteryCellType" minOccurs="0"/>
35
 *         &lt;element name="BatteryChargeCycles" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
36
 *         &lt;element ref="{}BatteryPower" minOccurs="0"/>
37
 *         &lt;element ref="{}BoxContents" minOccurs="0"/>
38
 *         &lt;element name="CableLength" type="{}LengthDimension" minOccurs="0"/>
39
 *         &lt;element ref="{}FinishType" minOccurs="0"/>
40
 *         &lt;element ref="{}GrilleRemoveability" minOccurs="0"/>
41
 *         &lt;element ref="{}InternetApplications" maxOccurs="5" minOccurs="0"/>
42
 *         &lt;element ref="{}MidRangeSpeakerDiameter" minOccurs="0"/>
43
 *         &lt;element ref="{}MidRangeSpeakerMaterial" minOccurs="0"/>
44
 *         &lt;element ref="{}NumberOfRadioBandsSupported" minOccurs="0"/>
45
 *         &lt;element ref="{}PowerConsumption" minOccurs="0"/>
46
 *         &lt;element ref="{}PowerPlugType" minOccurs="0"/>
47
 *         &lt;element name="PowerSource" type="{}FortyStringNotNull" minOccurs="0"/>
48
 *         &lt;element name="RemoteControlDescription" type="{}StringNotNull" minOccurs="0"/>
49
 *         &lt;element ref="{}Shape" minOccurs="0"/>
50
 *         &lt;element ref="{}SpeakerGrilleMaterial" minOccurs="0"/>
51
 *         &lt;element ref="{}SpeakerMaximumInputPower" minOccurs="0"/>
52
 *         &lt;element ref="{}SubwooferPowerTechnology" minOccurs="0"/>
53
 *         &lt;element ref="{}SubwooferSpeakerDiameter" minOccurs="0"/>
54
 *         &lt;element ref="{}SubwooferSpeakerMaterial" minOccurs="0"/>
55
 *         &lt;element ref="{}SubwooferWattage" minOccurs="0"/>
56
 *         &lt;element ref="{}TotalEthernetPorts" minOccurs="0"/>
57
 *         &lt;element ref="{}TotalSubwooferOutputs" minOccurs="0"/>
58
 *         &lt;element ref="{}TweeterConeMaterialType" minOccurs="0"/>
59
 *         &lt;element ref="{}TweeterDriverDiameter" minOccurs="0"/>
60
 *         &lt;element name="WirelessTechnology" type="{}StringNotNull" maxOccurs="5" minOccurs="0"/>
61
 *         &lt;element ref="{}WooferSpeakerDiameter" minOccurs="0"/>
62
 *         &lt;element ref="{}WooferSpeakerMaterial" minOccurs="0"/>
63
 *       &lt;/sequence>
64
 *     &lt;/restriction>
65
 *   &lt;/complexContent>
66
 * &lt;/complexType>
67
 * </pre>
68
 * 
69
 * 
70
 */
71
@XmlAccessorType(XmlAccessType.FIELD)
72
@XmlType(name = "", propOrder = {
73
    "batteryCellType",
74
    "batteryChargeCycles",
75
    "batteryPower",
76
    "boxContents",
77
    "cableLength",
78
    "finishType",
79
    "grilleRemoveability",
80
    "internetApplications",
81
    "midRangeSpeakerDiameter",
82
    "midRangeSpeakerMaterial",
83
    "numberOfRadioBandsSupported",
84
    "powerConsumption",
85
    "powerPlugType",
86
    "powerSource",
87
    "remoteControlDescription",
88
    "shape",
89
    "speakerGrilleMaterial",
90
    "speakerMaximumInputPower",
91
    "subwooferPowerTechnology",
92
    "subwooferSpeakerDiameter",
93
    "subwooferSpeakerMaterial",
94
    "subwooferWattage",
95
    "totalEthernetPorts",
96
    "totalSubwooferOutputs",
97
    "tweeterConeMaterialType",
98
    "tweeterDriverDiameter",
99
    "wirelessTechnology",
100
    "wooferSpeakerDiameter",
101
    "wooferSpeakerMaterial"
102
})
103
@XmlRootElement(name = "RadioOrClockRadio")
104
public class RadioOrClockRadio {
105
 
106
    @XmlElement(name = "BatteryCellType")
107
    protected BatteryCellTypeValues batteryCellType;
108
    @XmlElement(name = "BatteryChargeCycles")
109
    @XmlSchemaType(name = "positiveInteger")
110
    protected BigInteger batteryChargeCycles;
111
    @XmlElement(name = "BatteryPower")
112
    protected BatteryPowerIntegerDimension batteryPower;
113
    @XmlElement(name = "BoxContents")
114
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
115
    protected String boxContents;
116
    @XmlElement(name = "CableLength")
117
    protected LengthDimension cableLength;
118
    @XmlElement(name = "FinishType")
119
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
120
    protected String finishType;
121
    @XmlElement(name = "GrilleRemoveability")
122
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
123
    protected String grilleRemoveability;
124
    @XmlElement(name = "InternetApplications")
125
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
126
    protected List<String> internetApplications;
127
    @XmlElement(name = "MidRangeSpeakerDiameter")
128
    protected LengthDimension midRangeSpeakerDiameter;
129
    @XmlElement(name = "MidRangeSpeakerMaterial")
130
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
131
    protected String midRangeSpeakerMaterial;
132
    @XmlElement(name = "NumberOfRadioBandsSupported")
133
    @XmlSchemaType(name = "positiveInteger")
134
    protected BigInteger numberOfRadioBandsSupported;
135
    @XmlElement(name = "PowerConsumption")
136
    protected PowerDimension powerConsumption;
137
    @XmlElement(name = "PowerPlugType")
138
    protected PowerPlugType powerPlugType;
139
    @XmlElement(name = "PowerSource")
140
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
141
    protected String powerSource;
142
    @XmlElement(name = "RemoteControlDescription")
143
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
144
    protected String remoteControlDescription;
145
    @XmlElement(name = "Shape")
146
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
147
    protected String shape;
148
    @XmlElement(name = "SpeakerGrilleMaterial")
149
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
150
    protected String speakerGrilleMaterial;
151
    @XmlElement(name = "SpeakerMaximumInputPower")
152
    protected PowerDimension speakerMaximumInputPower;
153
    @XmlElement(name = "SubwooferPowerTechnology")
154
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
155
    protected String subwooferPowerTechnology;
156
    @XmlElement(name = "SubwooferSpeakerDiameter")
157
    protected LengthDimension subwooferSpeakerDiameter;
158
    @XmlElement(name = "SubwooferSpeakerMaterial")
159
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
160
    protected String subwooferSpeakerMaterial;
161
    @XmlElement(name = "SubwooferWattage")
162
    protected WattageDimension subwooferWattage;
163
    @XmlElement(name = "TotalEthernetPorts")
164
    @XmlSchemaType(name = "positiveInteger")
165
    protected BigInteger totalEthernetPorts;
166
    @XmlElement(name = "TotalSubwooferOutputs")
167
    @XmlSchemaType(name = "positiveInteger")
168
    protected BigInteger totalSubwooferOutputs;
169
    @XmlElement(name = "TweeterConeMaterialType")
170
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
171
    protected String tweeterConeMaterialType;
172
    @XmlElement(name = "TweeterDriverDiameter")
173
    protected LengthDimension tweeterDriverDiameter;
174
    @XmlElement(name = "WirelessTechnology")
175
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
176
    protected List<String> wirelessTechnology;
177
    @XmlElement(name = "WooferSpeakerDiameter")
178
    protected LengthDimension wooferSpeakerDiameter;
179
    @XmlElement(name = "WooferSpeakerMaterial")
180
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
181
    protected String wooferSpeakerMaterial;
182
 
183
    /**
184
     * Gets the value of the batteryCellType property.
185
     * 
186
     * @return
187
     *     possible object is
188
     *     {@link BatteryCellTypeValues }
189
     *     
190
     */
191
    public BatteryCellTypeValues getBatteryCellType() {
192
        return batteryCellType;
193
    }
194
 
195
    /**
196
     * Sets the value of the batteryCellType property.
197
     * 
198
     * @param value
199
     *     allowed object is
200
     *     {@link BatteryCellTypeValues }
201
     *     
202
     */
203
    public void setBatteryCellType(BatteryCellTypeValues value) {
204
        this.batteryCellType = value;
205
    }
206
 
207
    /**
208
     * Gets the value of the batteryChargeCycles property.
209
     * 
210
     * @return
211
     *     possible object is
212
     *     {@link BigInteger }
213
     *     
214
     */
215
    public BigInteger getBatteryChargeCycles() {
216
        return batteryChargeCycles;
217
    }
218
 
219
    /**
220
     * Sets the value of the batteryChargeCycles property.
221
     * 
222
     * @param value
223
     *     allowed object is
224
     *     {@link BigInteger }
225
     *     
226
     */
227
    public void setBatteryChargeCycles(BigInteger value) {
228
        this.batteryChargeCycles = value;
229
    }
230
 
231
    /**
232
     * Gets the value of the batteryPower property.
233
     * 
234
     * @return
235
     *     possible object is
236
     *     {@link BatteryPowerIntegerDimension }
237
     *     
238
     */
239
    public BatteryPowerIntegerDimension getBatteryPower() {
240
        return batteryPower;
241
    }
242
 
243
    /**
244
     * Sets the value of the batteryPower property.
245
     * 
246
     * @param value
247
     *     allowed object is
248
     *     {@link BatteryPowerIntegerDimension }
249
     *     
250
     */
251
    public void setBatteryPower(BatteryPowerIntegerDimension value) {
252
        this.batteryPower = value;
253
    }
254
 
255
    /**
256
     * Gets the value of the boxContents property.
257
     * 
258
     * @return
259
     *     possible object is
260
     *     {@link String }
261
     *     
262
     */
263
    public String getBoxContents() {
264
        return boxContents;
265
    }
266
 
267
    /**
268
     * Sets the value of the boxContents property.
269
     * 
270
     * @param value
271
     *     allowed object is
272
     *     {@link String }
273
     *     
274
     */
275
    public void setBoxContents(String value) {
276
        this.boxContents = value;
277
    }
278
 
279
    /**
280
     * Gets the value of the cableLength property.
281
     * 
282
     * @return
283
     *     possible object is
284
     *     {@link LengthDimension }
285
     *     
286
     */
287
    public LengthDimension getCableLength() {
288
        return cableLength;
289
    }
290
 
291
    /**
292
     * Sets the value of the cableLength property.
293
     * 
294
     * @param value
295
     *     allowed object is
296
     *     {@link LengthDimension }
297
     *     
298
     */
299
    public void setCableLength(LengthDimension value) {
300
        this.cableLength = value;
301
    }
302
 
303
    /**
304
     * Gets the value of the finishType property.
305
     * 
306
     * @return
307
     *     possible object is
308
     *     {@link String }
309
     *     
310
     */
311
    public String getFinishType() {
312
        return finishType;
313
    }
314
 
315
    /**
316
     * Sets the value of the finishType property.
317
     * 
318
     * @param value
319
     *     allowed object is
320
     *     {@link String }
321
     *     
322
     */
323
    public void setFinishType(String value) {
324
        this.finishType = value;
325
    }
326
 
327
    /**
328
     * Gets the value of the grilleRemoveability property.
329
     * 
330
     * @return
331
     *     possible object is
332
     *     {@link String }
333
     *     
334
     */
335
    public String getGrilleRemoveability() {
336
        return grilleRemoveability;
337
    }
338
 
339
    /**
340
     * Sets the value of the grilleRemoveability property.
341
     * 
342
     * @param value
343
     *     allowed object is
344
     *     {@link String }
345
     *     
346
     */
347
    public void setGrilleRemoveability(String value) {
348
        this.grilleRemoveability = value;
349
    }
350
 
351
    /**
352
     * Gets the value of the internetApplications property.
353
     * 
354
     * <p>
355
     * This accessor method returns a reference to the live list,
356
     * not a snapshot. Therefore any modification you make to the
357
     * returned list will be present inside the JAXB object.
358
     * This is why there is not a <CODE>set</CODE> method for the internetApplications property.
359
     * 
360
     * <p>
361
     * For example, to add a new item, do as follows:
362
     * <pre>
363
     *    getInternetApplications().add(newItem);
364
     * </pre>
365
     * 
366
     * 
367
     * <p>
368
     * Objects of the following type(s) are allowed in the list
369
     * {@link String }
370
     * 
371
     * 
372
     */
373
    public List<String> getInternetApplications() {
374
        if (internetApplications == null) {
375
            internetApplications = new ArrayList<String>();
376
        }
377
        return this.internetApplications;
378
    }
379
 
380
    /**
381
     * Gets the value of the midRangeSpeakerDiameter property.
382
     * 
383
     * @return
384
     *     possible object is
385
     *     {@link LengthDimension }
386
     *     
387
     */
388
    public LengthDimension getMidRangeSpeakerDiameter() {
389
        return midRangeSpeakerDiameter;
390
    }
391
 
392
    /**
393
     * Sets the value of the midRangeSpeakerDiameter property.
394
     * 
395
     * @param value
396
     *     allowed object is
397
     *     {@link LengthDimension }
398
     *     
399
     */
400
    public void setMidRangeSpeakerDiameter(LengthDimension value) {
401
        this.midRangeSpeakerDiameter = value;
402
    }
403
 
404
    /**
405
     * Gets the value of the midRangeSpeakerMaterial property.
406
     * 
407
     * @return
408
     *     possible object is
409
     *     {@link String }
410
     *     
411
     */
412
    public String getMidRangeSpeakerMaterial() {
413
        return midRangeSpeakerMaterial;
414
    }
415
 
416
    /**
417
     * Sets the value of the midRangeSpeakerMaterial property.
418
     * 
419
     * @param value
420
     *     allowed object is
421
     *     {@link String }
422
     *     
423
     */
424
    public void setMidRangeSpeakerMaterial(String value) {
425
        this.midRangeSpeakerMaterial = value;
426
    }
427
 
428
    /**
429
     * Gets the value of the numberOfRadioBandsSupported property.
430
     * 
431
     * @return
432
     *     possible object is
433
     *     {@link BigInteger }
434
     *     
435
     */
436
    public BigInteger getNumberOfRadioBandsSupported() {
437
        return numberOfRadioBandsSupported;
438
    }
439
 
440
    /**
441
     * Sets the value of the numberOfRadioBandsSupported property.
442
     * 
443
     * @param value
444
     *     allowed object is
445
     *     {@link BigInteger }
446
     *     
447
     */
448
    public void setNumberOfRadioBandsSupported(BigInteger value) {
449
        this.numberOfRadioBandsSupported = value;
450
    }
451
 
452
    /**
453
     * Gets the value of the powerConsumption property.
454
     * 
455
     * @return
456
     *     possible object is
457
     *     {@link PowerDimension }
458
     *     
459
     */
460
    public PowerDimension getPowerConsumption() {
461
        return powerConsumption;
462
    }
463
 
464
    /**
465
     * Sets the value of the powerConsumption property.
466
     * 
467
     * @param value
468
     *     allowed object is
469
     *     {@link PowerDimension }
470
     *     
471
     */
472
    public void setPowerConsumption(PowerDimension value) {
473
        this.powerConsumption = value;
474
    }
475
 
476
    /**
477
     * Gets the value of the powerPlugType property.
478
     * 
479
     * @return
480
     *     possible object is
481
     *     {@link PowerPlugType }
482
     *     
483
     */
484
    public PowerPlugType getPowerPlugType() {
485
        return powerPlugType;
486
    }
487
 
488
    /**
489
     * Sets the value of the powerPlugType property.
490
     * 
491
     * @param value
492
     *     allowed object is
493
     *     {@link PowerPlugType }
494
     *     
495
     */
496
    public void setPowerPlugType(PowerPlugType value) {
497
        this.powerPlugType = value;
498
    }
499
 
500
    /**
501
     * Gets the value of the powerSource property.
502
     * 
503
     * @return
504
     *     possible object is
505
     *     {@link String }
506
     *     
507
     */
508
    public String getPowerSource() {
509
        return powerSource;
510
    }
511
 
512
    /**
513
     * Sets the value of the powerSource property.
514
     * 
515
     * @param value
516
     *     allowed object is
517
     *     {@link String }
518
     *     
519
     */
520
    public void setPowerSource(String value) {
521
        this.powerSource = value;
522
    }
523
 
524
    /**
525
     * Gets the value of the remoteControlDescription property.
526
     * 
527
     * @return
528
     *     possible object is
529
     *     {@link String }
530
     *     
531
     */
532
    public String getRemoteControlDescription() {
533
        return remoteControlDescription;
534
    }
535
 
536
    /**
537
     * Sets the value of the remoteControlDescription property.
538
     * 
539
     * @param value
540
     *     allowed object is
541
     *     {@link String }
542
     *     
543
     */
544
    public void setRemoteControlDescription(String value) {
545
        this.remoteControlDescription = value;
546
    }
547
 
548
    /**
549
     * Gets the value of the shape property.
550
     * 
551
     * @return
552
     *     possible object is
553
     *     {@link String }
554
     *     
555
     */
556
    public String getShape() {
557
        return shape;
558
    }
559
 
560
    /**
561
     * Sets the value of the shape property.
562
     * 
563
     * @param value
564
     *     allowed object is
565
     *     {@link String }
566
     *     
567
     */
568
    public void setShape(String value) {
569
        this.shape = value;
570
    }
571
 
572
    /**
573
     * Gets the value of the speakerGrilleMaterial property.
574
     * 
575
     * @return
576
     *     possible object is
577
     *     {@link String }
578
     *     
579
     */
580
    public String getSpeakerGrilleMaterial() {
581
        return speakerGrilleMaterial;
582
    }
583
 
584
    /**
585
     * Sets the value of the speakerGrilleMaterial property.
586
     * 
587
     * @param value
588
     *     allowed object is
589
     *     {@link String }
590
     *     
591
     */
592
    public void setSpeakerGrilleMaterial(String value) {
593
        this.speakerGrilleMaterial = value;
594
    }
595
 
596
    /**
597
     * Gets the value of the speakerMaximumInputPower property.
598
     * 
599
     * @return
600
     *     possible object is
601
     *     {@link PowerDimension }
602
     *     
603
     */
604
    public PowerDimension getSpeakerMaximumInputPower() {
605
        return speakerMaximumInputPower;
606
    }
607
 
608
    /**
609
     * Sets the value of the speakerMaximumInputPower property.
610
     * 
611
     * @param value
612
     *     allowed object is
613
     *     {@link PowerDimension }
614
     *     
615
     */
616
    public void setSpeakerMaximumInputPower(PowerDimension value) {
617
        this.speakerMaximumInputPower = value;
618
    }
619
 
620
    /**
621
     * Gets the value of the subwooferPowerTechnology property.
622
     * 
623
     * @return
624
     *     possible object is
625
     *     {@link String }
626
     *     
627
     */
628
    public String getSubwooferPowerTechnology() {
629
        return subwooferPowerTechnology;
630
    }
631
 
632
    /**
633
     * Sets the value of the subwooferPowerTechnology property.
634
     * 
635
     * @param value
636
     *     allowed object is
637
     *     {@link String }
638
     *     
639
     */
640
    public void setSubwooferPowerTechnology(String value) {
641
        this.subwooferPowerTechnology = value;
642
    }
643
 
644
    /**
645
     * Gets the value of the subwooferSpeakerDiameter property.
646
     * 
647
     * @return
648
     *     possible object is
649
     *     {@link LengthDimension }
650
     *     
651
     */
652
    public LengthDimension getSubwooferSpeakerDiameter() {
653
        return subwooferSpeakerDiameter;
654
    }
655
 
656
    /**
657
     * Sets the value of the subwooferSpeakerDiameter property.
658
     * 
659
     * @param value
660
     *     allowed object is
661
     *     {@link LengthDimension }
662
     *     
663
     */
664
    public void setSubwooferSpeakerDiameter(LengthDimension value) {
665
        this.subwooferSpeakerDiameter = value;
666
    }
667
 
668
    /**
669
     * Gets the value of the subwooferSpeakerMaterial property.
670
     * 
671
     * @return
672
     *     possible object is
673
     *     {@link String }
674
     *     
675
     */
676
    public String getSubwooferSpeakerMaterial() {
677
        return subwooferSpeakerMaterial;
678
    }
679
 
680
    /**
681
     * Sets the value of the subwooferSpeakerMaterial property.
682
     * 
683
     * @param value
684
     *     allowed object is
685
     *     {@link String }
686
     *     
687
     */
688
    public void setSubwooferSpeakerMaterial(String value) {
689
        this.subwooferSpeakerMaterial = value;
690
    }
691
 
692
    /**
693
     * Gets the value of the subwooferWattage property.
694
     * 
695
     * @return
696
     *     possible object is
697
     *     {@link WattageDimension }
698
     *     
699
     */
700
    public WattageDimension getSubwooferWattage() {
701
        return subwooferWattage;
702
    }
703
 
704
    /**
705
     * Sets the value of the subwooferWattage property.
706
     * 
707
     * @param value
708
     *     allowed object is
709
     *     {@link WattageDimension }
710
     *     
711
     */
712
    public void setSubwooferWattage(WattageDimension value) {
713
        this.subwooferWattage = value;
714
    }
715
 
716
    /**
717
     * Gets the value of the totalEthernetPorts property.
718
     * 
719
     * @return
720
     *     possible object is
721
     *     {@link BigInteger }
722
     *     
723
     */
724
    public BigInteger getTotalEthernetPorts() {
725
        return totalEthernetPorts;
726
    }
727
 
728
    /**
729
     * Sets the value of the totalEthernetPorts property.
730
     * 
731
     * @param value
732
     *     allowed object is
733
     *     {@link BigInteger }
734
     *     
735
     */
736
    public void setTotalEthernetPorts(BigInteger value) {
737
        this.totalEthernetPorts = value;
738
    }
739
 
740
    /**
741
     * Gets the value of the totalSubwooferOutputs property.
742
     * 
743
     * @return
744
     *     possible object is
745
     *     {@link BigInteger }
746
     *     
747
     */
748
    public BigInteger getTotalSubwooferOutputs() {
749
        return totalSubwooferOutputs;
750
    }
751
 
752
    /**
753
     * Sets the value of the totalSubwooferOutputs property.
754
     * 
755
     * @param value
756
     *     allowed object is
757
     *     {@link BigInteger }
758
     *     
759
     */
760
    public void setTotalSubwooferOutputs(BigInteger value) {
761
        this.totalSubwooferOutputs = value;
762
    }
763
 
764
    /**
765
     * Gets the value of the tweeterConeMaterialType property.
766
     * 
767
     * @return
768
     *     possible object is
769
     *     {@link String }
770
     *     
771
     */
772
    public String getTweeterConeMaterialType() {
773
        return tweeterConeMaterialType;
774
    }
775
 
776
    /**
777
     * Sets the value of the tweeterConeMaterialType property.
778
     * 
779
     * @param value
780
     *     allowed object is
781
     *     {@link String }
782
     *     
783
     */
784
    public void setTweeterConeMaterialType(String value) {
785
        this.tweeterConeMaterialType = value;
786
    }
787
 
788
    /**
789
     * Gets the value of the tweeterDriverDiameter property.
790
     * 
791
     * @return
792
     *     possible object is
793
     *     {@link LengthDimension }
794
     *     
795
     */
796
    public LengthDimension getTweeterDriverDiameter() {
797
        return tweeterDriverDiameter;
798
    }
799
 
800
    /**
801
     * Sets the value of the tweeterDriverDiameter property.
802
     * 
803
     * @param value
804
     *     allowed object is
805
     *     {@link LengthDimension }
806
     *     
807
     */
808
    public void setTweeterDriverDiameter(LengthDimension value) {
809
        this.tweeterDriverDiameter = value;
810
    }
811
 
812
    /**
813
     * Gets the value of the wirelessTechnology property.
814
     * 
815
     * <p>
816
     * This accessor method returns a reference to the live list,
817
     * not a snapshot. Therefore any modification you make to the
818
     * returned list will be present inside the JAXB object.
819
     * This is why there is not a <CODE>set</CODE> method for the wirelessTechnology property.
820
     * 
821
     * <p>
822
     * For example, to add a new item, do as follows:
823
     * <pre>
824
     *    getWirelessTechnology().add(newItem);
825
     * </pre>
826
     * 
827
     * 
828
     * <p>
829
     * Objects of the following type(s) are allowed in the list
830
     * {@link String }
831
     * 
832
     * 
833
     */
834
    public List<String> getWirelessTechnology() {
835
        if (wirelessTechnology == null) {
836
            wirelessTechnology = new ArrayList<String>();
837
        }
838
        return this.wirelessTechnology;
839
    }
840
 
841
    /**
842
     * Gets the value of the wooferSpeakerDiameter property.
843
     * 
844
     * @return
845
     *     possible object is
846
     *     {@link LengthDimension }
847
     *     
848
     */
849
    public LengthDimension getWooferSpeakerDiameter() {
850
        return wooferSpeakerDiameter;
851
    }
852
 
853
    /**
854
     * Sets the value of the wooferSpeakerDiameter property.
855
     * 
856
     * @param value
857
     *     allowed object is
858
     *     {@link LengthDimension }
859
     *     
860
     */
861
    public void setWooferSpeakerDiameter(LengthDimension value) {
862
        this.wooferSpeakerDiameter = value;
863
    }
864
 
865
    /**
866
     * Gets the value of the wooferSpeakerMaterial property.
867
     * 
868
     * @return
869
     *     possible object is
870
     *     {@link String }
871
     *     
872
     */
873
    public String getWooferSpeakerMaterial() {
874
        return wooferSpeakerMaterial;
875
    }
876
 
877
    /**
878
     * Sets the value of the wooferSpeakerMaterial property.
879
     * 
880
     * @param value
881
     *     allowed object is
882
     *     {@link String }
883
     *     
884
     */
885
    public void setWooferSpeakerMaterial(String value) {
886
        this.wooferSpeakerMaterial = value;
887
    }
888
 
889
}