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 name="AudibleNoise" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
35
 *         &lt;element ref="{}ThreeDTechnology" minOccurs="0"/>
36
 *         &lt;element ref="{}BaseLength" minOccurs="0"/>
37
 *         &lt;element ref="{}BaseWidth" minOccurs="0"/>
38
 *         &lt;element ref="{}AnalogRGBInput" maxOccurs="5" minOccurs="0"/>
39
 *         &lt;element ref="{}ScreenDimensions" minOccurs="0"/>
40
 *         &lt;element name="ScreenResolution" type="{}FortyStringNotNull" minOccurs="0"/>
41
 *         &lt;element ref="{}BuiltInMedia" maxOccurs="3" minOccurs="0"/>
42
 *         &lt;element name="MaximumHorizontalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>
43
 *         &lt;element name="MaximumVerticalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>
44
 *         &lt;element name="MinimumHorizontalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>
45
 *         &lt;element name="MinimumVerticalRefreshRate" type="{}FrequencyDimension" minOccurs="0"/>
46
 *         &lt;element ref="{}MountingPattern" minOccurs="0"/>
47
 *         &lt;element ref="{}ParentalControlTechnology" minOccurs="0"/>
48
 *         &lt;element ref="{}Resolution" minOccurs="0"/>
49
 *         &lt;element ref="{}SVideoInputType" minOccurs="0"/>
50
 *         &lt;element ref="{}ScreenFinish" minOccurs="0"/>
51
 *         &lt;element name="ScreenSize" type="{}LengthDimension" minOccurs="0"/>
52
 *         &lt;element ref="{}NumberOfSpeakers" minOccurs="0"/>
53
 *         &lt;element ref="{}InternetApplications" maxOccurs="5" minOccurs="0"/>
54
 *         &lt;element ref="{}TotalCoaxialInputs" minOccurs="0"/>
55
 *         &lt;element ref="{}TotalComponentInPorts" minOccurs="0"/>
56
 *         &lt;element name="TotalCompositePorts" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
57
 *         &lt;element ref="{}TotalEthernetPorts" minOccurs="0"/>
58
 *         &lt;element ref="{}TotalHdmiPorts" minOccurs="0"/>
59
 *         &lt;element ref="{}TotalSVideoInPorts" minOccurs="0"/>
60
 *         &lt;element ref="{}TotalVgaInPorts" minOccurs="0"/>
61
 *         &lt;element ref="{}TotalVideoOutPorts" minOccurs="0"/>
62
 *         &lt;element ref="{}UniversalRemoteCode" minOccurs="0"/>
63
 *         &lt;element name="WirelessTechnology" type="{}StringNotNull" maxOccurs="5" minOccurs="0"/>
64
 *         &lt;element name="WirelessType" type="{}WirelessTypeValues" minOccurs="0"/>
65
 *       &lt;/sequence>
66
 *     &lt;/restriction>
67
 *   &lt;/complexContent>
68
 * &lt;/complexType>
69
 * </pre>
70
 * 
71
 * 
72
 */
