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