Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7480 vikram.rag 1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
3
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
5
// Generated on: 2013.03.04 at 03:49:29 PM IST 
6
//
7
 
8
 
9
package in.shop2020.feeds.products;
10
 
11
import java.math.BigDecimal;
12
import java.math.BigInteger;
13
import javax.xml.bind.annotation.XmlAccessType;
14
import javax.xml.bind.annotation.XmlAccessorType;
15
import javax.xml.bind.annotation.XmlElement;
16
import javax.xml.bind.annotation.XmlRootElement;
17
import javax.xml.bind.annotation.XmlType;
18
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
19
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
20
 
21
 
22
/**
23
 * <p>Java class for anonymous complex type.
24
 * 
25
 * <p>The following schema fragment specifies the expected content contained within this class.
26
 * 
27
 * <pre>
28
 * &lt;complexType>
29
 *   &lt;complexContent>
30
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
31
 *       &lt;sequence>
32
 *         &lt;element ref="{}VariationData" minOccurs="0"/>
33
 *         &lt;element ref="{}AdditionalFeatures" minOccurs="0"/>
34
 *         &lt;element ref="{}AudioOutputMode" minOccurs="0"/>
35
 *         &lt;element ref="{}CommunicationInterface" minOccurs="0"/>
36
 *         &lt;element ref="{}DigitalAudioCapacity" minOccurs="0"/>
37
 *         &lt;element ref="{}FrequencyRange" minOccurs="0"/>
38
 *         &lt;element ref="{}InputType" minOccurs="0"/>
39
 *         &lt;element ref="{}MaximumOperatingDistance" minOccurs="0"/>
40
 *         &lt;element ref="{}MemorySlotsAvailable" minOccurs="0"/>
41
 *         &lt;element ref="{}ModelNumber" minOccurs="0"/>
42
 *         &lt;element ref="{}MovementDetectionTechnology" minOccurs="0"/>
43
 *         &lt;element ref="{}NumberOfSatelliteSpeakers" minOccurs="0"/>
44
 *         &lt;element ref="{}OutputWattage" minOccurs="0"/>
45
 *         &lt;element ref="{}RecordingCapacity" minOccurs="0"/>
46
 *         &lt;element ref="{}RemoteIncluded" minOccurs="0"/>
47
 *         &lt;element ref="{}SpeakerDiameter" minOccurs="0"/>
48
 *         &lt;element ref="{}SpeakerOutputChannelQuantity" minOccurs="0"/>
49
 *         &lt;element ref="{}SpeakersMaximumOutputPower" minOccurs="0"/>
50
 *         &lt;element ref="{}SpeakersNominalOutputPower" minOccurs="0"/>
51
 *         &lt;element ref="{}SpeakerSurroundSoundChannelConfiguration" minOccurs="0"/>
52
 *         &lt;element ref="{}Voltage" minOccurs="0"/>
53
 *         &lt;element ref="{}Wattage" minOccurs="0"/>
54
 *       &lt;/sequence>
55
 *     &lt;/restriction>
56
 *   &lt;/complexContent>
57
 * &lt;/complexType>
58
 * </pre>
59
 * 
60
 * 
61
 */
