Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7481 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.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="{}VariationData" minOccurs="0"/>
33
 *         &lt;element ref="{}AdditionalFeatures" minOccurs="0"/>
34
 *         &lt;element ref="{}AudioOutputMode" minOccurs="0"/>
35
 *         &lt;element ref="{}CommunicationInterface" minOccurs="0"/>
36
 *         &lt;element ref="{}DigitalAudioCapacity" minOccurs="0"/>
37
 *         &lt;element ref="{}MemoryCardType" minOccurs="0"/>
38
 *         &lt;element ref="{}ModelNumber" minOccurs="0"/>
39
 *         &lt;element ref="{}MovementDetectionTechnology" minOccurs="0"/>
40
 *         &lt;element ref="{}RecordingCapacity" minOccurs="0"/>
41
 *         &lt;element ref="{}SpeedClassRating" minOccurs="0"/>
42
 *         &lt;element ref="{}Voltage" minOccurs="0"/>
43
 *         &lt;element ref="{}Wattage" minOccurs="0"/>
44
 *         &lt;element ref="{}WirelessStandard" minOccurs="0"/>
45
 *       &lt;/sequence>
46
 *     &lt;/restriction>
47
 *   &lt;/complexContent>
48
 * &lt;/complexType>
49
 * </pre>
50
 * 
51
 * 
52
 */
