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 javax.xml.bind.annotation.XmlAccessType;
13
import javax.xml.bind.annotation.XmlAccessorType;
14
import javax.xml.bind.annotation.XmlElement;
15
import javax.xml.bind.annotation.XmlRootElement;
16
import javax.xml.bind.annotation.XmlSchemaType;
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="{}BatteryCellType" minOccurs="0"/>
33
 *         &lt;element name="BatteryChargeCycles" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
34
 *         &lt;element ref="{}BatteryPower" minOccurs="0"/>
35
 *         &lt;element ref="{}BoxContents" minOccurs="0"/>
36
 *         &lt;element ref="{}CameraFilmSpeed" minOccurs="0"/>
37
 *         &lt;element ref="{}CameraFlash" minOccurs="0"/>
38
 *         &lt;element ref="{}CompatibleMountings" minOccurs="0"/>
39
 *         &lt;element ref="{}DigitalZoom" minOccurs="0"/>
40
 *         &lt;element ref="{}FinishType" minOccurs="0"/>
41
 *         &lt;element ref="{}FlashDedication" minOccurs="0"/>
42
 *         &lt;element ref="{}GuideNumber" minOccurs="0"/>
43
 *         &lt;element name="Lens" type="{}StringNotNull" minOccurs="0"/>
44
 *         &lt;element name="LoadCapacity" type="{}WeightDimension" minOccurs="0"/>
45
 *         &lt;element name="MemorySlotsAvailable" type="{}StringNotNull" minOccurs="0"/>
46
 *         &lt;element ref="{}PhotoFilterBayonetSize" minOccurs="0"/>
47
 *         &lt;element ref="{}PhotoFilterDropInSize" minOccurs="0"/>
48
 *         &lt;element ref="{}PhotoFilterEffectSize" minOccurs="0"/>
49
 *         &lt;element ref="{}PhotoFilterLensSize" minOccurs="0"/>
50
 *         &lt;element ref="{}PhotoFilterMountType" minOccurs="0"/>
51
 *         &lt;element ref="{}PhotoFilterThreadSize" minOccurs="0"/>
52
 *         &lt;element ref="{}PowerPlugType" minOccurs="0"/>
53
 *         &lt;element name="PowerSource" type="{}FortyStringNotNull" minOccurs="0"/>
54
 *         &lt;element name="RemoteControlDescription" type="{}StringNotNull" minOccurs="0"/>
55
 *         &lt;element name="SoftwareIncluded" type="{}LongStringNotNull" minOccurs="0"/>
56
 *         &lt;element name="VideoResolution" type="{}PixelDimension" minOccurs="0"/>
57
 *       &lt;/sequence>
58
 *     &lt;/restriction>
59
 *   &lt;/complexContent>
60
 * &lt;/complexType>
61
 * </pre>
62
 * 
63
 * 
64
 */
