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="{}HandOrientation" minOccurs="0"/>
34
 *         &lt;element ref="{}InputDeviceDesignStyle" minOccurs="0"/>
35
 *         &lt;element ref="{}KeyboardDescription" minOccurs="0"/>
36
 *         &lt;element ref="{}ModelNumber" minOccurs="0"/>
37
 *         &lt;element ref="{}Voltage" minOccurs="0"/>
38
 *         &lt;element ref="{}Wattage" minOccurs="0"/>
39
 *         &lt;element ref="{}WirelessInputDeviceProtocol" minOccurs="0"/>
40
 *         &lt;element ref="{}WirelessInputDeviceTechnology" minOccurs="0"/>
41
 *       &lt;/sequence>
42
 *     &lt;/restriction>
43
 *   &lt;/complexContent>
44
 * &lt;/complexType>
45
 * </pre>
46
 * 
47
 * 
48
 */
49
@XmlAccessorType(XmlAccessType.FIELD)
50
@XmlType(name = "", propOrder = {
51
    "variationData",
52
    "handOrientation",
53
    "inputDeviceDesignStyle",
54
    "keyboardDescription",
55
    "modelNumber",
56
    "voltage",
57
    "wattage",
58
    "wirelessInputDeviceProtocol",
59
    "wirelessInputDeviceTechnology"
60
})
61
@XmlRootElement(name = "Keyboards")
62
public class Keyboards {
63
 
64
    @XmlElement(name = "VariationData")
65
    protected VariationData variationData;
66
    @XmlElement(name = "HandOrientation")
67
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
68
    protected String handOrientation;
69
    @XmlElement(name = "InputDeviceDesignStyle")
70
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
71
    protected String inputDeviceDesignStyle;
72
    @XmlElement(name = "KeyboardDescription")
73
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
74
    protected String keyboardDescription;
75
    @XmlElement(name = "ModelNumber")
76
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
77
    protected String modelNumber;
78
    @XmlElement(name = "Voltage")
79
    protected BigDecimal voltage;
80
    @XmlElement(name = "Wattage")
81
    protected BigInteger wattage;
82
    @XmlElement(name = "WirelessInputDeviceProtocol")
83
    protected String wirelessInputDeviceProtocol;
84
    @XmlElement(name = "WirelessInputDeviceTechnology")
85
    protected WirelessInputDeviceTechnologyTypeValues wirelessInputDeviceTechnology;
86
 
87
    /**
88
     * Gets the value of the variationData property.
89
     * 
90
     * @return
91
     *     possible object is
92
     *     {@link VariationData }
93
     *     
94
     */
95
    public VariationData getVariationData() {
96
        return variationData;
97
    }
98
 
99
    /**
100
     * Sets the value of the variationData property.
101
     * 
102
     * @param value
103
     *     allowed object is
104
     *     {@link VariationData }
105
     *     
106
     */
107
    public void setVariationData(VariationData value) {
108
        this.variationData = value;
109
    }
110
 
111
    /**
112
     * Gets the value of the handOrientation property.
113
     * 
114
     * @return
115
     *     possible object is
116
     *     {@link String }
117
     *     
118
     */
119
    public String getHandOrientation() {
120
        return handOrientation;
121
    }
122
 
123
    /**
124
     * Sets the value of the handOrientation property.
125
     * 
126
     * @param value
127
     *     allowed object is
128
     *     {@link String }
129
     *     
130
     */
131
    public void setHandOrientation(String value) {
132
        this.handOrientation = value;
133
    }
134
 
135
    /**
136
     * Gets the value of the inputDeviceDesignStyle property.
137
     * 
138
     * @return
139
     *     possible object is
140
     *     {@link String }
141
     *     
142
     */
143
    public String getInputDeviceDesignStyle() {
144
        return inputDeviceDesignStyle;
145
    }
146
 
147
    /**
148
     * Sets the value of the inputDeviceDesignStyle property.
149
     * 
150
     * @param value
151
     *     allowed object is
152
     *     {@link String }
153
     *     
154
     */
155
    public void setInputDeviceDesignStyle(String value) {
156
        this.inputDeviceDesignStyle = value;
157
    }
158
 
159
    /**
160
     * Gets the value of the keyboardDescription property.
161
     * 
162
     * @return
163
     *     possible object is
164
     *     {@link String }
165
     *     
166
     */
167
    public String getKeyboardDescription() {
168
        return keyboardDescription;
169
    }
170
 
171
    /**
172
     * Sets the value of the keyboardDescription property.
173
     * 
174
     * @param value
175
     *     allowed object is
176
     *     {@link String }
177
     *     
178
     */
179
    public void setKeyboardDescription(String value) {
180
        this.keyboardDescription = value;
181
    }
182
 
183
    /**
184
     * Gets the value of the modelNumber property.
185
     * 
186
     * @return
187
     *     possible object is
188
     *     {@link String }
189
     *     
190
     */
191
    public String getModelNumber() {
192
        return modelNumber;
193
    }
194
 
195
    /**
196
     * Sets the value of the modelNumber property.
197
     * 
198
     * @param value
199
     *     allowed object is
200
     *     {@link String }
201
     *     
202
     */
203
    public void setModelNumber(String value) {
204
        this.modelNumber = value;
205
    }
206
 
207
    /**
208
     * Gets the value of the voltage property.
209
     * 
210
     * @return
211
     *     possible object is
212
     *     {@link BigDecimal }
213
     *     
214
     */
215
    public BigDecimal getVoltage() {
216
        return voltage;
217
    }
218
 
219
    /**
220
     * Sets the value of the voltage property.
221
     * 
222
     * @param value
223
     *     allowed object is
224
     *     {@link BigDecimal }
225
     *     
226
     */
227
    public void setVoltage(BigDecimal value) {
228
        this.voltage = value;
229
    }
230
 
231
    /**
232
     * Gets the value of the wattage property.
233
     * 
234
     * @return
235
     *     possible object is
236
     *     {@link BigInteger }
237
     *     
238
     */
239
    public BigInteger getWattage() {
240
        return wattage;
241
    }
242
 
243
    /**
244
     * Sets the value of the wattage property.
245
     * 
246
     * @param value
247
     *     allowed object is
248
     *     {@link BigInteger }
249
     *     
250
     */
251
    public void setWattage(BigInteger value) {
252
        this.wattage = value;
253
    }
254
 
255
    /**
256
     * Gets the value of the wirelessInputDeviceProtocol property.
257
     * 
258
     * @return
259
     *     possible object is
260
     *     {@link String }
261
     *     
262
     */
263
    public String getWirelessInputDeviceProtocol() {
264
        return wirelessInputDeviceProtocol;
265
    }
266
 
267
    /**
268
     * Sets the value of the wirelessInputDeviceProtocol property.
269
     * 
270
     * @param value
271
     *     allowed object is
272
     *     {@link String }
273
     *     
274
     */
275
    public void setWirelessInputDeviceProtocol(String value) {
276
        this.wirelessInputDeviceProtocol = value;
277
    }
278
 
279
    /**
280
     * Gets the value of the wirelessInputDeviceTechnology property.
281
     * 
282
     * @return
283
     *     possible object is
284
     *     {@link WirelessInputDeviceTechnologyTypeValues }
285
     *     
286
     */
287
    public WirelessInputDeviceTechnologyTypeValues getWirelessInputDeviceTechnology() {
288
        return wirelessInputDeviceTechnology;
289
    }
290
 
291
    /**
292
     * Sets the value of the wirelessInputDeviceTechnology property.
293
     * 
294
     * @param value
295
     *     allowed object is
296
     *     {@link WirelessInputDeviceTechnologyTypeValues }
297
     *     
298
     */
299
    public void setWirelessInputDeviceTechnology(WirelessInputDeviceTechnologyTypeValues value) {
300
        this.wirelessInputDeviceTechnology = value;
301
    }
302
 
303
}