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 javax.xml.bind.annotation.XmlAccessType;
12
import javax.xml.bind.annotation.XmlAccessorType;
13
import javax.xml.bind.annotation.XmlElement;
14
import javax.xml.bind.annotation.XmlRootElement;
15
import javax.xml.bind.annotation.XmlType;
16
 
17
 
18
/**
19
 * <p>Java class for anonymous complex type.
20
 * 
21
 * <p>The following schema fragment specifies the expected content contained within this class.
22
 * 
23
 * <pre>
24
 * &lt;complexType>
25
 *   &lt;complexContent>
26
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
27
 *       &lt;sequence>
28
 *         &lt;element name="ForUseWith" minOccurs="0">
29
 *           &lt;simpleType>
30
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
31
 *               &lt;enumeration value="film-cameras"/>
32
 *               &lt;enumeration value="digital-cameras"/>
33
 *               &lt;enumeration value="analog-camcorders-general"/>
34
 *               &lt;enumeration value="8mm-camcorders"/>
35
 *               &lt;enumeration value="betacam-sp-camcorders"/>
36
 *               &lt;enumeration value="hi-8-camcorders"/>
37
 *               &lt;enumeration value="s-vhs-camcorders"/>
38
 *               &lt;enumeration value="s-vhs-c-camcorders"/>
39
 *               &lt;enumeration value="vhs-camcorders"/>
40
 *               &lt;enumeration value="vhs-c-camcorders"/>
41
 *               &lt;enumeration value="other-analog-formats-camcorders"/>
42
 *               &lt;enumeration value="digital-camcorders-general"/>
43
 *               &lt;enumeration value="digital-betacam-camcorders"/>
44
 *               &lt;enumeration value="dv-camcorders"/>
45
 *               &lt;enumeration value="dvcam-camcorders"/>
46
 *               &lt;enumeration value="dvcpro-camcorders"/>
47
 *               &lt;enumeration value="minidv-camcorders"/>
48
 *               &lt;enumeration value="micromv-camcorders"/>
49
 *               &lt;enumeration value="digital8-camcorders"/>
50
 *               &lt;enumeration value="dvd-camcorders"/>
51
 *               &lt;enumeration value="minidisc-camcorders"/>
52
 *               &lt;enumeration value="other-digital-formats-camcorders"/>
53
 *               &lt;enumeration value="flashes"/>
54
 *               &lt;enumeration value="lighting"/>
55
 *               &lt;enumeration value="surveillence-products"/>
56
 *               &lt;enumeration value="other-products"/>
57
 *             &lt;/restriction>
58
 *           &lt;/simpleType>
59
 *         &lt;/element>
60
 *         &lt;element name="CameraPowerSupplyType" minOccurs="0">
61
 *           &lt;simpleType>
62
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
63
 *               &lt;enumeration value="batteries-general"/>
64
 *               &lt;enumeration value="disposable-batteries"/>
65
 *               &lt;enumeration value="rechargeable-Batteries"/>
66
 *               &lt;enumeration value="external-batteries"/>
67
 *               &lt;enumeration value="battery-packs-general"/>
68
 *               &lt;enumeration value="shoulder-battery-packs"/>
69
 *               &lt;enumeration value="belt-battery-packs"/>
70
 *               &lt;enumeration value="dedicated-battery-packs"/>
71
 *               &lt;enumeration value="other-batteries-and-packs"/>
72
 *               &lt;enumeration value="adapters-general"/>
73
 *               &lt;enumeration value="ac-adapters"/>
74
 *               &lt;enumeration value="dc-adapters"/>
75
 *               &lt;enumeration value="battery-chargers"/>
76
 *               &lt;enumeration value="ac-power-supply"/>
77
 *               &lt;enumeration value="dc-power-supply"/>
78
 *               &lt;enumeration value="other-power-supplies"/>
79
 *             &lt;/restriction>
80
 *           &lt;/simpleType>
81
 *         &lt;/element>
82
 *         &lt;element name="BatteryChemicalType" minOccurs="0">
83
 *           &lt;simpleType>
84
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
85
 *               &lt;enumeration value="lead-acid"/>
86
 *               &lt;enumeration value="lithium"/>
87
 *               &lt;enumeration value="lithium-ion"/>
88
 *               &lt;enumeration value="nickel-metal-hydride"/>
89
 *               &lt;enumeration value="nicd"/>
90
 *               &lt;enumeration value="silver-oxide"/>
91
 *               &lt;enumeration value="alkaline"/>
92
 *               &lt;enumeration value="other-battery-types"/>
93
 *             &lt;/restriction>
94
 *           &lt;/simpleType>
95
 *         &lt;/element>
96
 *         &lt;element name="PowerSupplyAccessories" minOccurs="0">
97
 *           &lt;simpleType>
98
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
99
 *               &lt;enumeration value="battery-holders"/>
100
 *               &lt;enumeration value="battery-testers"/>
101
 *               &lt;enumeration value="mounting-plates"/>
102
 *               &lt;enumeration value="cables-general"/>
103
 *               &lt;enumeration value="battery-power-cables"/>
104
 *               &lt;enumeration value="power-supply-cables"/>
105
 *               &lt;enumeration value="charger-cables"/>
106
 *               &lt;enumeration value="adapter-cables"/>
107
 *               &lt;enumeration value="other-cables"/>
108
 *               &lt;enumeration value="cigarette-connectors"/>
109
 *               &lt;enumeration value="xlr-connectors"/>
110
 *               &lt;enumeration value="dc-couplers"/>
111
 *             &lt;/restriction>
112
 *           &lt;/simpleType>
113
 *         &lt;/element>
114
 *       &lt;/sequence>
115
 *     &lt;/restriction>
116
 *   &lt;/complexContent>
117
 * &lt;/complexType>
118
 * </pre>
119
 * 
120
 * 
121
 */
