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.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="{}CoatingDescription" minOccurs="0"/>
37
 *         &lt;element ref="{}DigitalZoom" minOccurs="0"/>
38
 *         &lt;element ref="{}EffectiveStillResolution" minOccurs="0"/>
39
 *         &lt;element ref="{}FinishType" minOccurs="0"/>
40
 *         &lt;element ref="{}FocusType" minOccurs="0"/>
41
 *         &lt;element ref="{}ImageStabilization" minOccurs="0"/>
42
 *         &lt;element name="Lens" type="{}StringNotNull" minOccurs="0"/>
43
 *         &lt;element name="MemorySlotsAvailable" type="{}StringNotNull" minOccurs="0"/>
44
 *         &lt;element ref="{}MaxFocalLength" minOccurs="0"/>
45
 *         &lt;element name="PowerSource" type="{}FortyStringNotNull" minOccurs="0"/>
46
 *         &lt;element name="RemovableMemory" type="{}StringNotNull" minOccurs="0"/>
47
 *         &lt;element name="SoftwareIncluded" type="{}LongStringNotNull" minOccurs="0"/>
48
 *         &lt;element ref="{}ViewFinderType" minOccurs="0"/>
49
 *       &lt;/sequence>
50
 *     &lt;/restriction>
51
 *   &lt;/complexContent>
52
 * &lt;/complexType>
53
 * </pre>
54
 * 
55
 * 
56
 */
