| 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 |
* <complexType>
|
|
|
25 |
* <complexContent>
|
|
|
26 |
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
|
|
|
27 |
* <sequence>
|
|
|
28 |
* <element name="ForUseWith" minOccurs="0">
|
|
|
29 |
* <simpleType>
|
|
|
30 |
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
|
31 |
* <enumeration value="film-cameras"/>
|
|
|
32 |
* <enumeration value="digital-cameras"/>
|
|
|
33 |
* <enumeration value="analog-camcorders-general"/>
|
|
|
34 |
* <enumeration value="8mm-camcorders"/>
|
|
|
35 |
* <enumeration value="betacam-sp-camcorders"/>
|
|
|
36 |
* <enumeration value="hi-8-camcorders"/>
|
|
|
37 |
* <enumeration value="s-vhs-camcorders"/>
|
|
|
38 |
* <enumeration value="s-vhs-c-camcorders"/>
|
|
|
39 |
* <enumeration value="vhs-camcorders"/>
|
|
|
40 |
* <enumeration value="vhs-c-camcorders"/>
|
|
|
41 |
* <enumeration value="other-analog-formats-camcorders"/>
|
|
|
42 |
* <enumeration value="digital-camcorders-general"/>
|
|
|
43 |
* <enumeration value="digital-betacam-camcorders"/>
|
|
|
44 |
* <enumeration value="dv-camcorders"/>
|
|
|
45 |
* <enumeration value="dvcam-camcorders"/>
|
|
|
46 |
* <enumeration value="dvcpro-camcorders"/>
|
|
|
47 |
* <enumeration value="minidv-camcorders"/>
|
|
|
48 |
* <enumeration value="micromv-camcorders"/>
|
|
|
49 |
* <enumeration value="digital8-camcorders"/>
|
|
|
50 |
* <enumeration value="dvd-camcorders"/>
|
|
|
51 |
* <enumeration value="minidisc-camcorders"/>
|
|
|
52 |
* <enumeration value="other-digital-formats-camcorders"/>
|
|
|
53 |
* <enumeration value="flashes"/>
|
|
|
54 |
* <enumeration value="lighting"/>
|
|
|
55 |
* <enumeration value="surveillence-products"/>
|
|
|
56 |
* <enumeration value="other-products"/>
|
|
|
57 |
* </restriction>
|
|
|
58 |
* </simpleType>
|
|
|
59 |
* </element>
|
|
|
60 |
* <element name="CameraPowerSupplyType" minOccurs="0">
|
|
|
61 |
* <simpleType>
|
|
|
62 |
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
|
63 |
* <enumeration value="batteries-general"/>
|
|
|
64 |
* <enumeration value="disposable-batteries"/>
|
|
|
65 |
* <enumeration value="rechargeable-Batteries"/>
|
|
|
66 |
* <enumeration value="external-batteries"/>
|
|
|
67 |
* <enumeration value="battery-packs-general"/>
|
|
|
68 |
* <enumeration value="shoulder-battery-packs"/>
|
|
|
69 |
* <enumeration value="belt-battery-packs"/>
|
|
|
70 |
* <enumeration value="dedicated-battery-packs"/>
|
|
|
71 |
* <enumeration value="other-batteries-and-packs"/>
|
|
|
72 |
* <enumeration value="adapters-general"/>
|
|
|
73 |
* <enumeration value="ac-adapters"/>
|
|
|
74 |
* <enumeration value="dc-adapters"/>
|
|
|
75 |
* <enumeration value="battery-chargers"/>
|
|
|
76 |
* <enumeration value="ac-power-supply"/>
|
|
|
77 |
* <enumeration value="dc-power-supply"/>
|
|
|
78 |
* <enumeration value="other-power-supplies"/>
|
|
|
79 |
* </restriction>
|
|
|
80 |
* </simpleType>
|
|
|
81 |
* </element>
|
|
|
82 |
* <element name="BatteryChemicalType" minOccurs="0">
|
|
|
83 |
* <simpleType>
|
|
|
84 |
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
|
85 |
* <enumeration value="lead-acid"/>
|
|
|
86 |
* <enumeration value="lithium"/>
|
|
|
87 |
* <enumeration value="lithium-ion"/>
|
|
|
88 |
* <enumeration value="nickel-metal-hydride"/>
|
|
|
89 |
* <enumeration value="nicd"/>
|
|
|
90 |
* <enumeration value="silver-oxide"/>
|
|
|
91 |
* <enumeration value="alkaline"/>
|
|
|
92 |
* <enumeration value="other-battery-types"/>
|
|
|
93 |
* </restriction>
|
|
|
94 |
* </simpleType>
|
|
|
95 |
* </element>
|
|
|
96 |
* <element name="PowerSupplyAccessories" minOccurs="0">
|
|
|
97 |
* <simpleType>
|
|
|
98 |
* <restriction base="{http://www.w3.org/2001/XMLSchema}string">
|
|
|
99 |
* <enumeration value="battery-holders"/>
|
|
|
100 |
* <enumeration value="battery-testers"/>
|
|
|
101 |
* <enumeration value="mounting-plates"/>
|
|
|
102 |
* <enumeration value="cables-general"/>
|
|
|
103 |
* <enumeration value="battery-power-cables"/>
|
|
|
104 |
* <enumeration value="power-supply-cables"/>
|
|
|
105 |
* <enumeration value="charger-cables"/>
|
|
|
106 |
* <enumeration value="adapter-cables"/>
|
|
|
107 |
* <enumeration value="other-cables"/>
|
|
|
108 |
* <enumeration value="cigarette-connectors"/>
|
|
|
109 |
* <enumeration value="xlr-connectors"/>
|
|
|
110 |
* <enumeration value="dc-couplers"/>
|
|
|
111 |
* </restriction>
|
|
|
112 |
* </simpleType>
|
|
|
113 |
* </element>
|
|
|
114 |
* </sequence>
|
|
|
115 |
* </restriction>
|
|
|
116 |
* </complexContent>
|
|
|
117 |
* </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 |
}
|