73
@XmlAccessorType(XmlAccessType.FIELD)
74
@XmlType(name = "", propOrder = {
75
    "audibleNoise",
76
    "threeDTechnology",
77
    "baseLength",
78
    "baseWidth",
79
    "analogRGBInput",
80
    "screenDimensions",
81
    "screenResolution",
82
    "builtInMedia",
83
    "maximumHorizontalRefreshRate",
84
    "maximumVerticalRefreshRate",
85
    "minimumHorizontalRefreshRate",
86
    "minimumVerticalRefreshRate",
87
    "mountingPattern",
88
    "parentalControlTechnology",
89
    "resolution",
90
    "sVideoInputType",
91
    "screenFinish",
92
    "screenSize",
93
    "numberOfSpeakers",
94
    "internetApplications",
95
    "totalCoaxialInputs",
96
    "totalComponentInPorts",
97
    "totalCompositePorts",
98
    "totalEthernetPorts",
99
    "totalHdmiPorts",
100
    "totalSVideoInPorts",
101
    "totalVgaInPorts",
102
    "totalVideoOutPorts",
103
    "universalRemoteCode",
104
    "wirelessTechnology",
105
    "wirelessType"
106
})
107
@XmlRootElement(name = "TVCombos")
108
public class TVCombos {
109
 
110
    @XmlElement(name = "AudibleNoise")
111
    @XmlSchemaType(name = "positiveInteger")
112
    protected BigInteger audibleNoise;
113
    @XmlElement(name = "ThreeDTechnology")
114
    protected ThreeDTechnologyValues threeDTechnology;
115
    @XmlElement(name = "BaseLength")
116
    protected LengthDimension baseLength;
117
    @XmlElement(name = "BaseWidth")
118
    protected LengthDimension baseWidth;
119
    @XmlElement(name = "AnalogRGBInput")
120
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
121
    protected List<String> analogRGBInput;
122
    @XmlElement(name = "ScreenDimensions")
123
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
124
    protected String screenDimensions;
125
    @XmlElement(name = "ScreenResolution")
126
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
127
    protected String screenResolution;
128
    @XmlElement(name = "BuiltInMedia")
129
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
130
    protected List<String> builtInMedia;
131
    @XmlElement(name = "MaximumHorizontalRefreshRate")
132
    protected FrequencyDimension maximumHorizontalRefreshRate;
133
    @XmlElement(name = "MaximumVerticalRefreshRate")
134
    protected FrequencyDimension maximumVerticalRefreshRate;
135
    @XmlElement(name = "MinimumHorizontalRefreshRate")
136
    protected FrequencyDimension minimumHorizontalRefreshRate;
137
    @XmlElement(name = "MinimumVerticalRefreshRate")
138
    protected FrequencyDimension minimumVerticalRefreshRate;
139
    @XmlElement(name = "MountingPattern")
140
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
141
    protected String mountingPattern;
142
    @XmlElement(name = "ParentalControlTechnology")
143
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
144
    protected String parentalControlTechnology;
145
    @XmlElement(name = "Resolution")
146
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
147
    protected String resolution;
148
    @XmlElement(name = "SVideoInputType")
149
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
150
    protected String sVideoInputType;
151
    @XmlElement(name = "ScreenFinish")
152
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
153
    protected String screenFinish;
154
    @XmlElement(name = "ScreenSize")
155
    protected LengthDimension screenSize;
156
    @XmlElement(name = "NumberOfSpeakers")
157
    @XmlSchemaType(name = "positiveInteger")
158
    protected BigInteger numberOfSpeakers;
159
    @XmlElement(name = "InternetApplications")
160
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
161
    protected List<String> internetApplications;
162
    @XmlElement(name = "TotalCoaxialInputs")
163
    @XmlSchemaType(name = "positiveInteger")
164
    protected BigInteger totalCoaxialInputs;
165
    @XmlElement(name = "TotalComponentInPorts")
166
    @XmlSchemaType(name = "positiveInteger")
167
    protected BigInteger totalComponentInPorts;
168
    @XmlElement(name = "TotalCompositePorts")
169
    @XmlSchemaType(name = "positiveInteger")
170
    protected BigInteger totalCompositePorts;
171
    @XmlElement(name = "TotalEthernetPorts")
172
    @XmlSchemaType(name = "positiveInteger")
173
    protected BigInteger totalEthernetPorts;
174
    @XmlElement(name = "TotalHdmiPorts")
175
    @XmlSchemaType(name = "positiveInteger")
176
    protected BigInteger totalHdmiPorts;
177
    @XmlElement(name = "TotalSVideoInPorts")
178
    @XmlSchemaType(name = "positiveInteger")
179
    protected BigInteger totalSVideoInPorts;
180
    @XmlElement(name = "TotalVgaInPorts")
181
    @XmlSchemaType(name = "positiveInteger")
182
    protected BigInteger totalVgaInPorts;
183
    @XmlElement(name = "TotalVideoOutPorts")
184
    @XmlSchemaType(name = "positiveInteger")
185
    protected BigInteger totalVideoOutPorts;
186
    @XmlElement(name = "UniversalRemoteCode")
187
    @XmlSchemaType(name = "positiveInteger")
188
    protected BigInteger universalRemoteCode;
189
    @XmlElement(name = "WirelessTechnology")
190
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
191
    protected List<String> wirelessTechnology;
192
    @XmlElement(name = "WirelessType")
193
    protected String wirelessType;
194
 
195
    /**
196
     * Gets the value of the audibleNoise property.
197
     * 
198
     * @return
199
     *     possible object is
200
     *     {@link BigInteger }
201
     *     
202
     */
203
    public BigInteger getAudibleNoise() {
204
        return audibleNoise;
205
    }
206
 
207
    /**
208
     * Sets the value of the audibleNoise property.
209
     * 
210
     * @param value
211
     *     allowed object is
212
     *     {@link BigInteger }
213
     *     
214
     */
215
    public void setAudibleNoise(BigInteger value) {
216
        this.audibleNoise = value;
217
    }
218
 
219
    /**
220
     * Gets the value of the threeDTechnology property.
221
     * 
222
     * @return
223
     *     possible object is
224
     *     {@link ThreeDTechnologyValues }
225
     *     
226
     */
227
    public ThreeDTechnologyValues getThreeDTechnology() {
228
        return threeDTechnology;
229
    }
230
 
231
    /**
232
     * Sets the value of the threeDTechnology property.
233
     * 
234
     * @param value
235
     *     allowed object is
236
     *     {@link ThreeDTechnologyValues }
237
     *     
238
     */
239
    public void setThreeDTechnology(ThreeDTechnologyValues value) {
240
        this.threeDTechnology = value;
241
    }
242
 
243
    /**
244
     * Gets the value of the baseLength property.
245
     * 
246
     * @return
247
     *     possible object is
248
     *     {@link LengthDimension }
249
     *     
250
     */
251
    public LengthDimension getBaseLength() {
252
        return baseLength;
253
    }
254
 
255
    /**
256
     * Sets the value of the baseLength property.
257
     * 
258
     * @param value
259
     *     allowed object is
260
     *     {@link LengthDimension }
261
     *     
262
     */
263
    public void setBaseLength(LengthDimension value) {
264
        this.baseLength = value;
265
    }
266
 
267
    /**
268
     * Gets the value of the baseWidth property.
269
     * 
270
     * @return
271
     *     possible object is
272
     *     {@link LengthDimension }
273
     *     
274
     */
275
    public LengthDimension getBaseWidth() {
276
        return baseWidth;
277
    }
278
 
279
    /**
280
     * Sets the value of the baseWidth property.
281
     * 
282
     * @param value
283
     *     allowed object is
284
     *     {@link LengthDimension }
285
     *     
286
     */
287
    public void setBaseWidth(LengthDimension value) {
288
        this.baseWidth = value;
289
    }
290
 
291
    /**
292
     * Gets the value of the analogRGBInput property.
293
     * 
294
     * <p>
295
     * This accessor method returns a reference to the live list,
296
     * not a snapshot. Therefore any modification you make to the
297
     * returned list will be present inside the JAXB object.
298
     * This is why there is not a <CODE>set</CODE> method for the analogRGBInput property.
299
     * 
300
     * <p>
301
     * For example, to add a new item, do as follows:
302
     * <pre>
303
     *    getAnalogRGBInput().add(newItem);
304
     * </pre>
305
     * 
306
     * 
307
     * <p>
308
     * Objects of the following type(s) are allowed in the list
309
     * {@link String }
310
     * 
311
     * 
312
     */
313
    public List<String> getAnalogRGBInput() {
314
        if (analogRGBInput == null) {
315
            analogRGBInput = new ArrayList<String>();
316
        }
317
        return this.analogRGBInput;
318
    }
319
 
320
    /**
321
     * Gets the value of the screenDimensions property.
322
     * 
323
     * @return
324
     *     possible object is
325
     *     {@link String }
326
     *     
327
     */
328
    public String getScreenDimensions() {
329
        return screenDimensions;
330
    }
331
 
332
    /**
333
     * Sets the value of the screenDimensions property.
334
     * 
335
     * @param value
336
     *     allowed object is
337
     *     {@link String }
338
     *     
339
     */
340
    public void setScreenDimensions(String value) {
341
        this.screenDimensions = value;
342
    }
343
 
344
    /**
345
     * Gets the value of the screenResolution property.
346
     * 
347
     * @return
348
     *     possible object is
349
     *     {@link String }
350
     *     
351
     */
352
    public String getScreenResolution() {
353
        return screenResolution;
354
    }
355
 
356
    /**
357
     * Sets the value of the screenResolution property.
358
     * 
359
     * @param value
360
     *     allowed object is
361
     *     {@link String }
362
     *     
363
     */
364
    public void setScreenResolution(String value) {
365
        this.screenResolution = value;
366
    }
367
 
368
    /**
369
     * Gets the value of the builtInMedia property.
370
     * 
371
     * <p>
372
     * This accessor method returns a reference to the live list,
373
     * not a snapshot. Therefore any modification you make to the
374
     * returned list will be present inside the JAXB object.
375
     * This is why there is not a <CODE>set</CODE> method for the builtInMedia property.
376
     * 
377
     * <p>
378
     * For example, to add a new item, do as follows:
379
     * <pre>
380
     *    getBuiltInMedia().add(newItem);
381
     * </pre>
382
     * 
383
     * 
384
     * <p>
385
     * Objects of the following type(s) are allowed in the list
386
     * {@link String }
387
     * 
388
     * 
389
     */
390
    public List<String> getBuiltInMedia() {
391
        if (builtInMedia == null) {
392
            builtInMedia = new ArrayList<String>();
393
        }
394
        return this.builtInMedia;
395
    }
396
 
397
    /**
398
     * Gets the value of the maximumHorizontalRefreshRate property.
399
     * 
400
     * @return
401
     *     possible object is
402
     *     {@link FrequencyDimension }
403
     *     
404
     */
405
    public FrequencyDimension getMaximumHorizontalRefreshRate() {
406
        return maximumHorizontalRefreshRate;
407
    }
408
 
409
    /**
410
     * Sets the value of the maximumHorizontalRefreshRate property.
411
     * 
412
     * @param value
413
     *     allowed object is
414
     *     {@link FrequencyDimension }
415
     *     
416
     */
417
    public void setMaximumHorizontalRefreshRate(FrequencyDimension value) {
418
        this.maximumHorizontalRefreshRate = value;
419
    }
420
 
421
    /**
422
     * Gets the value of the maximumVerticalRefreshRate property.
423
     * 
424
     * @return
425
     *     possible object is
426
     *     {@link FrequencyDimension }
427
     *     
428
     */
429
    public FrequencyDimension getMaximumVerticalRefreshRate() {
430
        return maximumVerticalRefreshRate;
431
    }
432
 
433
    /**
434
     * Sets the value of the maximumVerticalRefreshRate property.
435
     * 
436
     * @param value
437
     *     allowed object is
438
     *     {@link FrequencyDimension }
439
     *     
440
     */
441
    public void setMaximumVerticalRefreshRate(FrequencyDimension value) {
442
        this.maximumVerticalRefreshRate = value;
443
    }
444
 
445
    /**
446
     * Gets the value of the minimumHorizontalRefreshRate property.
447
     * 
448
     * @return
449
     *     possible object is
450
     *     {@link FrequencyDimension }
451
     *     
452
     */
453
    public FrequencyDimension getMinimumHorizontalRefreshRate() {
454
        return minimumHorizontalRefreshRate;
455
    }
456
 
457
    /**
458
     * Sets the value of the minimumHorizontalRefreshRate property.
459
     * 
460
     * @param value
461
     *     allowed object is
462
     *     {@link FrequencyDimension }
463
     *     
464
     */
465
    public void setMinimumHorizontalRefreshRate(FrequencyDimension value) {
466
        this.minimumHorizontalRefreshRate = value;
467
    }
468
 
469
    /**
470
     * Gets the value of the minimumVerticalRefreshRate property.
471
     * 
472
     * @return
473
     *     possible object is
474
     *     {@link FrequencyDimension }
475
     *     
476
     */
477
    public FrequencyDimension getMinimumVerticalRefreshRate() {
478
        return minimumVerticalRefreshRate;
479
    }
480
 
481
    /**
482
     * Sets the value of the minimumVerticalRefreshRate property.
483
     * 
484
     * @param value
485
     *     allowed object is
486
     *     {@link FrequencyDimension }
487
     *     
488
     */
489
    public void setMinimumVerticalRefreshRate(FrequencyDimension value) {
490
        this.minimumVerticalRefreshRate = value;
491
    }
492
 
493
    /**
494
     * Gets the value of the mountingPattern property.
495
     * 
496
     * @return
497
     *     possible object is
498
     *     {@link String }
499
     *     
500
     */
501
    public String getMountingPattern() {
502
        return mountingPattern;
503
    }
504
 
505
    /**
506
     * Sets the value of the mountingPattern property.
507
     * 
508
     * @param value
509
     *     allowed object is
510
     *     {@link String }
511
     *     
512
     */
513
    public void setMountingPattern(String value) {
514
        this.mountingPattern = value;
515
    }
516
 
517
    /**
518
     * Gets the value of the parentalControlTechnology property.
519
     * 
520
     * @return
521
     *     possible object is
522
     *     {@link String }
523
     *     
524
     */
525
    public String getParentalControlTechnology() {
526
        return parentalControlTechnology;
527
    }
528
 
529
    /**
530
     * Sets the value of the parentalControlTechnology property.
531
     * 
532
     * @param value
533
     *     allowed object is
534
     *     {@link String }
535
     *     
536
     */
537
    public void setParentalControlTechnology(String value) {
538
        this.parentalControlTechnology = value;
539
    }
540
 
541
    /**
542
     * Gets the value of the resolution property.
543
     * 
544
     * @return
545
     *     possible object is
546
     *     {@link String }
547
     *     
548
     */
549
    public String getResolution() {
550
        return resolution;
551
    }
552
 
553
    /**
554
     * Sets the value of the resolution property.
555
     * 
556
     * @param value
557
     *     allowed object is
558
     *     {@link String }
559
     *     
560
     */
561
    public void setResolution(String value) {
562
        this.resolution = value;
563
    }
564
 
565
    /**
566
     * Gets the value of the sVideoInputType property.
567
     * 
568
     * @return
569
     *     possible object is
570
     *     {@link String }
571
     *     
572
     */
573
    public String getSVideoInputType() {
574
        return sVideoInputType;
575
    }
576
 
577
    /**
578
     * Sets the value of the sVideoInputType property.
579
     * 
580
     * @param value
581
     *     allowed object is
582
     *     {@link String }
583
     *     
584
     */
585
    public void setSVideoInputType(String value) {
586
        this.sVideoInputType = value;
587
    }
588
 
589
    /**
590
     * Gets the value of the screenFinish property.
591
     * 
592
     * @return
593
     *     possible object is
594
     *     {@link String }
595
     *     
596
     */
597
    public String getScreenFinish() {
598
        return screenFinish;
599
    }
600
 
601
    /**
602
     * Sets the value of the screenFinish property.
603
     * 
604
     * @param value
605
     *     allowed object is
606
     *     {@link String }
607
     *     
608
     */
609
    public void setScreenFinish(String value) {
610
        this.screenFinish = value;
611
    }
612
 
613
    /**
614
     * Gets the value of the screenSize property.
615
     * 
616
     * @return
617
     *     possible object is
618
     *     {@link LengthDimension }
619
     *     
620
     */
621
    public LengthDimension getScreenSize() {
622
        return screenSize;
623
    }
624
 
625
    /**
626
     * Sets the value of the screenSize property.
627
     * 
628
     * @param value
629
     *     allowed object is
630
     *     {@link LengthDimension }
631
     *     
632
     */
633
    public void setScreenSize(LengthDimension value) {
634
        this.screenSize = value;
635
    }
636
 
637
    /**
638
     * Gets the value of the numberOfSpeakers property.
639
     * 
640
     * @return
641
     *     possible object is
642
     *     {@link BigInteger }
643
     *     
644
     */
645
    public BigInteger getNumberOfSpeakers() {
646
        return numberOfSpeakers;
647
    }
648
 
649
    /**
650
     * Sets the value of the numberOfSpeakers property.
651
     * 
652
     * @param value
653
     *     allowed object is
654
     *     {@link BigInteger }
655
     *     
656
     */
657
    public void setNumberOfSpeakers(BigInteger value) {
658
        this.numberOfSpeakers = value;
659
    }
660
 
661
    /**
662
     * Gets the value of the internetApplications property.
663
     * 
664
     * <p>
665
     * This accessor method returns a reference to the live list,
666
     * not a snapshot. Therefore any modification you make to the
667
     * returned list will be present inside the JAXB object.
668
     * This is why there is not a <CODE>set</CODE> method for the internetApplications property.
669
     * 
670
     * <p>
671
     * For example, to add a new item, do as follows:
672
     * <pre>
673
     *    getInternetApplications().add(newItem);
674
     * </pre>
675
     * 
676
     * 
677
     * <p>
678
     * Objects of the following type(s) are allowed in the list
679
     * {@link String }
680
     * 
681
     * 
682
     */
683
    public List<String> getInternetApplications() {
684
        if (internetApplications == null) {
685
            internetApplications = new ArrayList<String>();
686
        }
687
        return this.internetApplications;
688
    }
689
 
690
    /**
691
     * Gets the value of the totalCoaxialInputs property.
692
     * 
693
     * @return
694
     *     possible object is
695
     *     {@link BigInteger }
696
     *     
697
     */
698
    public BigInteger getTotalCoaxialInputs() {
699
        return totalCoaxialInputs;
700
    }
701
 
702
    /**
703
     * Sets the value of the totalCoaxialInputs property.
704
     * 
705
     * @param value
706
     *     allowed object is
707
     *     {@link BigInteger }
708
     *     
709
     */
710
    public void setTotalCoaxialInputs(BigInteger value) {
711
        this.totalCoaxialInputs = value;
712
    }
713
 
714
    /**
715
     * Gets the value of the totalComponentInPorts property.
716
     * 
717
     * @return
718
     *     possible object is
719
     *     {@link BigInteger }
720
     *     
721
     */
722
    public BigInteger getTotalComponentInPorts() {
723
        return totalComponentInPorts;
724
    }
725
 
726
    /**
727
     * Sets the value of the totalComponentInPorts property.
728
     * 
729
     * @param value
730
     *     allowed object is
731
     *     {@link BigInteger }
732
     *     
733
     */
734
    public void setTotalComponentInPorts(BigInteger value) {
735
        this.totalComponentInPorts = value;
736
    }
737
 
738
    /**
739
     * Gets the value of the totalCompositePorts property.
740
     * 
741
     * @return
742
     *     possible object is
743
     *     {@link BigInteger }
744
     *     
745
     */
746
    public BigInteger getTotalCompositePorts() {
747
        return totalCompositePorts;
748
    }
749
 
750
    /**
751
     * Sets the value of the totalCompositePorts property.
752
     * 
753
     * @param value
754
     *     allowed object is
755
     *     {@link BigInteger }
756
     *     
757
     */
758
    public void setTotalCompositePorts(BigInteger value) {
759
        this.totalCompositePorts = value;
760
    }
761
 
762
    /**
763
     * Gets the value of the totalEthernetPorts property.
764
     * 
765
     * @return
766
     *     possible object is
767
     *     {@link BigInteger }
768
     *     
769
     */
770
    public BigInteger getTotalEthernetPorts() {
771
        return totalEthernetPorts;
772
    }
773
 
774
    /**
775
     * Sets the value of the totalEthernetPorts property.
776
     * 
777
     * @param value
778
     *     allowed object is
779
     *     {@link BigInteger }
780
     *     
781
     */
782
    public void setTotalEthernetPorts(BigInteger value) {
783
        this.totalEthernetPorts = value;
784
    }
785
 
786
    /**
787
     * Gets the value of the totalHdmiPorts property.
788
     * 
789
     * @return
790
     *     possible object is
791
     *     {@link BigInteger }
792
     *     
793
     */
794
    public BigInteger getTotalHdmiPorts() {
795
        return totalHdmiPorts;
796
    }
797
 
798
    /**
799
     * Sets the value of the totalHdmiPorts property.
800
     * 
801
     * @param value
802
     *     allowed object is
803
     *     {@link BigInteger }
804
     *     
805
     */
806
    public void setTotalHdmiPorts(BigInteger value) {
807
        this.totalHdmiPorts = value;
808
    }
809
 
810
    /**
811
     * Gets the value of the totalSVideoInPorts property.
812
     * 
813
     * @return
814
     *     possible object is
815
     *     {@link BigInteger }
816
     *     
817
     */
818
    public BigInteger getTotalSVideoInPorts() {
819
        return totalSVideoInPorts;
820
    }
821
 
822
    /**
823
     * Sets the value of the totalSVideoInPorts property.
824
     * 
825
     * @param value
826
     *     allowed object is
827
     *     {@link BigInteger }
828
     *     
829
     */
830
    public void setTotalSVideoInPorts(BigInteger value) {
831
        this.totalSVideoInPorts = value;
832
    }
833
 
834
    /**
835
     * Gets the value of the totalVgaInPorts property.
836
     * 
837
     * @return
838
     *     possible object is
839
     *     {@link BigInteger }
840
     *     
841
     */
842
    public BigInteger getTotalVgaInPorts() {
843
        return totalVgaInPorts;
844
    }
845
 
846
    /**
847
     * Sets the value of the totalVgaInPorts property.
848
     * 
849
     * @param value
850
     *     allowed object is
851
     *     {@link BigInteger }
852
     *     
853
     */
854
    public void setTotalVgaInPorts(BigInteger value) {
855
        this.totalVgaInPorts = value;
856
    }
857
 
858
    /**
859
     * Gets the value of the totalVideoOutPorts property.
860
     * 
861
     * @return
862
     *     possible object is
863
     *     {@link BigInteger }
864
     *     
865
     */
866
    public BigInteger getTotalVideoOutPorts() {
867
        return totalVideoOutPorts;
868
    }
869
 
870
    /**
871
     * Sets the value of the totalVideoOutPorts property.
872
     * 
873
     * @param value
874
     *     allowed object is
875
     *     {@link BigInteger }
876
     *     
877
     */
878
    public void setTotalVideoOutPorts(BigInteger value) {
879
        this.totalVideoOutPorts = value;
880
    }
881
 
882
    /**
883
     * Gets the value of the universalRemoteCode property.
884
     * 
885
     * @return
886
     *     possible object is
887
     *     {@link BigInteger }
888
     *     
889
     */
890
    public BigInteger getUniversalRemoteCode() {
891
        return universalRemoteCode;
892
    }
893
 
894
    /**
895
     * Sets the value of the universalRemoteCode property.
896
     * 
897
     * @param value
898
     *     allowed object is
899
     *     {@link BigInteger }
900
     *     
901
     */
902
    public void setUniversalRemoteCode(BigInteger value) {
903
        this.universalRemoteCode = value;
904
    }
905
 
906
    /**
907
     * Gets the value of the wirelessTechnology property.
908
     * 
909
     * <p>
910
     * This accessor method returns a reference to the live list,
911
     * not a snapshot. Therefore any modification you make to the
912
     * returned list will be present inside the JAXB object.
913
     * This is why there is not a <CODE>set</CODE> method for the wirelessTechnology property.
914
     * 
915
     * <p>
916
     * For example, to add a new item, do as follows:
917
     * <pre>
918
     *    getWirelessTechnology().add(newItem);
919
     * </pre>
920
     * 
921
     * 
922
     * <p>
923
     * Objects of the following type(s) are allowed in the list
924
     * {@link String }
925
     * 
926
     * 
927
     */
928
    public List<String> getWirelessTechnology() {
929
        if (wirelessTechnology == null) {
930
            wirelessTechnology = new ArrayList<String>();
931
        }
932
        return this.wirelessTechnology;
933
    }
934
 
935
    /**
936
     * Gets the value of the wirelessType property.
937
     * 
938
     * @return
939
     *     possible object is
940
     *     {@link String }
941
     *     
942
     */
943
    public String getWirelessType() {
944
        return wirelessType;
945
    }
946
 
947
    /**
948
     * Sets the value of the wirelessType property.
949
     * 
950
     * @param value
951
     *     allowed object is
952
     *     {@link String }
953
     *     
954
     */
955
    public void setWirelessType(String value) {
956
        this.wirelessType = value;
957
    }
958
 
959
}