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;
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 name="ProductType">
 *           &lt;simpleType>
 *             &lt;restriction base="{}HundredString">
 *               &lt;enumeration value="SportsMemorabilia"/>
 *             &lt;/restriction>
 *           &lt;/simpleType>
 *         &lt;/element>
 *         &lt;element name="AuthenticatedBy" type="{}HundredString"/>
 *         &lt;element name="AuthenticityCertificateNumber" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="Autographed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         &lt;element name="ConditionProvidedBy" type="{}HundredString"/>
 *         &lt;element name="ConditionRating" type="{}HundredString"/>
 *         &lt;element name="EventName" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="GameUsed" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="IsVeryHighValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         &lt;element name="ItemThickness" type="{}LengthDimension" minOccurs="0"/>
 *         &lt;element name="JerseyType" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="LeagueName" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="LotType" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="Material" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="NumberOfPages" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
 *         &lt;element name="NumberOfPieces" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
 *         &lt;element name="Packaging" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="PlayerName" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="Season" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="SignedBy" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="Sport" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="TeamName" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="UniformNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
 *         &lt;element name="WhatsInTheBox" type="{}HundredString" minOccurs="0"/>
 *         &lt;element name="Year" 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 = {
    "productType",
    "authenticatedBy",
    "authenticityCertificateNumber",
    "autographed",
    "conditionProvidedBy",
    "conditionRating",
    "eventName",
    "gameUsed",
    "isVeryHighValue",
    "itemThickness",
    "jerseyType",
    "leagueName",
    "lotType",
    "material",
    "numberOfPages",
    "numberOfPieces",
    "packaging",
    "playerName",
    "season",
    "signedBy",
    "sport",
    "teamName",
    "uniformNumber",
    "whatsInTheBox",
    "year"
})
@XmlRootElement(name = "SportsMemorabilia")
public class SportsMemorabilia {

    @XmlElement(name = "ProductType", required = true)
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String productType;
    @XmlElement(name = "AuthenticatedBy", required = true)
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String authenticatedBy;
    @XmlElement(name = "AuthenticityCertificateNumber")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String authenticityCertificateNumber;
    @XmlElement(name = "Autographed")
    protected Boolean autographed;
    @XmlElement(name = "ConditionProvidedBy", required = true)
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String conditionProvidedBy;
    @XmlElement(name = "ConditionRating", required = true)
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String conditionRating;
    @XmlElement(name = "EventName")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String eventName;
    @XmlElement(name = "GameUsed")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String gameUsed;
    @XmlElement(name = "IsVeryHighValue")
    protected Boolean isVeryHighValue;
    @XmlElement(name = "ItemThickness")
    protected LengthDimension itemThickness;
    @XmlElement(name = "JerseyType")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String jerseyType;
    @XmlElement(name = "LeagueName")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String leagueName;
    @XmlElement(name = "LotType")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String lotType;
    @XmlElement(name = "Material")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String material;
    @XmlElement(name = "NumberOfPages")
    @XmlSchemaType(name = "positiveInteger")
    protected BigInteger numberOfPages;
    @XmlElement(name = "NumberOfPieces")
    @XmlSchemaType(name = "positiveInteger")
    protected BigInteger numberOfPieces;
    @XmlElement(name = "Packaging")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String packaging;
    @XmlElement(name = "PlayerName")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String playerName;
    @XmlElement(name = "Season")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String season;
    @XmlElement(name = "SignedBy")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String signedBy;
    @XmlElement(name = "Sport")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String sport;
    @XmlElement(name = "TeamName")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String teamName;
    @XmlElement(name = "UniformNumber")
    @XmlSchemaType(name = "positiveInteger")
    protected BigInteger uniformNumber;
    @XmlElement(name = "WhatsInTheBox")
    @XmlJavaTypeAdapter(NormalizedStringAdapter.class)
    protected String whatsInTheBox;
    @XmlElement(name = "Year")
    @XmlSchemaType(name = "positiveInteger")
    protected BigInteger year;

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

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

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

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

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

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

    /**
     * Gets the value of the autographed property.
     * 
     * @return
     *     possible object is
     *     {@link Boolean }
     *     
     */
    public Boolean isAutographed() {
        return autographed;
    }

    /**
     * Sets the value of the autographed property.
     * 
     * @param value
     *     allowed object is
     *     {@link Boolean }
     *     
     */
    public void setAutographed(Boolean value) {
        this.autographed = value;
    }

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

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

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

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

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

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

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

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

    /**
     * Gets the value of the isVeryHighValue property.
     * 
     * @return
     *     possible object is
     *     {@link Boolean }
     *     
     */
    public Boolean isIsVeryHighValue() {
        return isVeryHighValue;
    }

    /**
     * Sets the value of the isVeryHighValue property.
     * 
     * @param value
     *     allowed object is
     *     {@link Boolean }
     *     
     */
    public void setIsVeryHighValue(Boolean value) {
        this.isVeryHighValue = value;
    }

    /**
     * Gets the value of the itemThickness property.
     * 
     * @return
     *     possible object is
     *     {@link LengthDimension }
     *     
     */
    public LengthDimension getItemThickness() {
        return itemThickness;
    }

    /**
     * Sets the value of the itemThickness property.
     * 
     * @param value
     *     allowed object is
     *     {@link LengthDimension }
     *     
     */
    public void setItemThickness(LengthDimension value) {
        this.itemThickness = value;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}