62
@XmlAccessorType(XmlAccessType.FIELD)
63
@XmlType(name = "", propOrder = {
64
    "variationData",
65
    "additionalFeatures",
66
    "audioOutputMode",
67
    "communicationInterface",
68
    "digitalAudioCapacity",
69
    "frequencyRange",
70
    "inputType",
71
    "maximumOperatingDistance",
72
    "memorySlotsAvailable",
73
    "modelNumber",
74
    "movementDetectionTechnology",
75
    "numberOfSatelliteSpeakers",
76
    "outputWattage",
77
    "recordingCapacity",
78
    "remoteIncluded",
79
    "speakerDiameter",
80
    "speakerOutputChannelQuantity",
81
    "speakersMaximumOutputPower",
82
    "speakersNominalOutputPower",
83
    "speakerSurroundSoundChannelConfiguration",
84
    "voltage",
85
    "wattage"
86
})
87
@XmlRootElement(name = "ComputerSpeaker")
88
public class ComputerSpeaker {
89
 
90
    @XmlElement(name = "VariationData")
91
    protected VariationData variationData;
92
    @XmlElement(name = "AdditionalFeatures")
93
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
94
    protected String additionalFeatures;
95
    @XmlElement(name = "AudioOutputMode")
96
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
97
    protected String audioOutputMode;
98
    @XmlElement(name = "CommunicationInterface")
99
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
100
    protected String communicationInterface;
101
    @XmlElement(name = "DigitalAudioCapacity")
102
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
103
    protected String digitalAudioCapacity;
104
    @XmlElement(name = "FrequencyRange")
105
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
106
    protected String frequencyRange;
107
    @XmlElement(name = "InputType")
108
    protected InputTypeValues inputType;
109
    @XmlElement(name = "MaximumOperatingDistance")
110
    protected LengthIntegerDimension maximumOperatingDistance;
111
    @XmlElement(name = "MemorySlotsAvailable")
112
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
113
    protected String memorySlotsAvailable;
114
    @XmlElement(name = "ModelNumber")
115
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
116
    protected String modelNumber;
117
    @XmlElement(name = "MovementDetectionTechnology")
118
    protected Boolean movementDetectionTechnology;
119
    @XmlElement(name = "NumberOfSatelliteSpeakers")
120
    protected BigDecimal numberOfSatelliteSpeakers;
121
    @XmlElement(name = "OutputWattage")
122
    protected BigInteger outputWattage;
123
    @XmlElement(name = "RecordingCapacity")
124
    protected TimeIntegerDimension recordingCapacity;
125
    @XmlElement(name = "RemoteIncluded")
126
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
127
    protected String remoteIncluded;
128
    @XmlElement(name = "SpeakerDiameter")
129
    protected LengthDimension speakerDiameter;
130
    @XmlElement(name = "SpeakerOutputChannelQuantity")
131
    protected BigInteger speakerOutputChannelQuantity;
132
    @XmlElement(name = "SpeakersMaximumOutputPower")
133
    protected WattageDimension speakersMaximumOutputPower;
134
    @XmlElement(name = "SpeakersNominalOutputPower")
135
    protected WattageDimension speakersNominalOutputPower;
136
    @XmlElement(name = "SpeakerSurroundSoundChannelConfiguration")
137
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
138
    protected String speakerSurroundSoundChannelConfiguration;
139
    @XmlElement(name = "Voltage")
140
    protected BigDecimal voltage;
141
    @XmlElement(name = "Wattage")
142
    protected BigInteger wattage;
143
 
144
    /**
145
     * Gets the value of the variationData property.
146
     * 
147
     * @return
148
     *     possible object is
149
     *     {@link VariationData }
150
     *     
151
     */
152
    public VariationData getVariationData() {
153
        return variationData;
154
    }
155
 
156
    /**
157
     * Sets the value of the variationData property.
158
     * 
159
     * @param value
160
     *     allowed object is
161
     *     {@link VariationData }
162
     *     
163
     */
164
    public void setVariationData(VariationData value) {
165
        this.variationData = value;
166
    }
167
 
168
    /**
169
     * Gets the value of the additionalFeatures property.
170
     * 
171
     * @return
172
     *     possible object is
173
     *     {@link String }
174
     *     
175
     */
176
    public String getAdditionalFeatures() {
177
        return additionalFeatures;
178
    }
179
 
180
    /**
181
     * Sets the value of the additionalFeatures property.
182
     * 
183
     * @param value
184
     *     allowed object is
185
     *     {@link String }
186
     *     
187
     */
188
    public void setAdditionalFeatures(String value) {
189
        this.additionalFeatures = value;
190
    }
191
 
192
    /**
193
     * Gets the value of the audioOutputMode property.
194
     * 
195
     * @return
196
     *     possible object is
197
     *     {@link String }
198
     *     
199
     */
200
    public String getAudioOutputMode() {
201
        return audioOutputMode;
202
    }
203
 
204
    /**
205
     * Sets the value of the audioOutputMode property.
206
     * 
207
     * @param value
208
     *     allowed object is
209
     *     {@link String }
210
     *     
211
     */
212
    public void setAudioOutputMode(String value) {
213
        this.audioOutputMode = value;
214
    }
215
 
216
    /**
217
     * Gets the value of the communicationInterface property.
218
     * 
219
     * @return
220
     *     possible object is
221
     *     {@link String }
222
     *     
223
     */
224
    public String getCommunicationInterface() {
225
        return communicationInterface;
226
    }
227
 
228
    /**
229
     * Sets the value of the communicationInterface property.
230
     * 
231
     * @param value
232
     *     allowed object is
233
     *     {@link String }
234
     *     
235
     */
236
    public void setCommunicationInterface(String value) {
237
        this.communicationInterface = value;
238
    }
239
 
240
    /**
241
     * Gets the value of the digitalAudioCapacity property.
242
     * 
243
     * @return
244
     *     possible object is
245
     *     {@link String }
246
     *     
247
     */
248
    public String getDigitalAudioCapacity() {
249
        return digitalAudioCapacity;
250
    }
251
 
252
    /**
253
     * Sets the value of the digitalAudioCapacity property.
254
     * 
255
     * @param value
256
     *     allowed object is
257
     *     {@link String }
258
     *     
259
     */
260
    public void setDigitalAudioCapacity(String value) {
261
        this.digitalAudioCapacity = value;
262
    }
263
 
264
    /**
265
     * Gets the value of the frequencyRange property.
266
     * 
267
     * @return
268
     *     possible object is
269
     *     {@link String }
270
     *     
271
     */
272
    public String getFrequencyRange() {
273
        return frequencyRange;
274
    }
275
 
276
    /**
277
     * Sets the value of the frequencyRange property.
278
     * 
279
     * @param value
280
     *     allowed object is
281
     *     {@link String }
282
     *     
283
     */
284
    public void setFrequencyRange(String value) {
285
        this.frequencyRange = value;
286
    }
287
 
288
    /**
289
     * Gets the value of the inputType property.
290
     * 
291
     * @return
292
     *     possible object is
293
     *     {@link InputTypeValues }
294
     *     
295
     */
296
    public InputTypeValues getInputType() {
297
        return inputType;
298
    }
299
 
300
    /**
301
     * Sets the value of the inputType property.
302
     * 
303
     * @param value
304
     *     allowed object is
305
     *     {@link InputTypeValues }
306
     *     
307
     */
308
    public void setInputType(InputTypeValues value) {
309
        this.inputType = value;
310
    }
311
 
312
    /**
313
     * Gets the value of the maximumOperatingDistance property.
314
     * 
315
     * @return
316
     *     possible object is
317
     *     {@link LengthIntegerDimension }
318
     *     
319
     */
320
    public LengthIntegerDimension getMaximumOperatingDistance() {
321
        return maximumOperatingDistance;
322
    }
323
 
324
    /**
325
     * Sets the value of the maximumOperatingDistance property.
326
     * 
327
     * @param value
328
     *     allowed object is
329
     *     {@link LengthIntegerDimension }
330
     *     
331
     */
332
    public void setMaximumOperatingDistance(LengthIntegerDimension value) {
333
        this.maximumOperatingDistance = value;
334
    }
335
 
336
    /**
337
     * Gets the value of the memorySlotsAvailable property.
338
     * 
339
     * @return
340
     *     possible object is
341
     *     {@link String }
342
     *     
343
     */
344
    public String getMemorySlotsAvailable() {
345
        return memorySlotsAvailable;
346
    }
347
 
348
    /**
349
     * Sets the value of the memorySlotsAvailable property.
350
     * 
351
     * @param value
352
     *     allowed object is
353
     *     {@link String }
354
     *     
355
     */
356
    public void setMemorySlotsAvailable(String value) {
357
        this.memorySlotsAvailable = value;
358
    }
359
 
360
    /**
361
     * Gets the value of the modelNumber property.
362
     * 
363
     * @return
364
     *     possible object is
365
     *     {@link String }
366
     *     
367
     */
368
    public String getModelNumber() {
369
        return modelNumber;
370
    }
371
 
372
    /**
373
     * Sets the value of the modelNumber property.
374
     * 
375
     * @param value
376
     *     allowed object is
377
     *     {@link String }
378
     *     
379
     */
380
    public void setModelNumber(String value) {
381
        this.modelNumber = value;
382
    }
383
 
384
    /**
385
     * Gets the value of the movementDetectionTechnology property.
386
     * 
387
     * @return
388
     *     possible object is
389
     *     {@link Boolean }
390
     *     
391
     */
392
    public Boolean isMovementDetectionTechnology() {
393
        return movementDetectionTechnology;
394
    }
395
 
396
    /**
397
     * Sets the value of the movementDetectionTechnology property.
398
     * 
399
     * @param value
400
     *     allowed object is
401
     *     {@link Boolean }
402
     *     
403
     */
404
    public void setMovementDetectionTechnology(Boolean value) {
405
        this.movementDetectionTechnology = value;
406
    }
407
 
408
    /**
409
     * Gets the value of the numberOfSatelliteSpeakers property.
410
     * 
411
     * @return
412
     *     possible object is
413
     *     {@link BigDecimal }
414
     *     
415
     */
416
    public BigDecimal getNumberOfSatelliteSpeakers() {
417
        return numberOfSatelliteSpeakers;
418
    }
419
 
420
    /**
421
     * Sets the value of the numberOfSatelliteSpeakers property.
422
     * 
423
     * @param value
424
     *     allowed object is
425
     *     {@link BigDecimal }
426
     *     
427
     */
428
    public void setNumberOfSatelliteSpeakers(BigDecimal value) {
429
        this.numberOfSatelliteSpeakers = value;
430
    }
431
 
432
    /**
433
     * Gets the value of the outputWattage property.
434
     * 
435
     * @return
436
     *     possible object is
437
     *     {@link BigInteger }
438
     *     
439
     */
440
    public BigInteger getOutputWattage() {
441
        return outputWattage;
442
    }
443
 
444
    /**
445
     * Sets the value of the outputWattage property.
446
     * 
447
     * @param value
448
     *     allowed object is
449
     *     {@link BigInteger }
450
     *     
451
     */
452
    public void setOutputWattage(BigInteger value) {
453
        this.outputWattage = value;
454
    }
455
 
456
    /**
457
     * Gets the value of the recordingCapacity property.
458
     * 
459
     * @return
460
     *     possible object is
461
     *     {@link TimeIntegerDimension }
462
     *     
463
     */
464
    public TimeIntegerDimension getRecordingCapacity() {
465
        return recordingCapacity;
466
    }
467
 
468
    /**
469
     * Sets the value of the recordingCapacity property.
470
     * 
471
     * @param value
472
     *     allowed object is
473
     *     {@link TimeIntegerDimension }
474
     *     
475
     */
476
    public void setRecordingCapacity(TimeIntegerDimension value) {
477
        this.recordingCapacity = value;
478
    }
479
 
480
    /**
481
     * Gets the value of the remoteIncluded property.
482
     * 
483
     * @return
484
     *     possible object is
485
     *     {@link String }
486
     *     
487
     */
488
    public String getRemoteIncluded() {
489
        return remoteIncluded;
490
    }
491
 
492
    /**
493
     * Sets the value of the remoteIncluded property.
494
     * 
495
     * @param value
496
     *     allowed object is
497
     *     {@link String }
498
     *     
499
     */
500
    public void setRemoteIncluded(String value) {
501
        this.remoteIncluded = value;
502
    }
503
 
504
    /**
505
     * Gets the value of the speakerDiameter property.
506
     * 
507
     * @return
508
     *     possible object is
509
     *     {@link LengthDimension }
510
     *     
511
     */
512
    public LengthDimension getSpeakerDiameter() {
513
        return speakerDiameter;
514
    }
515
 
516
    /**
517
     * Sets the value of the speakerDiameter property.
518
     * 
519
     * @param value
520
     *     allowed object is
521
     *     {@link LengthDimension }
522
     *     
523
     */
524
    public void setSpeakerDiameter(LengthDimension value) {
525
        this.speakerDiameter = value;
526
    }
527
 
528
    /**
529
     * Gets the value of the speakerOutputChannelQuantity property.
530
     * 
531
     * @return
532
     *     possible object is
533
     *     {@link BigInteger }
534
     *     
535
     */
536
    public BigInteger getSpeakerOutputChannelQuantity() {
537
        return speakerOutputChannelQuantity;
538
    }
539
 
540
    /**
541
     * Sets the value of the speakerOutputChannelQuantity property.
542
     * 
543
     * @param value
544
     *     allowed object is
545
     *     {@link BigInteger }
546
     *     
547
     */
548
    public void setSpeakerOutputChannelQuantity(BigInteger value) {
549
        this.speakerOutputChannelQuantity = value;
550
    }
551
 
552
    /**
553
     * Gets the value of the speakersMaximumOutputPower property.
554
     * 
555
     * @return
556
     *     possible object is
557
     *     {@link WattageDimension }
558
     *     
559
     */
560
    public WattageDimension getSpeakersMaximumOutputPower() {
561
        return speakersMaximumOutputPower;
562
    }
563
 
564
    /**
565
     * Sets the value of the speakersMaximumOutputPower property.
566
     * 
567
     * @param value
568
     *     allowed object is
569
     *     {@link WattageDimension }
570
     *     
571
     */
572
    public void setSpeakersMaximumOutputPower(WattageDimension value) {
573
        this.speakersMaximumOutputPower = value;
574
    }
575
 
576
    /**
577
     * Gets the value of the speakersNominalOutputPower property.
578
     * 
579
     * @return
580
     *     possible object is
581
     *     {@link WattageDimension }
582
     *     
583
     */
584
    public WattageDimension getSpeakersNominalOutputPower() {
585
        return speakersNominalOutputPower;
586
    }
587
 
588
    /**
589
     * Sets the value of the speakersNominalOutputPower property.
590
     * 
591
     * @param value
592
     *     allowed object is
593
     *     {@link WattageDimension }
594
     *     
595
     */
596
    public void setSpeakersNominalOutputPower(WattageDimension value) {
597
        this.speakersNominalOutputPower = value;
598
    }
599
 
600
    /**
601
     * Gets the value of the speakerSurroundSoundChannelConfiguration property.
602
     * 
603
     * @return
604
     *     possible object is
605
     *     {@link String }
606
     *     
607
     */
608
    public String getSpeakerSurroundSoundChannelConfiguration() {
609
        return speakerSurroundSoundChannelConfiguration;
610
    }
611
 
612
    /**
613
     * Sets the value of the speakerSurroundSoundChannelConfiguration property.
614
     * 
615
     * @param value
616
     *     allowed object is
617
     *     {@link String }
618
     *     
619
     */
620
    public void setSpeakerSurroundSoundChannelConfiguration(String value) {
621
        this.speakerSurroundSoundChannelConfiguration = value;
622
    }
623
 
624
    /**
625
     * Gets the value of the voltage property.
626
     * 
627
     * @return
628
     *     possible object is
629
     *     {@link BigDecimal }
630
     *     
631
     */
632
    public BigDecimal getVoltage() {
633
        return voltage;
634
    }
635
 
636
    /**
637
     * Sets the value of the voltage property.
638
     * 
639
     * @param value
640
     *     allowed object is
641
     *     {@link BigDecimal }
642
     *     
643
     */
644
    public void setVoltage(BigDecimal value) {
645
        this.voltage = value;
646
    }
647
 
648
    /**
649
     * Gets the value of the wattage property.
650
     * 
651
     * @return
652
     *     possible object is
653
     *     {@link BigInteger }
654
     *     
655
     */
656
    public BigInteger getWattage() {
657
        return wattage;
658
    }
659
 
660
    /**
661
     * Sets the value of the wattage property.
662
     * 
663
     * @param value
664
     *     allowed object is
665
     *     {@link BigInteger }
666
     *     
667
     */
668
    public void setWattage(BigInteger value) {
669
        this.wattage = value;
670
    }
671
 
672
}