Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | 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. 
99 naveen 5
// Generated on: 2010.03.25 at 07:02:26 PM 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
    /**
99 naveen 44
     * Create an instance of {@link BulletDefinitionType }
57 naveen 45
     * 
46
     */
99 naveen 47
    public BulletDefinitionType createBulletDefinitionType() {
48
        return new BulletDefinitionType();
57 naveen 49
    }
50
 
51
    /**
99 naveen 52
     * Create an instance of {@link FeatureDefinitionType }
53
     * 
54
     */
55
    public FeatureDefinitionType createFeatureDefinitionType() {
56
        return new FeatureDefinitionType();
57
    }
58
 
59
    /**
60
     * Create an instance of {@link EnumValueType }
61
     * 
62
     */
63
    public EnumValueType createEnumValueType() {
64
        return new EnumValueType();
65
    }
66
 
67
    /**
57 naveen 68
     * Create an instance of {@link CategorySlideDefinitionType }
69
     * 
70
     */
71
    public CategorySlideDefinitionType createCategorySlideDefinitionType() {
72
        return new CategorySlideDefinitionType();
73
    }
74
 
75
    /**
99 naveen 76
     * Create an instance of {@link SlideFeatureDefinitionType }
57 naveen 77
     * 
78
     */
99 naveen 79
    public SlideFeatureDefinitionType createSlideFeatureDefinitionType() {
80
        return new SlideFeatureDefinitionType();
57 naveen 81
    }
82
 
83
    /**
84
     * Create an instance of {@link CompositePartDefinitionType }
85
     * 
86
     */
87
    public CompositePartDefinitionType createCompositePartDefinitionType() {
88
        return new CompositePartDefinitionType();
89
    }
90
 
91
    /**
99 naveen 92
     * Create an instance of {@link SlideDefinitionType }
57 naveen 93
     * 
94
     */
99 naveen 95
    public SlideDefinitionType createSlideDefinitionType() {
96
        return new SlideDefinitionType();
57 naveen 97
    }
98
 
99
    /**
100
     * Create an instance of {@link UnitType }
101
     * 
102
     */
103
    public UnitType createUnitType() {
104
        return new UnitType();
105
    }
106
 
107
    /**
99 naveen 108
     * Create an instance of {@link CompositeDefinitionType }
57 naveen 109
     * 
110
     */
99 naveen 111
    public CompositeDefinitionType createCompositeDefinitionType() {
112
        return new CompositeDefinitionType();
57 naveen 113
    }
114
 
115
    /**
99 naveen 116
     * Create an instance of {@link CategoryType }
57 naveen 117
     * 
118
     */
99 naveen 119
    public CategoryType createCategoryType() {
120
        return new CategoryType();
57 naveen 121
    }
122
 
123
    /**
99 naveen 124
     * Create an instance of {@link EnumDefinitionType }
57 naveen 125
     * 
126
     */
99 naveen 127
    public EnumDefinitionType createEnumDefinitionType() {
128
        return new EnumDefinitionType();
57 naveen 129
    }
130
 
131
    /**
132
     * Create an instance of {@link DatatypeDefinitionType }
133
     * 
134
     */
135
    public DatatypeDefinitionType createDatatypeDefinitionType() {
136
        return new DatatypeDefinitionType();
137
    }
138
 
139
    /**
99 naveen 140
     * Create an instance of {@link DefinitionType }
57 naveen 141
     * 
142
     */
99 naveen 143
    public DefinitionType createDefinitionType() {
144
        return new DefinitionType();
57 naveen 145
    }
146
 
147
    /**
148
     * Create an instance of {@link JAXBElement }{@code <}{@link DefinitionType }{@code >}}
149
     * 
150
     */
151
    @XmlElementDecl(namespace = "http://shop2020.in", name = "Definition")
152
    public JAXBElement<DefinitionType> createDefinition(DefinitionType value) {
153
        return new JAXBElement<DefinitionType>(_Definition_QNAME, DefinitionType.class, null, value);
154
    }
155
 
156
}