Subversion Repositories SmartDukaan

Rev

Rev 1061 | Blame | Compare with Previous | Last modification | View Log | RSS feed

//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs 
// 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: 2011.04.04 at 04:52:17 PM IST 
//


package in.shop2020.metamodel.jaxb.facets;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the in.shop2020.metamodel.jaxb.facets package. 
 * <p>An ObjectFactory allows you to programatically 
 * construct new instances of the Java representation 
 * for XML content. The Java representation of XML 
 * content can consist of schema derived interfaces 
 * and classes representing the binding of schema 
 * type definitions, element declarations and model 
 * groups.  Factory methods for each of these are 
 * provided in this class.
 * 
 */
@XmlRegistry
public class ObjectFactory {

    private final static QName _IRDefinition_QNAME = new QName("http://shop2020.in", "IRDefinition");

    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: in.shop2020.metamodel.jaxb.facets
     * 
     */
    public ObjectFactory() {
    }

    /**
     * Create an instance of {@link FacetSlideDefinitionType }
     * 
     */
    public FacetSlideDefinitionType createFacetSlideDefinitionType() {
        return new FacetSlideDefinitionType();
    }

    /**
     * Create an instance of {@link IRDefinitionType }
     * 
     */
    public IRDefinitionType createIRDefinitionType() {
        return new IRDefinitionType();
    }

    /**
     * Create an instance of {@link RuleDefinitionType }
     * 
     */
    public RuleDefinitionType createRuleDefinitionType() {
        return new RuleDefinitionType();
    }

    /**
     * Create an instance of {@link FacetDefinitionType }
     * 
     */
    public FacetDefinitionType createFacetDefinitionType() {
        return new FacetDefinitionType();
    }

    /**
     * Create an instance of {@link CategoryFacetDefinitionType }
     * 
     */
    public CategoryFacetDefinitionType createCategoryFacetDefinitionType() {
        return new CategoryFacetDefinitionType();
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link IRDefinitionType }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://shop2020.in", name = "IRDefinition")
    public JAXBElement<IRDefinitionType> createIRDefinition(IRDefinitionType value) {
        return new JAXBElement<IRDefinitionType>(_IRDefinition_QNAME, IRDefinitionType.class, null, value);
    }

}