Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
58 naveen 1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs 
3
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
1313 rajveer 5
// Generated on: 2011.04.04 at 04:52:17 PM IST 
58 naveen 6
//
7
 
8
 
9
package in.shop2020.metamodel.jaxb.facets;
10
 
11
import javax.xml.bind.JAXBElement;
12
import javax.xml.bind.annotation.XmlElementDecl;
13
import javax.xml.bind.annotation.XmlRegistry;
14
import javax.xml.namespace.QName;
15
 
16
 
17
/**
18
 * This object contains factory methods for each 
19
 * Java content interface and Java element interface 
20
 * generated in the in.shop2020.metamodel.jaxb.facets package. 
21
 * <p>An ObjectFactory allows you to programatically 
22
 * construct new instances of the Java representation 
23
 * for XML content. The Java representation of XML 
24
 * content can consist of schema derived interfaces 
25
 * and classes representing the binding of schema 
26
 * type definitions, element declarations and model 
27
 * groups.  Factory methods for each of these are 
28
 * provided in this class.
29
 * 
30
 */
31
@XmlRegistry
32
public class ObjectFactory {
33
 
34
    private final static QName _IRDefinition_QNAME = new QName("http://shop2020.in", "IRDefinition");
35
 
36
    /**
37
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: in.shop2020.metamodel.jaxb.facets
38
     * 
39
     */
40
    public ObjectFactory() {
41
    }
42
 
43
    /**
1313 rajveer 44
     * Create an instance of {@link FacetSlideDefinitionType }
81 naveen 45
     * 
46
     */
1313 rajveer 47
    public FacetSlideDefinitionType createFacetSlideDefinitionType() {
48
        return new FacetSlideDefinitionType();
81 naveen 49
    }
50
 
51
    /**
62 naveen 52
     * Create an instance of {@link IRDefinitionType }
58 naveen 53
     * 
54
     */
62 naveen 55
    public IRDefinitionType createIRDefinitionType() {
56
        return new IRDefinitionType();
58 naveen 57
    }
58
 
59
    /**
1313 rajveer 60
     * Create an instance of {@link RuleDefinitionType }
58 naveen 61
     * 
62
     */
1313 rajveer 63
    public RuleDefinitionType createRuleDefinitionType() {
64
        return new RuleDefinitionType();
58 naveen 65
    }
66
 
67
    /**
1313 rajveer 68
     * Create an instance of {@link FacetDefinitionType }
58 naveen 69
     * 
70
     */
1313 rajveer 71
    public FacetDefinitionType createFacetDefinitionType() {
72
        return new FacetDefinitionType();
58 naveen 73
    }
74
 
75
    /**
1313 rajveer 76
     * Create an instance of {@link CategoryFacetDefinitionType }
61 naveen 77
     * 
78
     */
1313 rajveer 79
    public CategoryFacetDefinitionType createCategoryFacetDefinitionType() {
80
        return new CategoryFacetDefinitionType();
61 naveen 81
    }
82
 
83
    /**
58 naveen 84
     * Create an instance of {@link JAXBElement }{@code <}{@link IRDefinitionType }{@code >}}
85
     * 
86
     */
87
    @XmlElementDecl(namespace = "http://shop2020.in", name = "IRDefinition")
88
    public JAXBElement<IRDefinitionType> createIRDefinition(IRDefinitionType value) {
89
        return new JAXBElement<IRDefinitionType>(_IRDefinition_QNAME, IRDefinitionType.class, null, value);
90
    }
91
 
92
}