53
@XmlAccessorType(XmlAccessType.FIELD)
54
@XmlType(name = "", propOrder = {
55
    "variationData",
56
    "additionalFeatures",
57
    "audioOutputMode",
58
    "communicationInterface",
59
    "digitalAudioCapacity",
60
    "memoryCardType",
61
    "modelNumber",
62
    "movementDetectionTechnology",
63
    "recordingCapacity",
64
    "speedClassRating",
65
    "voltage",
66
    "wattage",
67
    "wirelessStandard"
68
})
69
@XmlRootElement(name = "FlashMemory")
70
public class FlashMemory {
71
 
72
    @XmlElement(name = "VariationData")
73
    protected VariationData variationData;
74
    @XmlElement(name = "AdditionalFeatures")
75
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
76
    protected String additionalFeatures;
77
    @XmlElement(name = "AudioOutputMode")
78
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
79
    protected String audioOutputMode;
80
    @XmlElement(name = "CommunicationInterface")
81
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
82
    protected String communicationInterface;
83
    @XmlElement(name = "DigitalAudioCapacity")
84
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
85
    protected String digitalAudioCapacity;
86
    @XmlElement(name = "MemoryCardType")
87
    protected MemoryCardTypeValues memoryCardType;
88
    @XmlElement(name = "ModelNumber")
89
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
90
    protected String modelNumber;
91
    @XmlElement(name = "MovementDetectionTechnology")
92
    protected Boolean movementDetectionTechnology;
93
    @XmlElement(name = "RecordingCapacity")
94
    protected TimeIntegerDimension recordingCapacity;
95
    @XmlElement(name = "SpeedClassRating")
96
    protected SpeedClassRatingTypeValues speedClassRating;
97
    @XmlElement(name = "Voltage")
98
    protected BigDecimal voltage;
99
    @XmlElement(name = "Wattage")
100
    protected BigInteger wattage;
101
    @XmlElement(name = "WirelessStandard")
102
    protected String wirelessStandard;
103
 
104
    /**
105
     * Gets the value of the variationData property.
106
     * 
107
     * @return
108
     *     possible object is
109
     *     {@link VariationData }
110
     *     
111
     */
112
    public VariationData getVariationData() {
113
        return variationData;
114
    }
115
 
116
    /**
117
     * Sets the value of the variationData property.
118
     * 
119
     * @param value
120
     *     allowed object is
121
     *     {@link VariationData }
122
     *     
123
     */
124
    public void setVariationData(VariationData value) {
125
        this.variationData = value;
126
    }
127
 
128
    /**
129
     * Gets the value of the additionalFeatures property.
130
     * 
131
     * @return
132
     *     possible object is
133
     *     {@link String }
134
     *     
135
     */
136
    public String getAdditionalFeatures() {
137
        return additionalFeatures;
138
    }
139
 
140
    /**
141
     * Sets the value of the additionalFeatures property.
142
     * 
143
     * @param value
144
     *     allowed object is
145
     *     {@link String }
146
     *     
147
     */
148
    public void setAdditionalFeatures(String value) {
149
        this.additionalFeatures = value;
150
    }
151
 
152
    /**
153
     * Gets the value of the audioOutputMode property.
154
     * 
155
     * @return
156
     *     possible object is
157
     *     {@link String }
158
     *     
159
     */
160
    public String getAudioOutputMode() {
161
        return audioOutputMode;
162
    }
163
 
164
    /**
165
     * Sets the value of the audioOutputMode property.
166
     * 
167
     * @param value
168
     *     allowed object is
169
     *     {@link String }
170
     *     
171
     */
172
    public void setAudioOutputMode(String value) {
173
        this.audioOutputMode = value;
174
    }
175
 
176
    /**
177
     * Gets the value of the communicationInterface property.
178
     * 
179
     * @return
180
     *     possible object is
181
     *     {@link String }
182
     *     
183
     */
184
    public String getCommunicationInterface() {
185
        return communicationInterface;
186
    }
187
 
188
    /**
189
     * Sets the value of the communicationInterface property.
190
     * 
191
     * @param value
192
     *     allowed object is
193
     *     {@link String }
194
     *     
195
     */
196
    public void setCommunicationInterface(String value) {
197
        this.communicationInterface = value;
198
    }
199
 
200
    /**
201
     * Gets the value of the digitalAudioCapacity property.
202
     * 
203
     * @return
204
     *     possible object is
205
     *     {@link String }
206
     *     
207
     */
208
    public String getDigitalAudioCapacity() {
209
        return digitalAudioCapacity;
210
    }
211
 
212
    /**
213
     * Sets the value of the digitalAudioCapacity property.
214
     * 
215
     * @param value
216
     *     allowed object is
217
     *     {@link String }
218
     *     
219
     */
220
    public void setDigitalAudioCapacity(String value) {
221
        this.digitalAudioCapacity = value;
222
    }
223
 
224
    /**
225
     * Gets the value of the memoryCardType property.
226
     * 
227
     * @return
228
     *     possible object is
229
     *     {@link MemoryCardTypeValues }
230
     *     
231
     */
232
    public MemoryCardTypeValues getMemoryCardType() {
233
        return memoryCardType;
234
    }
235
 
236
    /**
237
     * Sets the value of the memoryCardType property.
238
     * 
239
     * @param value
240
     *     allowed object is
241
     *     {@link MemoryCardTypeValues }
242
     *     
243
     */
244
    public void setMemoryCardType(MemoryCardTypeValues value) {
245
        this.memoryCardType = value;
246
    }
247
 
248
    /**
249
     * Gets the value of the modelNumber property.
250
     * 
251
     * @return
252
     *     possible object is
253
     *     {@link String }
254
     *     
255
     */
256
    public String getModelNumber() {
257
        return modelNumber;
258
    }
259
 
260
    /**
261
     * Sets the value of the modelNumber property.
262
     * 
263
     * @param value
264
     *     allowed object is
265
     *     {@link String }
266
     *     
267
     */
268
    public void setModelNumber(String value) {
269
        this.modelNumber = value;
270
    }
271
 
272
    /**
273
     * Gets the value of the movementDetectionTechnology property.
274
     * 
275
     * @return
276
     *     possible object is
277
     *     {@link Boolean }
278
     *     
279
     */
280
    public Boolean isMovementDetectionTechnology() {
281
        return movementDetectionTechnology;
282
    }
283
 
284
    /**
285
     * Sets the value of the movementDetectionTechnology property.
286
     * 
287
     * @param value
288
     *     allowed object is
289
     *     {@link Boolean }
290
     *     
291
     */
292
    public void setMovementDetectionTechnology(Boolean value) {
293
        this.movementDetectionTechnology = value;
294
    }
295
 
296
    /**
297
     * Gets the value of the recordingCapacity property.
298
     * 
299
     * @return
300
     *     possible object is
301
     *     {@link TimeIntegerDimension }
302
     *     
303
     */
304
    public TimeIntegerDimension getRecordingCapacity() {
305
        return recordingCapacity;
306
    }
307
 
308
    /**
309
     * Sets the value of the recordingCapacity property.
310
     * 
311
     * @param value
312
     *     allowed object is
313
     *     {@link TimeIntegerDimension }
314
     *     
315
     */
316
    public void setRecordingCapacity(TimeIntegerDimension value) {
317
        this.recordingCapacity = value;
318
    }
319
 
320
    /**
321
     * Gets the value of the speedClassRating property.
322
     * 
323
     * @return
324
     *     possible object is
325
     *     {@link SpeedClassRatingTypeValues }
326
     *     
327
     */
328
    public SpeedClassRatingTypeValues getSpeedClassRating() {
329
        return speedClassRating;
330
    }
331
 
332
    /**
333
     * Sets the value of the speedClassRating property.
334
     * 
335
     * @param value
336
     *     allowed object is
337
     *     {@link SpeedClassRatingTypeValues }
338
     *     
339
     */
340
    public void setSpeedClassRating(SpeedClassRatingTypeValues value) {
341
        this.speedClassRating = value;
342
    }
343
 
344
    /**
345
     * Gets the value of the voltage property.
346
     * 
347
     * @return
348
     *     possible object is
349
     *     {@link BigDecimal }
350
     *     
351
     */
352
    public BigDecimal getVoltage() {
353
        return voltage;
354
    }
355
 
356
    /**
357
     * Sets the value of the voltage property.
358
     * 
359
     * @param value
360
     *     allowed object is
361
     *     {@link BigDecimal }
362
     *     
363
     */
364
    public void setVoltage(BigDecimal value) {
365
        this.voltage = value;
366
    }
367
 
368
    /**
369
     * Gets the value of the wattage property.
370
     * 
371
     * @return
372
     *     possible object is
373
     *     {@link BigInteger }
374
     *     
375
     */
376
    public BigInteger getWattage() {
377
        return wattage;
378
    }
379
 
380
    /**
381
     * Sets the value of the wattage property.
382
     * 
383
     * @param value
384
     *     allowed object is
385
     *     {@link BigInteger }
386
     *     
387
     */
388
    public void setWattage(BigInteger value) {
389
        this.wattage = value;
390
    }
391
 
392
    /**
393
     * Gets the value of the wirelessStandard property.
394
     * 
395
     * @return
396
     *     possible object is
397
     *     {@link String }
398
     *     
399
     */
400
    public String getWirelessStandard() {
401
        return wirelessStandard;
402
    }
403
 
404
    /**
405
     * Sets the value of the wirelessStandard property.
406
     * 
407
     * @param value
408
     *     allowed object is
409
     *     {@link String }
410
     *     
411
     */
412
    public void setWirelessStandard(String value) {
413
        this.wirelessStandard = value;
414
    }
415
 
416
}