Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

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