Subversion Repositories SmartDukaan

Rev

Rev 580 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
57 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. 
580 rajveer 5
// Generated on: 2011.01.04 at 10:49:11 AM IST 
57 naveen 6
//
7
 
8
 
9
package in.shop2020.metamodel.jaxb.core;
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.core 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 _Definition_QNAME = new QName("http://shop2020.in", "Definition");
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.core
38
     * 
39
     */
40
    public ObjectFactory() {
41
    }
42
 
43
    /**
580 rajveer 44
     * Create an instance of {@link CompositeDefinitionType }
57 naveen 45
     * 
46
     */
580 rajveer 47
    public CompositeDefinitionType createCompositeDefinitionType() {
48
        return new CompositeDefinitionType();
57 naveen 49
    }
50
 
51
    /**
580 rajveer 52
     * Create an instance of {@link CategorySlideDefinitionType }
99 naveen 53
     * 
54
     */
580 rajveer 55
    public CategorySlideDefinitionType createCategorySlideDefinitionType() {
56
        return new CategorySlideDefinitionType();
99 naveen 57
    }
58
 
59
    /**
580 rajveer 60
     * Create an instance of {@link UnitType }
99 naveen 61
     * 
62
     */
580 rajveer 63
    public UnitType createUnitType() {
64
        return new UnitType();
99 naveen 65
    }
66
 
67
    /**
580 rajveer 68
     * Create an instance of {@link CompositePartDefinitionType }
57 naveen 69
     * 
70
     */
580 rajveer 71
    public CompositePartDefinitionType createCompositePartDefinitionType() {
72
        return new CompositePartDefinitionType();
57 naveen 73
    }
74
 
75
    /**
580 rajveer 76
     * Create an instance of {@link DatatypeDefinitionType }
57 naveen 77
     * 
78
     */
580 rajveer 79
    public DatatypeDefinitionType createDatatypeDefinitionType() {
80
        return new DatatypeDefinitionType();
57 naveen 81
    }
82
 
83
    /**
580 rajveer 84
     * Create an instance of {@link EnumDefinitionType }
57 naveen 85
     * 
86
     */
580 rajveer 87
    public EnumDefinitionType createEnumDefinitionType() {
88
        return new EnumDefinitionType();
57 naveen 89
    }
90
 
91
    /**
580 rajveer 92
     * Create an instance of {@link DefinitionType }
57 naveen 93
     * 
94
     */
580 rajveer 95
    public DefinitionType createDefinitionType() {
96
        return new DefinitionType();
57 naveen 97
    }
98
 
99
    /**
580 rajveer 100
     * Create an instance of {@link CategoryType }
57 naveen 101
     * 
102
     */
580 rajveer 103
    public CategoryType createCategoryType() {
104
        return new CategoryType();
57 naveen 105
    }
106
 
107
    /**
580 rajveer 108
     * Create an instance of {@link SlideFeatureDefinitionType }
57 naveen 109
     * 
110
     */
580 rajveer 111
    public SlideFeatureDefinitionType createSlideFeatureDefinitionType() {
112
        return new SlideFeatureDefinitionType();
57 naveen 113
    }
114
 
115
    /**
580 rajveer 116
     * Create an instance of {@link SlideDefinitionType }
57 naveen 117
     * 
118
     */
580 rajveer 119
    public SlideDefinitionType createSlideDefinitionType() {
120
        return new SlideDefinitionType();
57 naveen 121
    }
122
 
123
    /**
580 rajveer 124
     * Create an instance of {@link EnumValueType }
57 naveen 125
     * 
126
     */
580 rajveer 127
    public EnumValueType createEnumValueType() {
128
        return new EnumValueType();
57 naveen 129
    }
130
 
131
    /**
580 rajveer 132
     * Create an instance of {@link BulletDefinitionType }
57 naveen 133
     * 
134
     */
580 rajveer 135
    public BulletDefinitionType createBulletDefinitionType() {
136
        return new BulletDefinitionType();
57 naveen 137
    }
138
 
139
    /**
580 rajveer 140
     * Create an instance of {@link FeatureDefinitionType }
57 naveen 141
     * 
142
     */
580 rajveer 143
    public FeatureDefinitionType createFeatureDefinitionType() {
144
        return new FeatureDefinitionType();
57 naveen 145
    }
146
 
147
    /**
580 rajveer 148
     * Create an instance of {@link CategorySlideSequenceType }
163 naveen 149
     * 
150
     */
580 rajveer 151
    public CategorySlideSequenceType createCategorySlideSequenceType() {
152
        return new CategorySlideSequenceType();
163 naveen 153
    }
154
 
155
    /**
57 naveen 156
     * Create an instance of {@link JAXBElement }{@code <}{@link DefinitionType }{@code >}}
157
     * 
158
     */
159
    @XmlElementDecl(namespace = "http://shop2020.in", name = "Definition")
160
    public JAXBElement<DefinitionType> createDefinition(DefinitionType value) {
161
        return new JAXBElement<DefinitionType>(_Definition_QNAME, DefinitionType.class, null, value);
162
    }
163
 
164
}