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.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.XmlSchemaType;
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="AnalogFormats" minOccurs="0">
 *           &lt;simpleType>
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               &lt;enumeration value="8mm-camcorder-tapes"/>
 *               &lt;enumeration value="beta"/>
 *               &lt;enumeration value="hi-8-cassettes"/>
 *               &lt;enumeration value="s-vhs"/>
 *               &lt;enumeration value="s-vhs-c"/>
 *               &lt;enumeration value="vhs"/>
 *               &lt;enumeration value="vhs-c"/>
 *               &lt;enumeration value="reel-tapes"/>
 *             &lt;/restriction>
 *           &lt;/simpleType>
 *         &lt;/element>
 *         &lt;element name="DigitalFormats" minOccurs="0">
 *           &lt;simpleType>
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               &lt;enumeration value="minidv-cassettes"/>
 *               &lt;enumeration value="full-size-dv-cassettes"/>
 *               &lt;enumeration value="micromv"/>
 *               &lt;enumeration value="dvd"/>
 *               &lt;enumeration value="digital-beta-cassettes"/>
 *             &lt;/restriction>
 *           &lt;/simpleType>
 *         &lt;/element>
 *         &lt;element name="MotionFilmFormats" minOccurs="0">
 *           &lt;simpleType>
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               &lt;enumeration value="8mm-film"/>
 *               &lt;enumeration value="super-8mm-film"/>
 *               &lt;enumeration value="16mm-film"/>
 *               &lt;enumeration value="super-16mm-film"/>
 *               &lt;enumeration value="35mm-film"/>
 *               &lt;enumeration value="65mm-film"/>
 *               &lt;enumeration value="70mm-film"/>
 *               &lt;enumeration value="other-film-formats"/>
 *             &lt;/restriction>
 *           &lt;/simpleType>
 *         &lt;/element>
 *         &lt;element name="MediaColor" minOccurs="0">
 *           &lt;simpleType>
 *             &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string">
 *               &lt;enumeration value="unknown_chromatism"/>
 *               &lt;enumeration value="black-and-white"/>
 *               &lt;enumeration value="color"/>
 *               &lt;enumeration value="tinted"/>
 *               &lt;enumeration value="colorized"/>
 *               &lt;enumeration value="color/black_and_white"/>
 *             &lt;/restriction>
 *           &lt;/simpleType>
 *         &lt;/element>
 *         &lt;element name="Count" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
 *       &lt;/sequence>
 *     &lt;/restriction>
 *   &lt;/complexContent>
 * &lt;/complexType>
 * </pre>
 * 
 * 
 */
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
    "analogFormats",
    "digitalFormats",
    "motionFilmFormats",
    "mediaColor",
    "count"
})
@XmlRootElement(name = "BlankMedia")
public class BlankMedia {

    @XmlElement(name = "AnalogFormats")
    protected String analogFormats;
    @XmlElement(name = "DigitalFormats")
    protected String digitalFormats;
    @XmlElement(name = "MotionFilmFormats")
    protected String motionFilmFormats;
    @XmlElement(name = "MediaColor")
    protected String mediaColor;
    @XmlElement(name = "Count")
    @XmlSchemaType(name = "positiveInteger")
    protected BigInteger count;

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

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

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

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

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

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

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

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

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

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

}