Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2013.03.04 at 03:49:29 PM IST 
//


package in.shop2020.feeds.products;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;


/**
 * <p>Java class for anonymous complex type.
 * 
 * <p>The following schema fragment specifies the expected content contained within this class.
 * 
 * <pre>
 * &lt;complexType>
 *   &lt;complexContent>
 *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       &lt;sequence>
 *         &lt;element name="ForUseWith" minOccurs="0">
 *           &lt;simpleType>
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               &lt;enumeration value="film-cameras"/>
 *               &lt;enumeration value="digital-cameras"/>
 *               &lt;enumeration value="analog-camcorders-general"/>
 *               &lt;enumeration value="8mm-camcorders"/>
 *               &lt;enumeration value="betacam-sp-camcorders"/>
 *               &lt;enumeration value="hi-8-camcorders"/>
 *               &lt;enumeration value="s-vhs-camcorders"/>
 *               &lt;enumeration value="s-vhs-c-camcorders"/>
 *               &lt;enumeration value="vhs-camcorders"/>
 *               &lt;enumeration value="vhs-c-camcorders"/>
 *               &lt;enumeration value="other-analog-formats-camcorders"/>
 *               &lt;enumeration value="digital-camcorders-general"/>
 *               &lt;enumeration value="digital-betacam-camcorders"/>
 *               &lt;enumeration value="dv-camcorders"/>
 *               &lt;enumeration value="dvcam-camcorders"/>
 *               &lt;enumeration value="dvcpro-camcorders"/>
 *               &lt;enumeration value="minidv-camcorders"/>
 *               &lt;enumeration value="micromv-camcorders"/>
 *               &lt;enumeration value="digital8-camcorders"/>
 *               &lt;enumeration value="dvd-camcorders"/>
 *               &lt;enumeration value="minidisc-camcorders"/>
 *               &lt;enumeration value="other-digital-formats-camcorders"/>
 *               &lt;enumeration value="flashes"/>
 *               &lt;enumeration value="lighting"/>
 *               &lt;enumeration value="surveillence-products"/>
 *               &lt;enumeration value="other-products"/>
 *             &lt;/restriction>
 *           &lt;/simpleType>
 *         &lt;/element>
 *         &lt;element name="CameraPowerSupplyType" minOccurs="0">
 *           &lt;simpleType>
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               &lt;enumeration value="batteries-general"/>
 *               &lt;enumeration value="disposable-batteries"/>
 *               &lt;enumeration value="rechargeable-Batteries"/>
 *               &lt;enumeration value="external-batteries"/>
 *               &lt;enumeration value="battery-packs-general"/>
 *               &lt;enumeration value="shoulder-battery-packs"/>
 *               &lt;enumeration value="belt-battery-packs"/>
 *               &lt;enumeration value="dedicated-battery-packs"/>
 *               &lt;enumeration value="other-batteries-and-packs"/>
 *               &lt;enumeration value="adapters-general"/>
 *               &lt;enumeration value="ac-adapters"/>
 *               &lt;enumeration value="dc-adapters"/>
 *               &lt;enumeration value="battery-chargers"/>
 *               &lt;enumeration value="ac-power-supply"/>
 *               &lt;enumeration value="dc-power-supply"/>
 *               &lt;enumeration value="other-power-supplies"/>
 *             &lt;/restriction>
 *           &lt;/simpleType>
 *         &lt;/element>
 *         &lt;element name="BatteryChemicalType" minOccurs="0">
 *           &lt;simpleType>
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               &lt;enumeration value="lead-acid"/>
 *               &lt;enumeration value="lithium"/>
 *               &lt;enumeration value="lithium-ion"/>
 *               &lt;enumeration value="nickel-metal-hydride"/>
 *               &lt;enumeration value="nicd"/>
 *               &lt;enumeration value="silver-oxide"/>
 *               &lt;enumeration value="alkaline"/>
 *               &lt;enumeration value="other-battery-types"/>
 *             &lt;/restriction>
 *           &lt;/simpleType>
 *         &lt;/element>
 *         &lt;element name="PowerSupplyAccessories" minOccurs="0">
 *           &lt;simpleType>
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               &lt;enumeration value="battery-holders"/>
 *               &lt;enumeration value="battery-testers"/>
 *               &lt;enumeration value="mounting-plates"/>
 *               &lt;enumeration value="cables-general"/>
 *               &lt;enumeration value="battery-power-cables"/>
 *               &lt;enumeration value="power-supply-cables"/>
 *               &lt;enumeration value="charger-cables"/>
 *               &lt;enumeration value="adapter-cables"/>
 *               &lt;enumeration value="other-cables"/>
 *               &lt;enumeration value="cigarette-connectors"/>
 *               &lt;enumeration value="xlr-connectors"/>
 *               &lt;enumeration value="dc-couplers"/>
 *             &lt;/restriction>
 *           &lt;/simpleType>
 *         &lt;/element>
 *       &lt;/sequence>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "forUseWith",
    "cameraPowerSupplyType",
    "batteryChemicalType",
    "powerSupplyAccessories"
})
@XmlRootElement(name = "PowerSupply")
public class PowerSupply {

    @XmlElement(name = "ForUseWith")
    protected String forUseWith;
    @XmlElement(name = "CameraPowerSupplyType")
    protected String cameraPowerSupplyType;
    @XmlElement(name = "BatteryChemicalType")
    protected String batteryChemicalType;
    @XmlElement(name = "PowerSupplyAccessories")
    protected String powerSupplyAccessories;

    /**
     * Gets the value of the forUseWith property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getForUseWith() {
        return forUseWith;
    }

    /**
     * Sets the value of the forUseWith property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setForUseWith(String value) {
        this.forUseWith = value;
    }

    /**
     * Gets the value of the cameraPowerSupplyType property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getCameraPowerSupplyType() {
        return cameraPowerSupplyType;
    }

    /**
     * Sets the value of the cameraPowerSupplyType property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setCameraPowerSupplyType(String value) {
        this.cameraPowerSupplyType = value;
    }

    /**
     * Gets the value of the batteryChemicalType property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getBatteryChemicalType() {
        return batteryChemicalType;
    }

    /**
     * Sets the value of the batteryChemicalType property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setBatteryChemicalType(String value) {
        this.batteryChemicalType = value;
    }

    /**
     * Gets the value of the powerSupplyAccessories property.
     * 
     * @return
     *     possible object is
     *     {@link String }
     *     
     */
    public String getPowerSupplyAccessories() {
        return powerSupplyAccessories;
    }

    /**
     * Sets the value of the powerSupplyAccessories property.
     * 
     * @param value
     *     allowed object is
     *     {@link String }
     *     
     */
    public void setPowerSupplyAccessories(String value) {
        this.powerSupplyAccessories = value;
    }

}