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 java.math.BigDecimal;
import java.math.BigInteger;
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;
import javax.xml.bind.annotation.adapters.NormalizedStringAdapter;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;


/**
 * <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 ref="{}VariationData" minOccurs="0"/>
 *         &lt;element ref="{}AdditionalFeatures" minOccurs="0"/>
 *         &lt;element ref="{}BundledSoftware" minOccurs="0"/>
 *         &lt;element ref="{}Channels" minOccurs="0"/>
 *         &lt;element ref="{}LineIn" minOccurs="0"/>
 *         &lt;element ref="{}ModelNumber" minOccurs="0"/>
 *         &lt;element ref="{}OpticalIn" minOccurs="0"/>
 *         &lt;element ref="{}OpticalOut" minOccurs="0"/>
 *         &lt;element ref="{}SampleRate" minOccurs="0"/>
 *         &lt;element ref="{}SoundCardInterface" minOccurs="0"/>
 *         &lt;element ref="{}SoundCardMinSystemRequirements" minOccurs="0"/>
 *         &lt;element ref="{}SpeakerOut" minOccurs="0"/>
 *         &lt;element ref="{}Voltage" minOccurs="0"/>
 *         &lt;element ref="{}Wattage" minOccurs="0"/>
 *       &lt;/sequence>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "variationData",
    "additionalFeatures",
    "bundledSoftware",
    "channels",
    "lineIn",
    "modelNumber",
    "opticalIn",
    "opticalOut",
    "sampleRate",
    "soundCardInterface",
    "soundCardMinSystemRequirements",
    "speakerOut",
    "voltage",
    "wattage"
})
@XmlRootElement(name = "SoundCard")
public class SoundCard {

    @XmlElement(name = "VariationData")
    protected VariationData variationData;
    @XmlElement(name = "AdditionalFeatures")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String additionalFeatures;
    @XmlElement(name = "BundledSoftware")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String bundledSoftware;
    @XmlElement(name = "Channels")
    protected BigDecimal channels;
    @XmlElement(name = "LineIn")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String lineIn;
    @XmlElement(name = "ModelNumber")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String modelNumber;
    @XmlElement(name = "OpticalIn")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String opticalIn;
    @XmlElement(name = "OpticalOut")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String opticalOut;
    @XmlElement(name = "SampleRate")
    protected FrequencyThreeDigitIntegerDimension sampleRate;
    @XmlElement(name = "SoundCardInterface")
    protected SoundCardInterfaceTypeValues soundCardInterface;
    @XmlElement(name = "SoundCardMinSystemRequirements")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String soundCardMinSystemRequirements;
    @XmlElement(name = "SpeakerOut")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String speakerOut;
    @XmlElement(name = "Voltage")
    protected BigDecimal voltage;
    @XmlElement(name = "Wattage")
    protected BigInteger wattage;

    /**
     * Gets the value of the variationData property.
     * 
     * @return
     *     possible object is
     *     {@link VariationData }
     *     
     */
    public VariationData getVariationData() {
        return variationData;
    }

    /**
     * Sets the value of the variationData property.
     * 
     * @param value
     *     allowed object is
     *     {@link VariationData }
     *     
     */
    public void setVariationData(VariationData value) {
        this.variationData = value;
    }

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

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

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

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

    /**
     * Gets the value of the channels property.
     * 
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *     
     */
    public BigDecimal getChannels() {
        return channels;
    }

    /**
     * Sets the value of the channels property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *     
     */
    public void setChannels(BigDecimal value) {
        this.channels = value;
    }

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

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

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

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

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

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

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

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

    /**
     * Gets the value of the sampleRate property.
     * 
     * @return
     *     possible object is
     *     {@link FrequencyThreeDigitIntegerDimension }
     *     
     */
    public FrequencyThreeDigitIntegerDimension getSampleRate() {
        return sampleRate;
    }

    /**
     * Sets the value of the sampleRate property.
     * 
     * @param value
     *     allowed object is
     *     {@link FrequencyThreeDigitIntegerDimension }
     *     
     */
    public void setSampleRate(FrequencyThreeDigitIntegerDimension value) {
        this.sampleRate = value;
    }

    /**
     * Gets the value of the soundCardInterface property.
     * 
     * @return
     *     possible object is
     *     {@link SoundCardInterfaceTypeValues }
     *     
     */
    public SoundCardInterfaceTypeValues getSoundCardInterface() {
        return soundCardInterface;
    }

    /**
     * Sets the value of the soundCardInterface property.
     * 
     * @param value
     *     allowed object is
     *     {@link SoundCardInterfaceTypeValues }
     *     
     */
    public void setSoundCardInterface(SoundCardInterfaceTypeValues value) {
        this.soundCardInterface = value;
    }

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

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

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

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

    /**
     * Gets the value of the voltage property.
     * 
     * @return
     *     possible object is
     *     {@link BigDecimal }
     *     
     */
    public BigDecimal getVoltage() {
        return voltage;
    }

    /**
     * Sets the value of the voltage property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigDecimal }
     *     
     */
    public void setVoltage(BigDecimal value) {
        this.voltage = value;
    }

    /**
     * Gets the value of the wattage property.
     * 
     * @return
     *     possible object is
     *     {@link BigInteger }
     *     
     */
    public BigInteger getWattage() {
        return wattage;
    }

    /**
     * Sets the value of the wattage property.
     * 
     * @param value
     *     allowed object is
     *     {@link BigInteger }
     *     
     */
    public void setWattage(BigInteger value) {
        this.wattage = value;
    }

}