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.XmlSchemaType;
18
import javax.xml.bind.annotation.XmlType;
19
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
20
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
21
 
22
 
23
/**
24
 * <p>Java class for anonymous complex type.
25
 * 
26
 * <p>The following schema fragment specifies the expected content contained within this class.
27
 * 
28
 * <pre>
29
 * &lt;complexType>
30
 *   &lt;complexContent>
31
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
32
 *       &lt;sequence>
33
 *         &lt;element ref="{}BatteryCellType" minOccurs="0"/>
34
 *         &lt;element name="BatteryChargeCycles" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
35
 *         &lt;element ref="{}BatteryPower" minOccurs="0"/>
36
 *         &lt;element ref="{}CameraFlash" minOccurs="0"/>
37
 *         &lt;element ref="{}ContinuousShootingSpeed" minOccurs="0"/>
38
 *         &lt;element ref="{}FinishType" minOccurs="0"/>
39
 *         &lt;element ref="{}FixedFocalLength" minOccurs="0"/>
40
 *         &lt;element ref="{}FocusType" minOccurs="0"/>
41
 *         &lt;element ref="{}GuideNumber" minOccurs="0"/>
42
 *         &lt;element ref="{}ImageStabilization" minOccurs="0"/>
43
 *         &lt;element ref="{}IsHotShoeIncluded" minOccurs="0"/>
44
 *         &lt;element name="Lens" type="{}StringNotNull" minOccurs="0"/>
45
 *         &lt;element ref="{}MaxAperture" minOccurs="0"/>
46
 *         &lt;element ref="{}MaxFocalLength" minOccurs="0"/>
47
 *         &lt;element ref="{}MaxShutterSpeed" minOccurs="0"/>
48
 *         &lt;element ref="{}MinAperture" minOccurs="0"/>
49
 *         &lt;element ref="{}MinFocalLength" minOccurs="0"/>
50
 *         &lt;element ref="{}MinShutterSpeed" minOccurs="0"/>
51
 *         &lt;element ref="{}OpticalZoom" minOccurs="0"/>
52
 *         &lt;element ref="{}PhotoFilterLensSize" minOccurs="0"/>
53
 *         &lt;element name="PowerSource" type="{}FortyStringNotNull" minOccurs="0"/>
54
 *         &lt;element ref="{}ViewFinderType" minOccurs="0"/>
55
 *         &lt;element ref="{}WaterResistantLevel" minOccurs="0"/>
56
 *       &lt;/sequence>
57
 *     &lt;/restriction>
58
 *   &lt;/complexContent>
59
 * &lt;/complexType>
60
 * </pre>
61
 * 
62
 * 
63
 */
