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