57
@XmlAccessorType(XmlAccessType.FIELD)
58
@XmlType(name = "", propOrder = {
59
    "batteryCellType",
60
    "batteryChargeCycles",
61
    "batteryPower",
62
    "boxContents",
63
    "coatingDescription",
64
    "digitalZoom",
65
    "effectiveStillResolution",
66
    "finishType",
67
    "focusType",
68
    "imageStabilization",
69
    "lens",
70
    "memorySlotsAvailable",
71
    "maxFocalLength",
72
    "powerSource",
73
    "removableMemory",
74
    "softwareIncluded",
75
    "viewFinderType"
76
})
77
@XmlRootElement(name = "CEBinocular")
78
public class CEBinocular {
79
 
80
    @XmlElement(name = "BatteryCellType")
81
    protected BatteryCellTypeValues batteryCellType;
82
    @XmlElement(name = "BatteryChargeCycles")
83
    @XmlSchemaType(name = "positiveInteger")
84
    protected BigInteger batteryChargeCycles;
85
    @XmlElement(name = "BatteryPower")
86
    protected BatteryPowerIntegerDimension batteryPower;
87
    @XmlElement(name = "BoxContents")
88
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
89
    protected String boxContents;
90
    @XmlElement(name = "CoatingDescription")
91
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
92
    protected String coatingDescription;
93
    @XmlElement(name = "DigitalZoom")
94
    protected ZoomDimension digitalZoom;
95
    @XmlElement(name = "EffectiveStillResolution")
96
    protected ResolutionDimension effectiveStillResolution;
97
    @XmlElement(name = "FinishType")
98
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
99
    protected String finishType;
100
    @XmlElement(name = "FocusType")
101
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
102
    protected String focusType;
103
    @XmlElement(name = "ImageStabilization")
104
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
105
    protected String imageStabilization;
106
    @XmlElement(name = "Lens")
107
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
108
    protected String lens;
109
    @XmlElement(name = "MemorySlotsAvailable")
110
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
111
    protected String memorySlotsAvailable;
112
    @XmlElement(name = "MaxFocalLength")
113
    protected LengthDimension maxFocalLength;
114
    @XmlElement(name = "PowerSource")
115
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
116
    protected String powerSource;
117
    @XmlElement(name = "RemovableMemory")
118
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
119
    protected String removableMemory;
120
    @XmlElement(name = "SoftwareIncluded")
121
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
122
    protected String softwareIncluded;
123
    @XmlElement(name = "ViewFinderType")
124
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
125
    protected String viewFinderType;
126
 
127
    /**
128
     * Gets the value of the batteryCellType property.
129
     * 
130
     * @return
131
     *     possible object is
132
     *     {@link BatteryCellTypeValues }
133
     *     
134
     */
135
    public BatteryCellTypeValues getBatteryCellType() {
136
        return batteryCellType;
137
    }
138
 
139
    /**
140
     * Sets the value of the batteryCellType property.
141
     * 
142
     * @param value
143
     *     allowed object is
144
     *     {@link BatteryCellTypeValues }
145
     *     
146
     */
147
    public void setBatteryCellType(BatteryCellTypeValues value) {
148
        this.batteryCellType = value;
149
    }
150
 
151
    /**
152
     * Gets the value of the batteryChargeCycles property.
153
     * 
154
     * @return
155
     *     possible object is
156
     *     {@link BigInteger }
157
     *     
158
     */
159
    public BigInteger getBatteryChargeCycles() {
160
        return batteryChargeCycles;
161
    }
162
 
163
    /**
164
     * Sets the value of the batteryChargeCycles property.
165
     * 
166
     * @param value
167
     *     allowed object is
168
     *     {@link BigInteger }
169
     *     
170
     */
171
    public void setBatteryChargeCycles(BigInteger value) {
172
        this.batteryChargeCycles = value;
173
    }
174
 
175
    /**
176
     * Gets the value of the batteryPower property.
177
     * 
178
     * @return
179
     *     possible object is
180
     *     {@link BatteryPowerIntegerDimension }
181
     *     
182
     */
183
    public BatteryPowerIntegerDimension getBatteryPower() {
184
        return batteryPower;
185
    }
186
 
187
    /**
188
     * Sets the value of the batteryPower property.
189
     * 
190
     * @param value
191
     *     allowed object is
192
     *     {@link BatteryPowerIntegerDimension }
193
     *     
194
     */
195
    public void setBatteryPower(BatteryPowerIntegerDimension value) {
196
        this.batteryPower = value;
197
    }
198
 
199
    /**
200
     * Gets the value of the boxContents property.
201
     * 
202
     * @return
203
     *     possible object is
204
     *     {@link String }
205
     *     
206
     */
207
    public String getBoxContents() {
208
        return boxContents;
209
    }
210
 
211
    /**
212
     * Sets the value of the boxContents property.
213
     * 
214
     * @param value
215
     *     allowed object is
216
     *     {@link String }
217
     *     
218
     */
219
    public void setBoxContents(String value) {
220
        this.boxContents = value;
221
    }
222
 
223
    /**
224
     * Gets the value of the coatingDescription property.
225
     * 
226
     * @return
227
     *     possible object is
228
     *     {@link String }
229
     *     
230
     */
231
    public String getCoatingDescription() {
232
        return coatingDescription;
233
    }
234
 
235
    /**
236
     * Sets the value of the coatingDescription property.
237
     * 
238
     * @param value
239
     *     allowed object is
240
     *     {@link String }
241
     *     
242
     */
243
    public void setCoatingDescription(String value) {
244
        this.coatingDescription = value;
245
    }
246
 
247
    /**
248
     * Gets the value of the digitalZoom property.
249
     * 
250
     * @return
251
     *     possible object is
252
     *     {@link ZoomDimension }
253
     *     
254
     */
255
    public ZoomDimension getDigitalZoom() {
256
        return digitalZoom;
257
    }
258
 
259
    /**
260
     * Sets the value of the digitalZoom property.
261
     * 
262
     * @param value
263
     *     allowed object is
264
     *     {@link ZoomDimension }
265
     *     
266
     */
267
    public void setDigitalZoom(ZoomDimension value) {
268
        this.digitalZoom = value;
269
    }
270
 
271
    /**
272
     * Gets the value of the effectiveStillResolution property.
273
     * 
274
     * @return
275
     *     possible object is
276
     *     {@link ResolutionDimension }
277
     *     
278
     */
279
    public ResolutionDimension getEffectiveStillResolution() {
280
        return effectiveStillResolution;
281
    }
282
 
283
    /**
284
     * Sets the value of the effectiveStillResolution property.
285
     * 
286
     * @param value
287
     *     allowed object is
288
     *     {@link ResolutionDimension }
289
     *     
290
     */
291
    public void setEffectiveStillResolution(ResolutionDimension value) {
292
        this.effectiveStillResolution = value;
293
    }
294
 
295
    /**
296
     * Gets the value of the finishType property.
297
     * 
298
     * @return
299
     *     possible object is
300
     *     {@link String }
301
     *     
302
     */
303
    public String getFinishType() {
304
        return finishType;
305
    }
306
 
307
    /**
308
     * Sets the value of the finishType property.
309
     * 
310
     * @param value
311
     *     allowed object is
312
     *     {@link String }
313
     *     
314
     */
315
    public void setFinishType(String value) {
316
        this.finishType = 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 imageStabilization property.
345
     * 
346
     * @return
347
     *     possible object is
348
     *     {@link String }
349
     *     
350
     */
351
    public String getImageStabilization() {
352
        return imageStabilization;
353
    }
354
 
355
    /**
356
     * Sets the value of the imageStabilization property.
357
     * 
358
     * @param value
359
     *     allowed object is
360
     *     {@link String }
361
     *     
362
     */
363
    public void setImageStabilization(String value) {
364
        this.imageStabilization = value;
365
    }
366
 
367
    /**
368
     * Gets the value of the lens property.
369
     * 
370
     * @return
371
     *     possible object is
372
     *     {@link String }
373
     *     
374
     */
375
    public String getLens() {
376
        return lens;
377
    }
378
 
379
    /**
380
     * Sets the value of the lens property.
381
     * 
382
     * @param value
383
     *     allowed object is
384
     *     {@link String }
385
     *     
386
     */
387
    public void setLens(String value) {
388
        this.lens = value;
389
    }
390
 
391
    /**
392
     * Gets the value of the memorySlotsAvailable property.
393
     * 
394
     * @return
395
     *     possible object is
396
     *     {@link String }
397
     *     
398
     */
399
    public String getMemorySlotsAvailable() {
400
        return memorySlotsAvailable;
401
    }
402
 
403
    /**
404
     * Sets the value of the memorySlotsAvailable property.
405
     * 
406
     * @param value
407
     *     allowed object is
408
     *     {@link String }
409
     *     
410
     */
411
    public void setMemorySlotsAvailable(String value) {
412
        this.memorySlotsAvailable = value;
413
    }
414
 
415
    /**
416
     * Gets the value of the maxFocalLength property.
417
     * 
418
     * @return
419
     *     possible object is
420
     *     {@link LengthDimension }
421
     *     
422
     */
423
    public LengthDimension getMaxFocalLength() {
424
        return maxFocalLength;
425
    }
426
 
427
    /**
428
     * Sets the value of the maxFocalLength property.
429
     * 
430
     * @param value
431
     *     allowed object is
432
     *     {@link LengthDimension }
433
     *     
434
     */
435
    public void setMaxFocalLength(LengthDimension value) {
436
        this.maxFocalLength = value;
437
    }
438
 
439
    /**
440
     * Gets the value of the powerSource property.
441
     * 
442
     * @return
443
     *     possible object is
444
     *     {@link String }
445
     *     
446
     */
447
    public String getPowerSource() {
448
        return powerSource;
449
    }
450
 
451
    /**
452
     * Sets the value of the powerSource property.
453
     * 
454
     * @param value
455
     *     allowed object is
456
     *     {@link String }
457
     *     
458
     */
459
    public void setPowerSource(String value) {
460
        this.powerSource = value;
461
    }
462
 
463
    /**
464
     * Gets the value of the removableMemory property.
465
     * 
466
     * @return
467
     *     possible object is
468
     *     {@link String }
469
     *     
470
     */
471
    public String getRemovableMemory() {
472
        return removableMemory;
473
    }
474
 
475
    /**
476
     * Sets the value of the removableMemory property.
477
     * 
478
     * @param value
479
     *     allowed object is
480
     *     {@link String }
481
     *     
482
     */
483
    public void setRemovableMemory(String value) {
484
        this.removableMemory = value;
485
    }
486
 
487
    /**
488
     * Gets the value of the softwareIncluded property.
489
     * 
490
     * @return
491
     *     possible object is
492
     *     {@link String }
493
     *     
494
     */
495
    public String getSoftwareIncluded() {
496
        return softwareIncluded;
497
    }
498
 
499
    /**
500
     * Sets the value of the softwareIncluded property.
501
     * 
502
     * @param value
503
     *     allowed object is
504
     *     {@link String }
505
     *     
506
     */
507
    public void setSoftwareIncluded(String value) {
508
        this.softwareIncluded = value;
509
    }
510
 
511
    /**
512
     * Gets the value of the viewFinderType property.
513
     * 
514
     * @return
515
     *     possible object is
516
     *     {@link String }
517
     *     
518
     */
519
    public String getViewFinderType() {
520
        return viewFinderType;
521
    }
522
 
523
    /**
524
     * Sets the value of the viewFinderType property.
525
     * 
526
     * @param value
527
     *     allowed object is
528
     *     {@link String }
529
     *     
530
     */
531
    public void setViewFinderType(String value) {
532
        this.viewFinderType = value;
533
    }
534
 
535
}