64
@XmlAccessorType(XmlAccessType.FIELD)
65
@XmlType(name = "", propOrder = {
66
    "batteryCellType",
67
    "batteryChargeCycles",
68
    "batteryPower",
69
    "cameraFlash",
70
    "continuousShootingSpeed",
71
    "finishType",
72
    "fixedFocalLength",
73
    "focusType",
74
    "guideNumber",
75
    "imageStabilization",
76
    "isHotShoeIncluded",
77
    "lens",
78
    "maxAperture",
79
    "maxFocalLength",
80
    "maxShutterSpeed",
81
    "minAperture",
82
    "minFocalLength",
83
    "minShutterSpeed",
84
    "opticalZoom",
85
    "photoFilterLensSize",
86
    "powerSource",
87
    "viewFinderType",
88
    "waterResistantLevel"
89
})
90
@XmlRootElement(name = "CEFilmCamera")
91
public class CEFilmCamera {
92
 
93
    @XmlElement(name = "BatteryCellType")
94
    protected BatteryCellTypeValues batteryCellType;
95
    @XmlElement(name = "BatteryChargeCycles")
96
    @XmlSchemaType(name = "positiveInteger")
97
    protected BigInteger batteryChargeCycles;
98
    @XmlElement(name = "BatteryPower")
99
    protected BatteryPowerIntegerDimension batteryPower;
100
    @XmlElement(name = "CameraFlash")
101
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
102
    protected String cameraFlash;
103
    @XmlElement(name = "ContinuousShootingSpeed")
104
    protected ContinuousShootingDimension continuousShootingSpeed;
105
    @XmlElement(name = "FinishType")
106
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
107
    protected String finishType;
108
    @XmlElement(name = "FixedFocalLength")
109
    protected LengthDimension fixedFocalLength;
110
    @XmlElement(name = "FocusType")
111
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
112
    protected String focusType;
113
    @XmlElement(name = "GuideNumber")
114
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
115
    protected String guideNumber;
116
    @XmlElement(name = "ImageStabilization")
117
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
118
    protected String imageStabilization;
119
    @XmlElement(name = "IsHotShoeIncluded")
120
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
121
    protected String isHotShoeIncluded;
122
    @XmlElement(name = "Lens")
123
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
124
    protected String lens;
125
    @XmlElement(name = "MaxAperture")
126
    protected ApertureDimension maxAperture;
127
    @XmlElement(name = "MaxFocalLength")
128
    protected LengthDimension maxFocalLength;
129
    @XmlElement(name = "MaxShutterSpeed")
130
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
131
    protected String maxShutterSpeed;
132
    @XmlElement(name = "MinAperture")
133
    protected ApertureDimension minAperture;
134
    @XmlElement(name = "MinFocalLength")
135
    protected LengthDimension minFocalLength;
136
    @XmlElement(name = "MinShutterSpeed")
137
    protected BigDecimal minShutterSpeed;
138
    @XmlElement(name = "OpticalZoom")
139
    protected ZoomDimension opticalZoom;
140
    @XmlElement(name = "PhotoFilterLensSize")
141
    protected LengthDimension photoFilterLensSize;
142
    @XmlElement(name = "PowerSource")
143
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
144
    protected String powerSource;
145
    @XmlElement(name = "ViewFinderType")
146
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
147
    protected String viewFinderType;
148
    @XmlElement(name = "WaterResistantLevel")
149
    protected WaterResistantType waterResistantLevel;
150
 
151
    /**
152
     * Gets the value of the batteryCellType property.
153
     * 
154
     * @return
155
     *     possible object is
156
     *     {@link BatteryCellTypeValues }
157
     *     
158
     */
159
    public BatteryCellTypeValues getBatteryCellType() {
160
        return batteryCellType;
161
    }
162
 
163
    /**
164
     * Sets the value of the batteryCellType property.
165
     * 
166
     * @param value
167
     *     allowed object is
168
     *     {@link BatteryCellTypeValues }
169
     *     
170
     */
171
    public void setBatteryCellType(BatteryCellTypeValues value) {
172
        this.batteryCellType = value;
173
    }
174
 
175
    /**
176
     * Gets the value of the batteryChargeCycles property.
177
     * 
178
     * @return
179
     *     possible object is
180
     *     {@link BigInteger }
181
     *     
182
     */
183
    public BigInteger getBatteryChargeCycles() {
184
        return batteryChargeCycles;
185
    }
186
 
187
    /**
188
     * Sets the value of the batteryChargeCycles property.
189
     * 
190
     * @param value
191
     *     allowed object is
192
     *     {@link BigInteger }
193
     *     
194
     */
195
    public void setBatteryChargeCycles(BigInteger value) {
196
        this.batteryChargeCycles = value;
197
    }
198
 
199
    /**
200
     * Gets the value of the batteryPower property.
201
     * 
202
     * @return
203
     *     possible object is
204
     *     {@link BatteryPowerIntegerDimension }
205
     *     
206
     */
207
    public BatteryPowerIntegerDimension getBatteryPower() {
208
        return batteryPower;
209
    }
210
 
211
    /**
212
     * Sets the value of the batteryPower property.
213
     * 
214
     * @param value
215
     *     allowed object is
216
     *     {@link BatteryPowerIntegerDimension }
217
     *     
218
     */
219
    public void setBatteryPower(BatteryPowerIntegerDimension value) {
220
        this.batteryPower = value;
221
    }
222
 
223
    /**
224
     * Gets the value of the cameraFlash property.
225
     * 
226
     * @return
227
     *     possible object is
228
     *     {@link String }
229
     *     
230
     */
231
    public String getCameraFlash() {
232
        return cameraFlash;
233
    }
234
 
235
    /**
236
     * Sets the value of the cameraFlash property.
237
     * 
238
     * @param value
239
     *     allowed object is
240
     *     {@link String }
241
     *     
242
     */
243
    public void setCameraFlash(String value) {
244
        this.cameraFlash = value;
245
    }
246
 
247
    /**
248
     * Gets the value of the continuousShootingSpeed property.
249
     * 
250
     * @return
251
     *     possible object is
252
     *     {@link ContinuousShootingDimension }
253
     *     
254
     */
255
    public ContinuousShootingDimension getContinuousShootingSpeed() {
256
        return continuousShootingSpeed;
257
    }
258
 
259
    /**
260
     * Sets the value of the continuousShootingSpeed property.
261
     * 
262
     * @param value
263
     *     allowed object is
264
     *     {@link ContinuousShootingDimension }
265
     *     
266
     */
267
    public void setContinuousShootingSpeed(ContinuousShootingDimension value) {
268
        this.continuousShootingSpeed = value;
269
    }
270
 
271
    /**
272
     * Gets the value of the finishType property.
273
     * 
274
     * @return
275
     *     possible object is
276
     *     {@link String }
277
     *     
278
     */
279
    public String getFinishType() {
280
        return finishType;
281
    }
282
 
283
    /**
284
     * Sets the value of the finishType property.
285
     * 
286
     * @param value
287
     *     allowed object is
288
     *     {@link String }
289
     *     
290
     */
291
    public void setFinishType(String value) {
292
        this.finishType = value;
293
    }
294
 
295
    /**
296
     * Gets the value of the fixedFocalLength property.
297
     * 
298
     * @return
299
     *     possible object is
300
     *     {@link LengthDimension }
301
     *     
302
     */
303
    public LengthDimension getFixedFocalLength() {
304
        return fixedFocalLength;
305
    }
306
 
307
    /**
308
     * Sets the value of the fixedFocalLength property.
309
     * 
310
     * @param value
311
     *     allowed object is
312
     *     {@link LengthDimension }
313
     *     
314
     */
315
    public void setFixedFocalLength(LengthDimension value) {
316
        this.fixedFocalLength = value;
317
    }
318
 
319
    /**
320
     * Gets the value of the focusType property.
321
     * 
322
     * @return
323
     *     possible object is
324
     *     {@link String }
325
     *     
326
     */
327
    public String getFocusType() {
328
        return focusType;
329
    }
330
 
331
    /**
332
     * Sets the value of the focusType property.
333
     * 
334
     * @param value
335
     *     allowed object is
336
     *     {@link String }
337
     *     
338
     */
339
    public void setFocusType(String value) {
340
        this.focusType = value;
341
    }
342
 
343
    /**
344
     * Gets the value of the guideNumber property.
345
     * 
346
     * @return
347
     *     possible object is
348
     *     {@link String }
349
     *     
350
     */
351
    public String getGuideNumber() {
352
        return guideNumber;
353
    }
354
 
355
    /**
356
     * Sets the value of the guideNumber property.
357
     * 
358
     * @param value
359
     *     allowed object is
360
     *     {@link String }
361
     *     
362
     */
363
    public void setGuideNumber(String value) {
364
        this.guideNumber = value;
365
    }
366
 
367
    /**
368
     * Gets the value of the imageStabilization property.
369
     * 
370
     * @return
371
     *     possible object is
372
     *     {@link String }
373
     *     
374
     */
375
    public String getImageStabilization() {
376
        return imageStabilization;
377
    }
378
 
379
    /**
380
     * Sets the value of the imageStabilization property.
381
     * 
382
     * @param value
383
     *     allowed object is
384
     *     {@link String }
385
     *     
386
     */
387
    public void setImageStabilization(String value) {
388
        this.imageStabilization = value;
389
    }
390
 
391
    /**
392
     * Gets the value of the isHotShoeIncluded property.
393
     * 
394
     * @return
395
     *     possible object is
396
     *     {@link String }
397
     *     
398
     */
399
    public String getIsHotShoeIncluded() {
400
        return isHotShoeIncluded;
401
    }
402
 
403
    /**
404
     * Sets the value of the isHotShoeIncluded property.
405
     * 
406
     * @param value
407
     *     allowed object is
408
     *     {@link String }
409
     *     
410
     */
411
    public void setIsHotShoeIncluded(String value) {
412
        this.isHotShoeIncluded = value;
413
    }
414
 
415
    /**
416
     * Gets the value of the lens property.
417
     * 
418
     * @return
419
     *     possible object is
420
     *     {@link String }
421
     *     
422
     */
423
    public String getLens() {
424
        return lens;
425
    }
426
 
427
    /**
428
     * Sets the value of the lens property.
429
     * 
430
     * @param value
431
     *     allowed object is
432
     *     {@link String }
433
     *     
434
     */
435
    public void setLens(String value) {
436
        this.lens = value;
437
    }
438
 
439
    /**
440
     * Gets the value of the maxAperture property.
441
     * 
442
     * @return
443
     *     possible object is
444
     *     {@link ApertureDimension }
445
     *     
446
     */
447
    public ApertureDimension getMaxAperture() {
448
        return maxAperture;
449
    }
450
 
451
    /**
452
     * Sets the value of the maxAperture property.
453
     * 
454
     * @param value
455
     *     allowed object is
456
     *     {@link ApertureDimension }
457
     *     
458
     */
459
    public void setMaxAperture(ApertureDimension value) {
460
        this.maxAperture = value;
461
    }
462
 
463
    /**
464
     * Gets the value of the maxFocalLength property.
465
     * 
466
     * @return
467
     *     possible object is
468
     *     {@link LengthDimension }
469
     *     
470
     */
471
    public LengthDimension getMaxFocalLength() {
472
        return maxFocalLength;
473
    }
474
 
475
    /**
476
     * Sets the value of the maxFocalLength property.
477
     * 
478
     * @param value
479
     *     allowed object is
480
     *     {@link LengthDimension }
481
     *     
482
     */
483
    public void setMaxFocalLength(LengthDimension value) {
484
        this.maxFocalLength = value;
485
    }
486
 
487
    /**
488
     * Gets the value of the maxShutterSpeed property.
489
     * 
490
     * @return
491
     *     possible object is
492
     *     {@link String }
493
     *     
494
     */
495
    public String getMaxShutterSpeed() {
496
        return maxShutterSpeed;
497
    }
498
 
499
    /**
500
     * Sets the value of the maxShutterSpeed property.
501
     * 
502
     * @param value
503
     *     allowed object is
504
     *     {@link String }
505
     *     
506
     */
507
    public void setMaxShutterSpeed(String value) {
508
        this.maxShutterSpeed = value;
509
    }
510
 
511
    /**
512
     * Gets the value of the minAperture property.
513
     * 
514
     * @return
515
     *     possible object is
516
     *     {@link ApertureDimension }
517
     *     
518
     */
519
    public ApertureDimension getMinAperture() {
520
        return minAperture;
521
    }
522
 
523
    /**
524
     * Sets the value of the minAperture property.
525
     * 
526
     * @param value
527
     *     allowed object is
528
     *     {@link ApertureDimension }
529
     *     
530
     */
531
    public void setMinAperture(ApertureDimension value) {
532
        this.minAperture = value;
533
    }
534
 
535
    /**
536
     * Gets the value of the minFocalLength property.
537
     * 
538
     * @return
539
     *     possible object is
540
     *     {@link LengthDimension }
541
     *     
542
     */
543
    public LengthDimension getMinFocalLength() {
544
        return minFocalLength;
545
    }
546
 
547
    /**
548
     * Sets the value of the minFocalLength property.
549
     * 
550
     * @param value
551
     *     allowed object is
552
     *     {@link LengthDimension }
553
     *     
554
     */
555
    public void setMinFocalLength(LengthDimension value) {
556
        this.minFocalLength = value;
557
    }
558
 
559
    /**
560
     * Gets the value of the minShutterSpeed property.
561
     * 
562
     * @return
563
     *     possible object is
564
     *     {@link BigDecimal }
565
     *     
566
     */
567
    public BigDecimal getMinShutterSpeed() {
568
        return minShutterSpeed;
569
    }
570
 
571
    /**
572
     * Sets the value of the minShutterSpeed property.
573
     * 
574
     * @param value
575
     *     allowed object is
576
     *     {@link BigDecimal }
577
     *     
578
     */
579
    public void setMinShutterSpeed(BigDecimal value) {
580
        this.minShutterSpeed = value;
581
    }
582
 
583
    /**
584
     * Gets the value of the opticalZoom property.
585
     * 
586
     * @return
587
     *     possible object is
588
     *     {@link ZoomDimension }
589
     *     
590
     */
591
    public ZoomDimension getOpticalZoom() {
592
        return opticalZoom;
593
    }
594
 
595
    /**
596
     * Sets the value of the opticalZoom property.
597
     * 
598
     * @param value
599
     *     allowed object is
600
     *     {@link ZoomDimension }
601
     *     
602
     */
603
    public void setOpticalZoom(ZoomDimension value) {
604
        this.opticalZoom = value;
605
    }
606
 
607
    /**
608
     * Gets the value of the photoFilterLensSize property.
609
     * 
610
     * @return
611
     *     possible object is
612
     *     {@link LengthDimension }
613
     *     
614
     */
615
    public LengthDimension getPhotoFilterLensSize() {
616
        return photoFilterLensSize;
617
    }
618
 
619
    /**
620
     * Sets the value of the photoFilterLensSize property.
621
     * 
622
     * @param value
623
     *     allowed object is
624
     *     {@link LengthDimension }
625
     *     
626
     */
627
    public void setPhotoFilterLensSize(LengthDimension value) {
628
        this.photoFilterLensSize = value;
629
    }
630
 
631
    /**
632
     * Gets the value of the powerSource property.
633
     * 
634
     * @return
635
     *     possible object is
636
     *     {@link String }
637
     *     
638
     */
639
    public String getPowerSource() {
640
        return powerSource;
641
    }
642
 
643
    /**
644
     * Sets the value of the powerSource property.
645
     * 
646
     * @param value
647
     *     allowed object is
648
     *     {@link String }
649
     *     
650
     */
651
    public void setPowerSource(String value) {
652
        this.powerSource = value;
653
    }
654
 
655
    /**
656
     * Gets the value of the viewFinderType property.
657
     * 
658
     * @return
659
     *     possible object is
660
     *     {@link String }
661
     *     
662
     */
663
    public String getViewFinderType() {
664
        return viewFinderType;
665
    }
666
 
667
    /**
668
     * Sets the value of the viewFinderType property.
669
     * 
670
     * @param value
671
     *     allowed object is
672
     *     {@link String }
673
     *     
674
     */
675
    public void setViewFinderType(String value) {
676
        this.viewFinderType = value;
677
    }
678
 
679
    /**
680
     * Gets the value of the waterResistantLevel property.
681
     * 
682
     * @return
683
     *     possible object is
684
     *     {@link WaterResistantType }
685
     *     
686
     */
687
    public WaterResistantType getWaterResistantLevel() {
688
        return waterResistantLevel;
689
    }
690
 
691
    /**
692
     * Sets the value of the waterResistantLevel property.
693
     * 
694
     * @param value
695
     *     allowed object is
696
     *     {@link WaterResistantType }
697
     *     
698
     */
699
    public void setWaterResistantLevel(WaterResistantType value) {
700
        this.waterResistantLevel = value;
701
    }
702
 
703
}