122
@XmlAccessorType(XmlAccessType.FIELD)
123
@XmlType(name = "", propOrder = {
124
    "forUseWith",
125
    "cameraPowerSupplyType",
126
    "batteryChemicalType",
127
    "powerSupplyAccessories"
128
})
129
@XmlRootElement(name = "PowerSupply")
130
public class PowerSupply {
131
 
132
    @XmlElement(name = "ForUseWith")
133
    protected String forUseWith;
134
    @XmlElement(name = "CameraPowerSupplyType")
135
    protected String cameraPowerSupplyType;
136
    @XmlElement(name = "BatteryChemicalType")
137
    protected String batteryChemicalType;
138
    @XmlElement(name = "PowerSupplyAccessories")
139
    protected String powerSupplyAccessories;
140
 
141
    /**
142
     * Gets the value of the forUseWith property.
143
     * 
144
     * @return
145
     *     possible object is
146
     *     {@link String }
147
     *     
148
     */
149
    public String getForUseWith() {
150
        return forUseWith;
151
    }
152
 
153
    /**
154
     * Sets the value of the forUseWith property.
155
     * 
156
     * @param value
157
     *     allowed object is
158
     *     {@link String }
159
     *     
160
     */
161
    public void setForUseWith(String value) {
162
        this.forUseWith = value;
163
    }
164
 
165
    /**
166
     * Gets the value of the cameraPowerSupplyType property.
167
     * 
168
     * @return
169
     *     possible object is
170
     *     {@link String }
171
     *     
172
     */
173
    public String getCameraPowerSupplyType() {
174
        return cameraPowerSupplyType;
175
    }
176
 
177
    /**
178
     * Sets the value of the cameraPowerSupplyType property.
179
     * 
180
     * @param value
181
     *     allowed object is
182
     *     {@link String }
183
     *     
184
     */
185
    public void setCameraPowerSupplyType(String value) {
186
        this.cameraPowerSupplyType = value;
187
    }
188
 
189
    /**
190
     * Gets the value of the batteryChemicalType property.
191
     * 
192
     * @return
193
     *     possible object is
194
     *     {@link String }
195
     *     
196
     */
197
    public String getBatteryChemicalType() {
198
        return batteryChemicalType;
199
    }
200
 
201
    /**
202
     * Sets the value of the batteryChemicalType property.
203
     * 
204
     * @param value
205
     *     allowed object is
206
     *     {@link String }
207
     *     
208
     */
209
    public void setBatteryChemicalType(String value) {
210
        this.batteryChemicalType = value;
211
    }
212
 
213
    /**
214
     * Gets the value of the powerSupplyAccessories property.
215
     * 
216
     * @return
217
     *     possible object is
218
     *     {@link String }
219
     *     
220
     */
221
    public String getPowerSupplyAccessories() {
222
        return powerSupplyAccessories;
223
    }
224
 
225
    /**
226
     * Sets the value of the powerSupplyAccessories property.
227
     * 
228
     * @param value
229
     *     allowed object is
230
     *     {@link String }
231
     *     
232
     */
233
    public void setPowerSupplyAccessories(String value) {
234
        this.powerSupplyAccessories = value;
235
    }
236
 
237
}