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 name="HasGreyScale" type="{}StringNotNull" minOccurs="0"/>
36
 *         &lt;element name="LightSourceType" type="{}StringNotNull" minOccurs="0"/>
37
 *         &lt;element name="ScannerResolution" type="{}StringNotNull" minOccurs="0"/>
38
 *         &lt;element ref="{}AspectRatio" minOccurs="0"/>
39
 *         &lt;element ref="{}AudibleNoise" minOccurs="0"/>
40
 *         &lt;element ref="{}BuiltinSpeaker" minOccurs="0"/>
41
 *         &lt;element ref="{}ContrastRatio" minOccurs="0"/>
42
 *         &lt;element ref="{}DisplayResolutionMaximum" minOccurs="0"/>
43
 *         &lt;element ref="{}DisplayTechnology" minOccurs="0"/>
44
 *         &lt;element ref="{}ImageDiagonalSize" minOccurs="0"/>
45
 *         &lt;element ref="{}InputVideoCompatability" maxOccurs="3" minOccurs="0"/>
46
 *         &lt;element ref="{}InputVideoConnectors" minOccurs="0"/>
47
 *         &lt;element ref="{}KeystoneCorrection" minOccurs="0"/>
48
 *         &lt;element ref="{}LampLife" minOccurs="0"/>
49
 *         &lt;element ref="{}LampWattage" minOccurs="0"/>
50
 *         &lt;element name="Lens" type="{}String" minOccurs="0"/>
51
 *         &lt;element ref="{}MaximumHorizontalRefreshRate" minOccurs="0"/>
52
 *         &lt;element ref="{}MaximumImageSize" minOccurs="0"/>
53
 *         &lt;element ref="{}MaximumThrowDistance" minOccurs="0"/>
54
 *         &lt;element ref="{}MaximumThrowRatio" minOccurs="0"/>
55
 *         &lt;element ref="{}MaximumVerticalRefreshRate" minOccurs="0"/>
56
 *         &lt;element ref="{}MediaInput" minOccurs="0"/>
57
 *         &lt;element ref="{}MinimumHorizontalRefreshRate" minOccurs="0"/>
58
 *         &lt;element ref="{}MinimumImageSize" minOccurs="0"/>
59
 *         &lt;element ref="{}MinimumThrowDistance" minOccurs="0"/>
60
 *         &lt;element ref="{}MinimumThrowRatio" minOccurs="0"/>
61
 *         &lt;element ref="{}MinimumVerticalRefreshRate" minOccurs="0"/>
62
 *         &lt;element ref="{}ModelNumber" minOccurs="0"/>
63
 *         &lt;element ref="{}ProjectorBrightness" minOccurs="0"/>
64
 *         &lt;element ref="{}Remote" minOccurs="0"/>
65
 *         &lt;element ref="{}ScreenResolution" minOccurs="0"/>
66
 *         &lt;element ref="{}ScreenTrigger" minOccurs="0"/>
67
 *         &lt;element ref="{}ThreeDReady" minOccurs="0"/>
68
 *         &lt;element ref="{}WirelessStandard" minOccurs="0"/>
69
 *         &lt;element ref="{}Zoom" minOccurs="0"/>
70
 *         &lt;element ref="{}ZoomRatio" minOccurs="0"/>
71
 *       &lt;/sequence>
72
 *     &lt;/restriction>
73
 *   &lt;/complexContent>
74
 * &lt;/complexType>
75
 * </pre>
76
 * 
77
 * 
78
 */