65
@XmlAccessorType(XmlAccessType.FIELD)
66
@XmlType(name = "", propOrder = {
67
    "batteryCellType",
68
    "batteryChargeCycles",
69
    "batteryPower",
70
    "boxContents",
71
    "cameraFilmSpeed",
72
    "cameraFlash",
73
    "compatibleMountings",
74
    "digitalZoom",
75
    "finishType",
76
    "flashDedication",
77
    "guideNumber",
78
    "lens",
79
    "loadCapacity",
80
    "memorySlotsAvailable",
81
    "photoFilterBayonetSize",
82
    "photoFilterDropInSize",
83
    "photoFilterEffectSize",
84
    "photoFilterLensSize",
85
    "photoFilterMountType",
86
    "photoFilterThreadSize",
87
    "powerPlugType",
88
    "powerSource",
89
    "remoteControlDescription",
90
    "softwareIncluded",
91
    "videoResolution"
92
})
93
@XmlRootElement(name = "PhotographicStudioItems")
94
public class PhotographicStudioItems {
95
 
96
    @XmlElement(name = "BatteryCellType")
97
    protected BatteryCellTypeValues batteryCellType;
98
    @XmlElement(name = "BatteryChargeCycles")
99
    @XmlSchemaType(name = "positiveInteger")
100
    protected BigInteger batteryChargeCycles;
101
    @XmlElement(name = "BatteryPower")
102
    protected BatteryPowerIntegerDimension batteryPower;
103
    @XmlElement(name = "BoxContents")
104
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
105
    protected String boxContents;
106
    @XmlElement(name = "CameraFilmSpeed")
107
    @XmlSchemaType(name = "positiveInteger")
108
    protected BigInteger cameraFilmSpeed;
109
    @XmlElement(name = "CameraFlash")
110
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
111
    protected String cameraFlash;
112
    @XmlElement(name = "CompatibleMountings")
113
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
114
    protected String compatibleMountings;
115
    @XmlElement(name = "DigitalZoom")
116
    protected ZoomDimension digitalZoom;
117
    @XmlElement(name = "FinishType")
118
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
119
    protected String finishType;
120
    @XmlElement(name = "FlashDedication")
121
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
122
    protected String flashDedication;
123
    @XmlElement(name = "GuideNumber")
124
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
125
    protected String guideNumber;
126
    @XmlElement(name = "Lens")
127
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
128
    protected String lens;
129
    @XmlElement(name = "LoadCapacity")
130
    protected WeightDimension loadCapacity;
131
    @XmlElement(name = "MemorySlotsAvailable")
132
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
133
    protected String memorySlotsAvailable;
134
    @XmlElement(name = "PhotoFilterBayonetSize")
135
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
136
    protected String photoFilterBayonetSize;
137
    @XmlElement(name = "PhotoFilterDropInSize")
138
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
139
    protected String photoFilterDropInSize;
140
    @XmlElement(name = "PhotoFilterEffectSize")
141
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
142
    protected String photoFilterEffectSize;
143
    @XmlElement(name = "PhotoFilterLensSize")
144
    protected LengthDimension photoFilterLensSize;
145
    @XmlElement(name = "PhotoFilterMountType")
146
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
147
    protected String photoFilterMountType;
148
    @XmlElement(name = "PhotoFilterThreadSize")
149
    protected LengthDimension photoFilterThreadSize;
150
    @XmlElement(name = "PowerPlugType")
151
    protected PowerPlugType powerPlugType;
152
    @XmlElement(name = "PowerSource")
153
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
154
    protected String powerSource;
155
    @XmlElement(name = "RemoteControlDescription")
156
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
157
    protected String remoteControlDescription;
158
    @XmlElement(name = "SoftwareIncluded")
159
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
160
    protected String softwareIncluded;
161
    @XmlElement(name = "VideoResolution")
162
    protected PixelDimension videoResolution;
163
 
164
    /**
165
     * Gets the value of the batteryCellType property.
166
     * 
167
     * @return
168
     *     possible object is
169
     *     {@link BatteryCellTypeValues }
170
     *     
171
     */
172
    public BatteryCellTypeValues getBatteryCellType() {
173
        return batteryCellType;
174
    }
175
 
176
    /**
177
     * Sets the value of the batteryCellType property.
178
     * 
179
     * @param value
180
     *     allowed object is
181
     *     {@link BatteryCellTypeValues }
182
     *     
183
     */
184
    public void setBatteryCellType(BatteryCellTypeValues value) {
185
        this.batteryCellType = value;
186
    }
187
 
188
    /**
189
     * Gets the value of the batteryChargeCycles property.
190
     * 
191
     * @return
192
     *     possible object is
193
     *     {@link BigInteger }
194
     *     
195
     */
196
    public BigInteger getBatteryChargeCycles() {
197
        return batteryChargeCycles;
198
    }
199
 
200
    /**
201
     * Sets the value of the batteryChargeCycles property.
202
     * 
203
     * @param value
204
     *     allowed object is
205
     *     {@link BigInteger }
206
     *     
207
     */
208
    public void setBatteryChargeCycles(BigInteger value) {
209
        this.batteryChargeCycles = value;
210
    }
211
 
212
    /**
213
     * Gets the value of the batteryPower property.
214
     * 
215
     * @return
216
     *     possible object is
217
     *     {@link BatteryPowerIntegerDimension }
218
     *     
219
     */
220
    public BatteryPowerIntegerDimension getBatteryPower() {
221
        return batteryPower;
222
    }
223
 
224
    /**
225
     * Sets the value of the batteryPower property.
226
     * 
227
     * @param value
228
     *     allowed object is
229
     *     {@link BatteryPowerIntegerDimension }
230
     *     
231
     */
232
    public void setBatteryPower(BatteryPowerIntegerDimension value) {
233
        this.batteryPower = value;
234
    }
235
 
236
    /**
237
     * Gets the value of the boxContents property.
238
     * 
239
     * @return
240
     *     possible object is
241
     *     {@link String }
242
     *     
243
     */
244
    public String getBoxContents() {
245
        return boxContents;
246
    }
247
 
248
    /**
249
     * Sets the value of the boxContents property.
250
     * 
251
     * @param value
252
     *     allowed object is
253
     *     {@link String }
254
     *     
255
     */
256
    public void setBoxContents(String value) {
257
        this.boxContents = value;
258
    }
259
 
260
    /**
261
     * Gets the value of the cameraFilmSpeed property.
262
     * 
263
     * @return
264
     *     possible object is
265
     *     {@link BigInteger }
266
     *     
267
     */
268
    public BigInteger getCameraFilmSpeed() {
269
        return cameraFilmSpeed;
270
    }
271
 
272
    /**
273
     * Sets the value of the cameraFilmSpeed property.
274
     * 
275
     * @param value
276
     *     allowed object is
277
     *     {@link BigInteger }
278
     *     
279
     */
280
    public void setCameraFilmSpeed(BigInteger value) {
281
        this.cameraFilmSpeed = value;
282
    }
283
 
284
    /**
285
     * Gets the value of the cameraFlash property.
286
     * 
287
     * @return
288
     *     possible object is
289
     *     {@link String }
290
     *     
291
     */
292
    public String getCameraFlash() {
293
        return cameraFlash;
294
    }
295
 
296
    /**
297
     * Sets the value of the cameraFlash property.
298
     * 
299
     * @param value
300
     *     allowed object is
301
     *     {@link String }
302
     *     
303
     */
304
    public void setCameraFlash(String value) {
305
        this.cameraFlash = value;
306
    }
307
 
308
    /**
309
     * Gets the value of the compatibleMountings property.
310
     * 
311
     * @return
312
     *     possible object is
313
     *     {@link String }
314
     *     
315
     */
316
    public String getCompatibleMountings() {
317
        return compatibleMountings;
318
    }
319
 
320
    /**
321
     * Sets the value of the compatibleMountings property.
322
     * 
323
     * @param value
324
     *     allowed object is
325
     *     {@link String }
326
     *     
327
     */
328
    public void setCompatibleMountings(String value) {
329
        this.compatibleMountings = value;
330
    }
331
 
332
    /**
333
     * Gets the value of the digitalZoom property.
334
     * 
335
     * @return
336
     *     possible object is
337
     *     {@link ZoomDimension }
338
     *     
339
     */
340
    public ZoomDimension getDigitalZoom() {
341
        return digitalZoom;
342
    }
343
 
344
    /**
345
     * Sets the value of the digitalZoom property.
346
     * 
347
     * @param value
348
     *     allowed object is
349
     *     {@link ZoomDimension }
350
     *     
351
     */
352
    public void setDigitalZoom(ZoomDimension value) {
353
        this.digitalZoom = value;
354
    }
355
 
356
    /**
357
     * Gets the value of the finishType property.
358
     * 
359
     * @return
360
     *     possible object is
361
     *     {@link String }
362
     *     
363
     */
364
    public String getFinishType() {
365
        return finishType;
366
    }
367
 
368
    /**
369
     * Sets the value of the finishType property.
370
     * 
371
     * @param value
372
     *     allowed object is
373
     *     {@link String }
374
     *     
375
     */
376
    public void setFinishType(String value) {
377
        this.finishType = value;
378
    }
379
 
380
    /**
381
     * Gets the value of the flashDedication property.
382
     * 
383
     * @return
384
     *     possible object is
385
     *     {@link String }
386
     *     
387
     */
388
    public String getFlashDedication() {
389
        return flashDedication;
390
    }
391
 
392
    /**
393
     * Sets the value of the flashDedication property.
394
     * 
395
     * @param value
396
     *     allowed object is
397
     *     {@link String }
398
     *     
399
     */
400
    public void setFlashDedication(String value) {
401
        this.flashDedication = value;
402
    }
403
 
404
    /**
405
     * Gets the value of the guideNumber property.
406
     * 
407
     * @return
408
     *     possible object is
409
     *     {@link String }
410
     *     
411
     */
412
    public String getGuideNumber() {
413
        return guideNumber;
414
    }
415
 
416
    /**
417
     * Sets the value of the guideNumber property.
418
     * 
419
     * @param value
420
     *     allowed object is
421
     *     {@link String }
422
     *     
423
     */
424
    public void setGuideNumber(String value) {
425
        this.guideNumber = value;
426
    }
427
 
428
    /**
429
     * Gets the value of the lens property.
430
     * 
431
     * @return
432
     *     possible object is
433
     *     {@link String }
434
     *     
435
     */
436
    public String getLens() {
437
        return lens;
438
    }
439
 
440
    /**
441
     * Sets the value of the lens property.
442
     * 
443
     * @param value
444
     *     allowed object is
445
     *     {@link String }
446
     *     
447
     */
448
    public void setLens(String value) {
449
        this.lens = value;
450
    }
451
 
452
    /**
453
     * Gets the value of the loadCapacity property.
454
     * 
455
     * @return
456
     *     possible object is
457
     *     {@link WeightDimension }
458
     *     
459
     */
460
    public WeightDimension getLoadCapacity() {
461
        return loadCapacity;
462
    }
463
 
464
    /**
465
     * Sets the value of the loadCapacity property.
466
     * 
467
     * @param value
468
     *     allowed object is
469
     *     {@link WeightDimension }
470
     *     
471
     */
472
    public void setLoadCapacity(WeightDimension value) {
473
        this.loadCapacity = value;
474
    }
475
 
476
    /**
477
     * Gets the value of the memorySlotsAvailable property.
478
     * 
479
     * @return
480
     *     possible object is
481
     *     {@link String }
482
     *     
483
     */
484
    public String getMemorySlotsAvailable() {
485
        return memorySlotsAvailable;
486
    }
487
 
488
    /**
489
     * Sets the value of the memorySlotsAvailable property.
490
     * 
491
     * @param value
492
     *     allowed object is
493
     *     {@link String }
494
     *     
495
     */
496
    public void setMemorySlotsAvailable(String value) {
497
        this.memorySlotsAvailable = value;
498
    }
499
 
500
    /**
501
     * Gets the value of the photoFilterBayonetSize property.
502
     * 
503
     * @return
504
     *     possible object is
505
     *     {@link String }
506
     *     
507
     */
508
    public String getPhotoFilterBayonetSize() {
509
        return photoFilterBayonetSize;
510
    }
511
 
512
    /**
513
     * Sets the value of the photoFilterBayonetSize property.
514
     * 
515
     * @param value
516
     *     allowed object is
517
     *     {@link String }
518
     *     
519
     */
520
    public void setPhotoFilterBayonetSize(String value) {
521
        this.photoFilterBayonetSize = value;
522
    }
523
 
524
    /**
525
     * Gets the value of the photoFilterDropInSize property.
526
     * 
527
     * @return
528
     *     possible object is
529
     *     {@link String }
530
     *     
531
     */
532
    public String getPhotoFilterDropInSize() {
533
        return photoFilterDropInSize;
534
    }
535
 
536
    /**
537
     * Sets the value of the photoFilterDropInSize property.
538
     * 
539
     * @param value
540
     *     allowed object is
541
     *     {@link String }
542
     *     
543
     */
544
    public void setPhotoFilterDropInSize(String value) {
545
        this.photoFilterDropInSize = value;
546
    }
547
 
548
    /**
549
     * Gets the value of the photoFilterEffectSize property.
550
     * 
551
     * @return
552
     *     possible object is
553
     *     {@link String }
554
     *     
555
     */
556
    public String getPhotoFilterEffectSize() {
557
        return photoFilterEffectSize;
558
    }
559
 
560
    /**
561
     * Sets the value of the photoFilterEffectSize property.
562
     * 
563
     * @param value
564
     *     allowed object is
565
     *     {@link String }
566
     *     
567
     */
568
    public void setPhotoFilterEffectSize(String value) {
569
        this.photoFilterEffectSize = value;
570
    }
571
 
572
    /**
573
     * Gets the value of the photoFilterLensSize property.
574
     * 
575
     * @return
576
     *     possible object is
577
     *     {@link LengthDimension }
578
     *     
579
     */
580
    public LengthDimension getPhotoFilterLensSize() {
581
        return photoFilterLensSize;
582
    }
583
 
584
    /**
585
     * Sets the value of the photoFilterLensSize property.
586
     * 
587
     * @param value
588
     *     allowed object is
589
     *     {@link LengthDimension }
590
     *     
591
     */
592
    public void setPhotoFilterLensSize(LengthDimension value) {
593
        this.photoFilterLensSize = value;
594
    }
595
 
596
    /**
597
     * Gets the value of the photoFilterMountType property.
598
     * 
599
     * @return
600
     *     possible object is
601
     *     {@link String }
602
     *     
603
     */
604
    public String getPhotoFilterMountType() {
605
        return photoFilterMountType;
606
    }
607
 
608
    /**
609
     * Sets the value of the photoFilterMountType property.
610
     * 
611
     * @param value
612
     *     allowed object is
613
     *     {@link String }
614
     *     
615
     */
616
    public void setPhotoFilterMountType(String value) {
617
        this.photoFilterMountType = value;
618
    }
619
 
620
    /**
621
     * Gets the value of the photoFilterThreadSize property.
622
     * 
623
     * @return
624
     *     possible object is
625
     *     {@link LengthDimension }
626
     *     
627
     */
628
    public LengthDimension getPhotoFilterThreadSize() {
629
        return photoFilterThreadSize;
630
    }
631
 
632
    /**
633
     * Sets the value of the photoFilterThreadSize property.
634
     * 
635
     * @param value
636
     *     allowed object is
637
     *     {@link LengthDimension }
638
     *     
639
     */
640
    public void setPhotoFilterThreadSize(LengthDimension value) {
641
        this.photoFilterThreadSize = value;
642
    }
643
 
644
    /**
645
     * Gets the value of the powerPlugType property.
646
     * 
647
     * @return
648
     *     possible object is
649
     *     {@link PowerPlugType }
650
     *     
651
     */
652
    public PowerPlugType getPowerPlugType() {
653
        return powerPlugType;
654
    }
655
 
656
    /**
657
     * Sets the value of the powerPlugType property.
658
     * 
659
     * @param value
660
     *     allowed object is
661
     *     {@link PowerPlugType }
662
     *     
663
     */
664
    public void setPowerPlugType(PowerPlugType value) {
665
        this.powerPlugType = value;
666
    }
667
 
668
    /**
669
     * Gets the value of the powerSource property.
670
     * 
671
     * @return
672
     *     possible object is
673
     *     {@link String }
674
     *     
675
     */
676
    public String getPowerSource() {
677
        return powerSource;
678
    }
679
 
680
    /**
681
     * Sets the value of the powerSource property.
682
     * 
683
     * @param value
684
     *     allowed object is
685
     *     {@link String }
686
     *     
687
     */
688
    public void setPowerSource(String value) {
689
        this.powerSource = value;
690
    }
691
 
692
    /**
693
     * Gets the value of the remoteControlDescription property.
694
     * 
695
     * @return
696
     *     possible object is
697
     *     {@link String }
698
     *     
699
     */
700
    public String getRemoteControlDescription() {
701
        return remoteControlDescription;
702
    }
703
 
704
    /**
705
     * Sets the value of the remoteControlDescription property.
706
     * 
707
     * @param value
708
     *     allowed object is
709
     *     {@link String }
710
     *     
711
     */
712
    public void setRemoteControlDescription(String value) {
713
        this.remoteControlDescription = value;
714
    }
715
 
716
    /**
717
     * Gets the value of the softwareIncluded property.
718
     * 
719
     * @return
720
     *     possible object is
721
     *     {@link String }
722
     *     
723
     */
724
    public String getSoftwareIncluded() {
725
        return softwareIncluded;
726
    }
727
 
728
    /**
729
     * Sets the value of the softwareIncluded property.
730
     * 
731
     * @param value
732
     *     allowed object is
733
     *     {@link String }
734
     *     
735
     */
736
    public void setSoftwareIncluded(String value) {
737
        this.softwareIncluded = value;
738
    }
739
 
740
    /**
741
     * Gets the value of the videoResolution property.
742
     * 
743
     * @return
744
     *     possible object is
745
     *     {@link PixelDimension }
746
     *     
747
     */
748
    public PixelDimension getVideoResolution() {
749
        return videoResolution;
750
    }
751
 
752
    /**
753
     * Sets the value of the videoResolution property.
754
     * 
755
     * @param value
756
     *     allowed object is
757
     *     {@link PixelDimension }
758
     *     
759
     */
760
    public void setVideoResolution(PixelDimension value) {
761
        this.videoResolution = value;
762
    }
763
 
764
}