79
@XmlAccessorType(XmlAccessType.FIELD)
80
@XmlType(name = "", propOrder = {
81
    "variationData",
82
    "hasGreyScale",
83
    "lightSourceType",
84
    "scannerResolution",
85
    "aspectRatio",
86
    "audibleNoise",
87
    "builtinSpeaker",
88
    "contrastRatio",
89
    "displayResolutionMaximum",
90
    "displayTechnology",
91
    "imageDiagonalSize",
92
    "inputVideoCompatability",
93
    "inputVideoConnectors",
94
    "keystoneCorrection",
95
    "lampLife",
96
    "lampWattage",
97
    "lens",
98
    "maximumHorizontalRefreshRate",
99
    "maximumImageSize",
100
    "maximumThrowDistance",
101
    "maximumThrowRatio",
102
    "maximumVerticalRefreshRate",
103
    "mediaInput",
104
    "minimumHorizontalRefreshRate",
105
    "minimumImageSize",
106
    "minimumThrowDistance",
107
    "minimumThrowRatio",
108
    "minimumVerticalRefreshRate",
109
    "modelNumber",
110
    "projectorBrightness",
111
    "remote",
112
    "screenResolution",
113
    "screenTrigger",
114
    "threeDReady",
115
    "wirelessStandard",
116
    "zoom",
117
    "zoomRatio"
118
})
119
@XmlRootElement(name = "VideoProjector")
120
public class VideoProjector {
121
 
122
    @XmlElement(name = "VariationData")
123
    protected VariationData variationData;
124
    @XmlElement(name = "HasGreyScale")
125
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
126
    protected String hasGreyScale;
127
    @XmlElement(name = "LightSourceType")
128
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
129
    protected String lightSourceType;
130
    @XmlElement(name = "ScannerResolution")
131
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
132
    protected String scannerResolution;
133
    @XmlElement(name = "AspectRatio")
134
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
135
    protected String aspectRatio;
136
    @XmlElement(name = "AudibleNoise")
137
    protected BigDecimal audibleNoise;
138
    @XmlElement(name = "BuiltinSpeaker")
139
    protected BigInteger builtinSpeaker;
140
    @XmlElement(name = "ContrastRatio")
141
    protected String contrastRatio;
142
    @XmlElement(name = "DisplayResolutionMaximum")
143
    protected String displayResolutionMaximum;
144
    @XmlElement(name = "DisplayTechnology")
145
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
146
    protected String displayTechnology;
147
    @XmlElement(name = "ImageDiagonalSize")
148
    protected LengthSevenDigitDimension imageDiagonalSize;
149
    @XmlElement(name = "InputVideoCompatability")
150
    protected List<String> inputVideoCompatability;
151
    @XmlElement(name = "InputVideoConnectors")
152
    protected InputVideoConnectorsTypeValues inputVideoConnectors;
153
    @XmlElement(name = "KeystoneCorrection")
154
    protected LengthSevenDigitDimension keystoneCorrection;
155
    @XmlElement(name = "LampLife")
156
    protected BurnTimeSixDigitDimension lampLife;
157
    @XmlElement(name = "LampWattage")
158
    protected BigInteger lampWattage;
159
    @XmlElement(name = "Lens")
160
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
161
    protected String lens;
162
    @XmlElement(name = "MaximumHorizontalRefreshRate")
163
    protected FrequencyFiveDigitIntegerDimension maximumHorizontalRefreshRate;
164
    @XmlElement(name = "MaximumImageSize")
165
    protected LengthSevenDigitDimension maximumImageSize;
166
    @XmlElement(name = "MaximumThrowDistance")
167
    protected BigDecimal maximumThrowDistance;
168
    @XmlElement(name = "MaximumThrowRatio")
169
    protected String maximumThrowRatio;
170
    @XmlElement(name = "MaximumVerticalRefreshRate")
171
    protected FrequencyFiveDigitIntegerDimension maximumVerticalRefreshRate;
172
    @XmlElement(name = "MediaInput")
173
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
174
    protected String mediaInput;
175
    @XmlElement(name = "MinimumHorizontalRefreshRate")
176
    protected FrequencyFiveDigitIntegerDimension minimumHorizontalRefreshRate;
177
    @XmlElement(name = "MinimumImageSize")
178
    protected LengthSevenDigitDimension minimumImageSize;
179
    @XmlElement(name = "MinimumThrowDistance")
180
    protected BigDecimal minimumThrowDistance;
181
    @XmlElement(name = "MinimumThrowRatio")
182
    protected String minimumThrowRatio;
183
    @XmlElement(name = "MinimumVerticalRefreshRate")
184
    protected FrequencyFiveDigitIntegerDimension minimumVerticalRefreshRate;
185
    @XmlElement(name = "ModelNumber")
186
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
187
    protected String modelNumber;
188
    @XmlElement(name = "ProjectorBrightness")
189
    protected LuminanceFiveDigitDimension projectorBrightness;
190
    @XmlElement(name = "Remote")
191
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
192
    protected String remote;
193
    @XmlElement(name = "ScreenResolution")
194
    protected String screenResolution;
195
    @XmlElement(name = "ScreenTrigger")
196
    protected VoltageFiveDigitIntegerDimension screenTrigger;
197
    @XmlElement(name = "ThreeDReady")
198
    protected String threeDReady;
199
    @XmlElement(name = "WirelessStandard")
200
    protected String wirelessStandard;
201
    @XmlElement(name = "Zoom")
202
    protected String zoom;
203
    @XmlElement(name = "ZoomRatio")
204
    protected String zoomRatio;
205
 
206
    /**
207
     * Gets the value of the variationData property.
208
     * 
209
     * @return
210
     *     possible object is
211
     *     {@link VariationData }
212
     *     
213
     */
214
    public VariationData getVariationData() {
215
        return variationData;
216
    }
217
 
218
    /**
219
     * Sets the value of the variationData property.
220
     * 
221
     * @param value
222
     *     allowed object is
223
     *     {@link VariationData }
224
     *     
225
     */
226
    public void setVariationData(VariationData value) {
227
        this.variationData = value;
228
    }
229
 
230
    /**
231
     * Gets the value of the hasGreyScale property.
232
     * 
233
     * @return
234
     *     possible object is
235
     *     {@link String }
236
     *     
237
     */
238
    public String getHasGreyScale() {
239
        return hasGreyScale;
240
    }
241
 
242
    /**
243
     * Sets the value of the hasGreyScale property.
244
     * 
245
     * @param value
246
     *     allowed object is
247
     *     {@link String }
248
     *     
249
     */
250
    public void setHasGreyScale(String value) {
251
        this.hasGreyScale = value;
252
    }
253
 
254
    /**
255
     * Gets the value of the lightSourceType property.
256
     * 
257
     * @return
258
     *     possible object is
259
     *     {@link String }
260
     *     
261
     */
262
    public String getLightSourceType() {
263
        return lightSourceType;
264
    }
265
 
266
    /**
267
     * Sets the value of the lightSourceType property.
268
     * 
269
     * @param value
270
     *     allowed object is
271
     *     {@link String }
272
     *     
273
     */
274
    public void setLightSourceType(String value) {
275
        this.lightSourceType = value;
276
    }
277
 
278
    /**
279
     * Gets the value of the scannerResolution property.
280
     * 
281
     * @return
282
     *     possible object is
283
     *     {@link String }
284
     *     
285
     */
286
    public String getScannerResolution() {
287
        return scannerResolution;
288
    }
289
 
290
    /**
291
     * Sets the value of the scannerResolution property.
292
     * 
293
     * @param value
294
     *     allowed object is
295
     *     {@link String }
296
     *     
297
     */
298
    public void setScannerResolution(String value) {
299
        this.scannerResolution = value;
300
    }
301
 
302
    /**
303
     * Gets the value of the aspectRatio property.
304
     * 
305
     * @return
306
     *     possible object is
307
     *     {@link String }
308
     *     
309
     */
310
    public String getAspectRatio() {
311
        return aspectRatio;
312
    }
313
 
314
    /**
315
     * Sets the value of the aspectRatio property.
316
     * 
317
     * @param value
318
     *     allowed object is
319
     *     {@link String }
320
     *     
321
     */
322
    public void setAspectRatio(String value) {
323
        this.aspectRatio = value;
324
    }
325
 
326
    /**
327
     * Gets the value of the audibleNoise property.
328
     * 
329
     * @return
330
     *     possible object is
331
     *     {@link BigDecimal }
332
     *     
333
     */
334
    public BigDecimal getAudibleNoise() {
335
        return audibleNoise;
336
    }
337
 
338
    /**
339
     * Sets the value of the audibleNoise property.
340
     * 
341
     * @param value
342
     *     allowed object is
343
     *     {@link BigDecimal }
344
     *     
345
     */
346
    public void setAudibleNoise(BigDecimal value) {
347
        this.audibleNoise = value;
348
    }
349
 
350
    /**
351
     * Gets the value of the builtinSpeaker property.
352
     * 
353
     * @return
354
     *     possible object is
355
     *     {@link BigInteger }
356
     *     
357
     */
358
    public BigInteger getBuiltinSpeaker() {
359
        return builtinSpeaker;
360
    }
361
 
362
    /**
363
     * Sets the value of the builtinSpeaker property.
364
     * 
365
     * @param value
366
     *     allowed object is
367
     *     {@link BigInteger }
368
     *     
369
     */
370
    public void setBuiltinSpeaker(BigInteger value) {
371
        this.builtinSpeaker = value;
372
    }
373
 
374
    /**
375
     * Gets the value of the contrastRatio property.
376
     * 
377
     * @return
378
     *     possible object is
379
     *     {@link String }
380
     *     
381
     */
382
    public String getContrastRatio() {
383
        return contrastRatio;
384
    }
385
 
386
    /**
387
     * Sets the value of the contrastRatio property.
388
     * 
389
     * @param value
390
     *     allowed object is
391
     *     {@link String }
392
     *     
393
     */
394
    public void setContrastRatio(String value) {
395
        this.contrastRatio = value;
396
    }
397
 
398
    /**
399
     * Gets the value of the displayResolutionMaximum property.
400
     * 
401
     * @return
402
     *     possible object is
403
     *     {@link String }
404
     *     
405
     */
406
    public String getDisplayResolutionMaximum() {
407
        return displayResolutionMaximum;
408
    }
409
 
410
    /**
411
     * Sets the value of the displayResolutionMaximum property.
412
     * 
413
     * @param value
414
     *     allowed object is
415
     *     {@link String }
416
     *     
417
     */
418
    public void setDisplayResolutionMaximum(String value) {
419
        this.displayResolutionMaximum = value;
420
    }
421
 
422
    /**
423
     * Gets the value of the displayTechnology property.
424
     * 
425
     * @return
426
     *     possible object is
427
     *     {@link String }
428
     *     
429
     */
430
    public String getDisplayTechnology() {
431
        return displayTechnology;
432
    }
433
 
434
    /**
435
     * Sets the value of the displayTechnology property.
436
     * 
437
     * @param value
438
     *     allowed object is
439
     *     {@link String }
440
     *     
441
     */
442
    public void setDisplayTechnology(String value) {
443
        this.displayTechnology = value;
444
    }
445
 
446
    /**
447
     * Gets the value of the imageDiagonalSize property.
448
     * 
449
     * @return
450
     *     possible object is
451
     *     {@link LengthSevenDigitDimension }
452
     *     
453
     */
454
    public LengthSevenDigitDimension getImageDiagonalSize() {
455
        return imageDiagonalSize;
456
    }
457
 
458
    /**
459
     * Sets the value of the imageDiagonalSize property.
460
     * 
461
     * @param value
462
     *     allowed object is
463
     *     {@link LengthSevenDigitDimension }
464
     *     
465
     */
466
    public void setImageDiagonalSize(LengthSevenDigitDimension value) {
467
        this.imageDiagonalSize = value;
468
    }
469
 
470
    /**
471
     * Gets the value of the inputVideoCompatability property.
472
     * 
473
     * <p>
474
     * This accessor method returns a reference to the live list,
475
     * not a snapshot. Therefore any modification you make to the
476
     * returned list will be present inside the JAXB object.
477
     * This is why there is not a <CODE>set</CODE> method for the inputVideoCompatability property.
478
     * 
479
     * <p>
480
     * For example, to add a new item, do as follows:
481
     * <pre>
482
     *    getInputVideoCompatability().add(newItem);
483
     * </pre>
484
     * 
485
     * 
486
     * <p>
487
     * Objects of the following type(s) are allowed in the list
488
     * {@link String }
489
     * 
490
     * 
491
     */
492
    public List<String> getInputVideoCompatability() {
493
        if (inputVideoCompatability == null) {
494
            inputVideoCompatability = new ArrayList<String>();
495
        }
496
        return this.inputVideoCompatability;
497
    }
498
 
499
    /**
500
     * Gets the value of the inputVideoConnectors property.
501
     * 
502
     * @return
503
     *     possible object is
504
     *     {@link InputVideoConnectorsTypeValues }
505
     *     
506
     */
507
    public InputVideoConnectorsTypeValues getInputVideoConnectors() {
508
        return inputVideoConnectors;
509
    }
510
 
511
    /**
512
     * Sets the value of the inputVideoConnectors property.
513
     * 
514
     * @param value
515
     *     allowed object is
516
     *     {@link InputVideoConnectorsTypeValues }
517
     *     
518
     */
519
    public void setInputVideoConnectors(InputVideoConnectorsTypeValues value) {
520
        this.inputVideoConnectors = value;
521
    }
522
 
523
    /**
524
     * Gets the value of the keystoneCorrection property.
525
     * 
526
     * @return
527
     *     possible object is
528
     *     {@link LengthSevenDigitDimension }
529
     *     
530
     */
531
    public LengthSevenDigitDimension getKeystoneCorrection() {
532
        return keystoneCorrection;
533
    }
534
 
535
    /**
536
     * Sets the value of the keystoneCorrection property.
537
     * 
538
     * @param value
539
     *     allowed object is
540
     *     {@link LengthSevenDigitDimension }
541
     *     
542
     */
543
    public void setKeystoneCorrection(LengthSevenDigitDimension value) {
544
        this.keystoneCorrection = value;
545
    }
546
 
547
    /**
548
     * Gets the value of the lampLife property.
549
     * 
550
     * @return
551
     *     possible object is
552
     *     {@link BurnTimeSixDigitDimension }
553
     *     
554
     */
555
    public BurnTimeSixDigitDimension getLampLife() {
556
        return lampLife;
557
    }
558
 
559
    /**
560
     * Sets the value of the lampLife property.
561
     * 
562
     * @param value
563
     *     allowed object is
564
     *     {@link BurnTimeSixDigitDimension }
565
     *     
566
     */
567
    public void setLampLife(BurnTimeSixDigitDimension value) {
568
        this.lampLife = value;
569
    }
570
 
571
    /**
572
     * Gets the value of the lampWattage property.
573
     * 
574
     * @return
575
     *     possible object is
576
     *     {@link BigInteger }
577
     *     
578
     */
579
    public BigInteger getLampWattage() {
580
        return lampWattage;
581
    }
582
 
583
    /**
584
     * Sets the value of the lampWattage property.
585
     * 
586
     * @param value
587
     *     allowed object is
588
     *     {@link BigInteger }
589
     *     
590
     */
591
    public void setLampWattage(BigInteger value) {
592
        this.lampWattage = value;
593
    }
594
 
595
    /**
596
     * Gets the value of the lens property.
597
     * 
598
     * @return
599
     *     possible object is
600
     *     {@link String }
601
     *     
602
     */
603
    public String getLens() {
604
        return lens;
605
    }
606
 
607
    /**
608
     * Sets the value of the lens property.
609
     * 
610
     * @param value
611
     *     allowed object is
612
     *     {@link String }
613
     *     
614
     */
615
    public void setLens(String value) {
616
        this.lens = value;
617
    }
618
 
619
    /**
620
     * Gets the value of the maximumHorizontalRefreshRate property.
621
     * 
622
     * @return
623
     *     possible object is
624
     *     {@link FrequencyFiveDigitIntegerDimension }
625
     *     
626
     */
627
    public FrequencyFiveDigitIntegerDimension getMaximumHorizontalRefreshRate() {
628
        return maximumHorizontalRefreshRate;
629
    }
630
 
631
    /**
632
     * Sets the value of the maximumHorizontalRefreshRate property.
633
     * 
634
     * @param value
635
     *     allowed object is
636
     *     {@link FrequencyFiveDigitIntegerDimension }
637
     *     
638
     */
639
    public void setMaximumHorizontalRefreshRate(FrequencyFiveDigitIntegerDimension value) {
640
        this.maximumHorizontalRefreshRate = value;
641
    }
642
 
643
    /**
644
     * Gets the value of the maximumImageSize property.
645
     * 
646
     * @return
647
     *     possible object is
648
     *     {@link LengthSevenDigitDimension }
649
     *     
650
     */
651
    public LengthSevenDigitDimension getMaximumImageSize() {
652
        return maximumImageSize;
653
    }
654
 
655
    /**
656
     * Sets the value of the maximumImageSize property.
657
     * 
658
     * @param value
659
     *     allowed object is
660
     *     {@link LengthSevenDigitDimension }
661
     *     
662
     */
663
    public void setMaximumImageSize(LengthSevenDigitDimension value) {
664
        this.maximumImageSize = value;
665
    }
666
 
667
    /**
668
     * Gets the value of the maximumThrowDistance property.
669
     * 
670
     * @return
671
     *     possible object is
672
     *     {@link BigDecimal }
673
     *     
674
     */
675
    public BigDecimal getMaximumThrowDistance() {
676
        return maximumThrowDistance;
677
    }
678
 
679
    /**
680
     * Sets the value of the maximumThrowDistance property.
681
     * 
682
     * @param value
683
     *     allowed object is
684
     *     {@link BigDecimal }
685
     *     
686
     */
687
    public void setMaximumThrowDistance(BigDecimal value) {
688
        this.maximumThrowDistance = value;
689
    }
690
 
691
    /**
692
     * Gets the value of the maximumThrowRatio property.
693
     * 
694
     * @return
695
     *     possible object is
696
     *     {@link String }
697
     *     
698
     */
699
    public String getMaximumThrowRatio() {
700
        return maximumThrowRatio;
701
    }
702
 
703
    /**
704
     * Sets the value of the maximumThrowRatio property.
705
     * 
706
     * @param value
707
     *     allowed object is
708
     *     {@link String }
709
     *     
710
     */
711
    public void setMaximumThrowRatio(String value) {
712
        this.maximumThrowRatio = value;
713
    }
714
 
715
    /**
716
     * Gets the value of the maximumVerticalRefreshRate property.
717
     * 
718
     * @return
719
     *     possible object is
720
     *     {@link FrequencyFiveDigitIntegerDimension }
721
     *     
722
     */
723
    public FrequencyFiveDigitIntegerDimension getMaximumVerticalRefreshRate() {
724
        return maximumVerticalRefreshRate;
725
    }
726
 
727
    /**
728
     * Sets the value of the maximumVerticalRefreshRate property.
729
     * 
730
     * @param value
731
     *     allowed object is
732
     *     {@link FrequencyFiveDigitIntegerDimension }
733
     *     
734
     */
735
    public void setMaximumVerticalRefreshRate(FrequencyFiveDigitIntegerDimension value) {
736
        this.maximumVerticalRefreshRate = value;
737
    }
738
 
739
    /**
740
     * Gets the value of the mediaInput property.
741
     * 
742
     * @return
743
     *     possible object is
744
     *     {@link String }
745
     *     
746
     */
747
    public String getMediaInput() {
748
        return mediaInput;
749
    }
750
 
751
    /**
752
     * Sets the value of the mediaInput property.
753
     * 
754
     * @param value
755
     *     allowed object is
756
     *     {@link String }
757
     *     
758
     */
759
    public void setMediaInput(String value) {
760
        this.mediaInput = value;
761
    }
762
 
763
    /**
764
     * Gets the value of the minimumHorizontalRefreshRate property.
765
     * 
766
     * @return
767
     *     possible object is
768
     *     {@link FrequencyFiveDigitIntegerDimension }
769
     *     
770
     */
771
    public FrequencyFiveDigitIntegerDimension getMinimumHorizontalRefreshRate() {
772
        return minimumHorizontalRefreshRate;
773
    }
774
 
775
    /**
776
     * Sets the value of the minimumHorizontalRefreshRate property.
777
     * 
778
     * @param value
779
     *     allowed object is
780
     *     {@link FrequencyFiveDigitIntegerDimension }
781
     *     
782
     */
783
    public void setMinimumHorizontalRefreshRate(FrequencyFiveDigitIntegerDimension value) {
784
        this.minimumHorizontalRefreshRate = value;
785
    }
786
 
787
    /**
788
     * Gets the value of the minimumImageSize property.
789
     * 
790
     * @return
791
     *     possible object is
792
     *     {@link LengthSevenDigitDimension }
793
     *     
794
     */
795
    public LengthSevenDigitDimension getMinimumImageSize() {
796
        return minimumImageSize;
797
    }
798
 
799
    /**
800
     * Sets the value of the minimumImageSize property.
801
     * 
802
     * @param value
803
     *     allowed object is
804
     *     {@link LengthSevenDigitDimension }
805
     *     
806
     */
807
    public void setMinimumImageSize(LengthSevenDigitDimension value) {
808
        this.minimumImageSize = value;
809
    }
810
 
811
    /**
812
     * Gets the value of the minimumThrowDistance property.
813
     * 
814
     * @return
815
     *     possible object is
816
     *     {@link BigDecimal }
817
     *     
818
     */
819
    public BigDecimal getMinimumThrowDistance() {
820
        return minimumThrowDistance;
821
    }
822
 
823
    /**
824
     * Sets the value of the minimumThrowDistance property.
825
     * 
826
     * @param value
827
     *     allowed object is
828
     *     {@link BigDecimal }
829
     *     
830
     */
831
    public void setMinimumThrowDistance(BigDecimal value) {
832
        this.minimumThrowDistance = value;
833
    }
834
 
835
    /**
836
     * Gets the value of the minimumThrowRatio property.
837
     * 
838
     * @return
839
     *     possible object is
840
     *     {@link String }
841
     *     
842
     */
843
    public String getMinimumThrowRatio() {
844
        return minimumThrowRatio;
845
    }
846
 
847
    /**
848
     * Sets the value of the minimumThrowRatio property.
849
     * 
850
     * @param value
851
     *     allowed object is
852
     *     {@link String }
853
     *     
854
     */
855
    public void setMinimumThrowRatio(String value) {
856
        this.minimumThrowRatio = value;
857
    }
858
 
859
    /**
860
     * Gets the value of the minimumVerticalRefreshRate property.
861
     * 
862
     * @return
863
     *     possible object is
864
     *     {@link FrequencyFiveDigitIntegerDimension }
865
     *     
866
     */
867
    public FrequencyFiveDigitIntegerDimension getMinimumVerticalRefreshRate() {
868
        return minimumVerticalRefreshRate;
869
    }
870
 
871
    /**
872
     * Sets the value of the minimumVerticalRefreshRate property.
873
     * 
874
     * @param value
875
     *     allowed object is
876
     *     {@link FrequencyFiveDigitIntegerDimension }
877
     *     
878
     */
879
    public void setMinimumVerticalRefreshRate(FrequencyFiveDigitIntegerDimension value) {
880
        this.minimumVerticalRefreshRate = value;
881
    }
882
 
883
    /**
884
     * Gets the value of the modelNumber property.
885
     * 
886
     * @return
887
     *     possible object is
888
     *     {@link String }
889
     *     
890
     */
891
    public String getModelNumber() {
892
        return modelNumber;
893
    }
894
 
895
    /**
896
     * Sets the value of the modelNumber property.
897
     * 
898
     * @param value
899
     *     allowed object is
900
     *     {@link String }
901
     *     
902
     */
903
    public void setModelNumber(String value) {
904
        this.modelNumber = value;
905
    }
906
 
907
    /**
908
     * Gets the value of the projectorBrightness property.
909
     * 
910
     * @return
911
     *     possible object is
912
     *     {@link LuminanceFiveDigitDimension }
913
     *     
914
     */
915
    public LuminanceFiveDigitDimension getProjectorBrightness() {
916
        return projectorBrightness;
917
    }
918
 
919
    /**
920
     * Sets the value of the projectorBrightness property.
921
     * 
922
     * @param value
923
     *     allowed object is
924
     *     {@link LuminanceFiveDigitDimension }
925
     *     
926
     */
927
    public void setProjectorBrightness(LuminanceFiveDigitDimension value) {
928
        this.projectorBrightness = value;
929
    }
930
 
931
    /**
932
     * Gets the value of the remote property.
933
     * 
934
     * @return
935
     *     possible object is
936
     *     {@link String }
937
     *     
938
     */
939
    public String getRemote() {
940
        return remote;
941
    }
942
 
943
    /**
944
     * Sets the value of the remote property.
945
     * 
946
     * @param value
947
     *     allowed object is
948
     *     {@link String }
949
     *     
950
     */
951
    public void setRemote(String value) {
952
        this.remote = value;
953
    }
954
 
955
    /**
956
     * Gets the value of the screenResolution property.
957
     * 
958
     * @return
959
     *     possible object is
960
     *     {@link String }
961
     *     
962
     */
963
    public String getScreenResolution() {
964
        return screenResolution;
965
    }
966
 
967
    /**
968
     * Sets the value of the screenResolution property.
969
     * 
970
     * @param value
971
     *     allowed object is
972
     *     {@link String }
973
     *     
974
     */
975
    public void setScreenResolution(String value) {
976
        this.screenResolution = value;
977
    }
978
 
979
    /**
980
     * Gets the value of the screenTrigger property.
981
     * 
982
     * @return
983
     *     possible object is
984
     *     {@link VoltageFiveDigitIntegerDimension }
985
     *     
986
     */
987
    public VoltageFiveDigitIntegerDimension getScreenTrigger() {
988
        return screenTrigger;
989
    }
990
 
991
    /**
992
     * Sets the value of the screenTrigger property.
993
     * 
994
     * @param value
995
     *     allowed object is
996
     *     {@link VoltageFiveDigitIntegerDimension }
997
     *     
998
     */
999
    public void setScreenTrigger(VoltageFiveDigitIntegerDimension value) {
1000
        this.screenTrigger = value;
1001
    }
1002
 
1003
    /**
1004
     * Gets the value of the threeDReady property.
1005
     * 
1006
     * @return
1007
     *     possible object is
1008
     *     {@link String }
1009
     *     
1010
     */
1011
    public String getThreeDReady() {
1012
        return threeDReady;
1013
    }
1014
 
1015
    /**
1016
     * Sets the value of the threeDReady property.
1017
     * 
1018
     * @param value
1019
     *     allowed object is
1020
     *     {@link String }
1021
     *     
1022
     */
1023
    public void setThreeDReady(String value) {
1024
        this.threeDReady = value;
1025
    }
1026
 
1027
    /**
1028
     * Gets the value of the wirelessStandard property.
1029
     * 
1030
     * @return
1031
     *     possible object is
1032
     *     {@link String }
1033
     *     
1034
     */
1035
    public String getWirelessStandard() {
1036
        return wirelessStandard;
1037
    }
1038
 
1039
    /**
1040
     * Sets the value of the wirelessStandard property.
1041
     * 
1042
     * @param value
1043
     *     allowed object is
1044
     *     {@link String }
1045
     *     
1046
     */
1047
    public void setWirelessStandard(String value) {
1048
        this.wirelessStandard = value;
1049
    }
1050
 
1051
    /**
1052
     * Gets the value of the zoom property.
1053
     * 
1054
     * @return
1055
     *     possible object is
1056
     *     {@link String }
1057
     *     
1058
     */
1059
    public String getZoom() {
1060
        return zoom;
1061
    }
1062
 
1063
    /**
1064
     * Sets the value of the zoom property.
1065
     * 
1066
     * @param value
1067
     *     allowed object is
1068
     *     {@link String }
1069
     *     
1070
     */
1071
    public void setZoom(String value) {
1072
        this.zoom = value;
1073
    }
1074
 
1075
    /**
1076
     * Gets the value of the zoomRatio property.
1077
     * 
1078
     * @return
1079
     *     possible object is
1080
     *     {@link String }
1081
     *     
1082
     */
1083
    public String getZoomRatio() {
1084
        return zoomRatio;
1085
    }
1086
 
1087
    /**
1088
     * Sets the value of the zoomRatio property.
1089
     * 
1090
     * @param value
1091
     *     allowed object is
1092
     *     {@link String }
1093
     *     
1094
     */
1095
    public void setZoomRatio(String value) {
1096
        this.zoomRatio = value;
1097
    }
1098
 
1099
}