Subversion Repositories SmartDukaan

Rev

Rev 102 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 102 Rev 163
Line 1... Line 1...
1
//
1
//
2
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1-b02-fcs 
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> 
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. 
4
// Any modifications to this file will be lost upon recompilation of the source schema. 
5
// Generated on: 2010.03.26 at 12:13:21 PM IST 
5
// Generated on: 2010.05.24 at 03:03:23 PM IST 
6
//
6
//
7
 
7
 
8
 
8
 
9
package in.shop2020.metamodel.jaxb.core;
9
package in.shop2020.metamodel.jaxb.core;
10
 
10
 
Line 39... Line 39...
39
     */
39
     */
40
    public ObjectFactory() {
40
    public ObjectFactory() {
41
    }
41
    }
42
 
42
 
43
    /**
43
    /**
44
     * Create an instance of {@link BulletDefinitionType }
44
     * Create an instance of {@link SlideFeatureDefinitionType }
45
     * 
45
     * 
46
     */
46
     */
47
    public BulletDefinitionType createBulletDefinitionType() {
47
    public SlideFeatureDefinitionType createSlideFeatureDefinitionType() {
48
        return new BulletDefinitionType();
48
        return new SlideFeatureDefinitionType();
49
    }
49
    }
50
 
50
 
51
    /**
51
    /**
52
     * Create an instance of {@link FeatureDefinitionType }
52
     * Create an instance of {@link FeatureDefinitionType }
53
     * 
53
     * 
Line 55... Line 55...
55
    public FeatureDefinitionType createFeatureDefinitionType() {
55
    public FeatureDefinitionType createFeatureDefinitionType() {
56
        return new FeatureDefinitionType();
56
        return new FeatureDefinitionType();
57
    }
57
    }
58
 
58
 
59
    /**
59
    /**
60
     * Create an instance of {@link SlideFeatureDefinitionType }
60
     * Create an instance of {@link DatatypeDefinitionType }
61
     * 
61
     * 
62
     */
62
     */
63
    public SlideFeatureDefinitionType createSlideFeatureDefinitionType() {
63
    public DatatypeDefinitionType createDatatypeDefinitionType() {
64
        return new SlideFeatureDefinitionType();
64
        return new DatatypeDefinitionType();
65
    }
65
    }
66
 
66
 
67
    /**
67
    /**
68
     * Create an instance of {@link EnumValueType }
68
     * Create an instance of {@link EnumValueType }
69
     * 
69
     * 
Line 71... Line 71...
71
    public EnumValueType createEnumValueType() {
71
    public EnumValueType createEnumValueType() {
72
        return new EnumValueType();
72
        return new EnumValueType();
73
    }
73
    }
74
 
74
 
75
    /**
75
    /**
76
     * Create an instance of {@link CategoryType }
76
     * Create an instance of {@link CategorySlideDefinitionType }
77
     * 
77
     * 
78
     */
78
     */
79
    public CategoryType createCategoryType() {
79
    public CategorySlideDefinitionType createCategorySlideDefinitionType() {
80
        return new CategoryType();
80
        return new CategorySlideDefinitionType();
81
    }
81
    }
82
 
82
 
83
    /**
83
    /**
84
     * Create an instance of {@link DefinitionType }
84
     * Create an instance of {@link CompositePartDefinitionType }
85
     * 
85
     * 
86
     */
86
     */
87
    public DefinitionType createDefinitionType() {
87
    public CompositePartDefinitionType createCompositePartDefinitionType() {
88
        return new DefinitionType();
88
        return new CompositePartDefinitionType();
89
    }
89
    }
90
 
90
 
91
    /**
91
    /**
92
     * Create an instance of {@link SlideDefinitionType }
92
     * Create an instance of {@link UnitType }
93
     * 
93
     * 
94
     */
94
     */
95
    public SlideDefinitionType createSlideDefinitionType() {
95
    public UnitType createUnitType() {
96
        return new SlideDefinitionType();
96
        return new UnitType();
97
    }
97
    }
98
 
98
 
99
    /**
99
    /**
100
     * Create an instance of {@link DatatypeDefinitionType }
100
     * Create an instance of {@link BulletDefinitionType }
101
     * 
101
     * 
102
     */
102
     */
103
    public DatatypeDefinitionType createDatatypeDefinitionType() {
103
    public BulletDefinitionType createBulletDefinitionType() {
104
        return new DatatypeDefinitionType();
104
        return new BulletDefinitionType();
105
    }
105
    }
106
 
106
 
107
    /**
107
    /**
108
     * Create an instance of {@link CompositeDefinitionType }
108
     * Create an instance of {@link CategoryType }
109
     * 
109
     * 
110
     */
110
     */
111
    public CompositeDefinitionType createCompositeDefinitionType() {
111
    public CategoryType createCategoryType() {
112
        return new CompositeDefinitionType();
112
        return new CategoryType();
113
    }
113
    }
114
 
114
 
115
    /**
115
    /**
116
     * Create an instance of {@link CategorySlideDefinitionType }
116
     * Create an instance of {@link DefinitionType }
117
     * 
117
     * 
118
     */
118
     */
119
    public CategorySlideDefinitionType createCategorySlideDefinitionType() {
119
    public DefinitionType createDefinitionType() {
120
        return new CategorySlideDefinitionType();
120
        return new DefinitionType();
121
    }
121
    }
122
 
122
 
123
    /**
123
    /**
124
     * Create an instance of {@link EnumDefinitionType }
124
     * Create an instance of {@link CategorySlideSequenceType }
125
     * 
125
     * 
126
     */
126
     */
127
    public EnumDefinitionType createEnumDefinitionType() {
127
    public CategorySlideSequenceType createCategorySlideSequenceType() {
128
        return new EnumDefinitionType();
128
        return new CategorySlideSequenceType();
129
    }
129
    }
130
 
130
 
131
    /**
131
    /**
132
     * Create an instance of {@link CompositePartDefinitionType }
132
     * Create an instance of {@link SlideDefinitionType }
133
     * 
133
     * 
134
     */
134
     */
135
    public CompositePartDefinitionType createCompositePartDefinitionType() {
135
    public SlideDefinitionType createSlideDefinitionType() {
136
        return new CompositePartDefinitionType();
136
        return new SlideDefinitionType();
137
    }
137
    }
138
 
138
 
139
    /**
139
    /**
140
     * Create an instance of {@link UnitType }
140
     * Create an instance of {@link CompositeDefinitionType }
141
     * 
141
     * 
142
     */
142
     */
-
 
143
    public CompositeDefinitionType createCompositeDefinitionType() {
-
 
144
        return new CompositeDefinitionType();
-
 
145
    }
-
 
146
 
-
 
147
    /**
-
 
148
     * Create an instance of {@link EnumDefinitionType }
-
 
149
     * 
-
 
150
     */
143
    public UnitType createUnitType() {
151
    public EnumDefinitionType createEnumDefinitionType() {
144
        return new UnitType();
152
        return new EnumDefinitionType();
145
    }
153
    }
146
 
154
 
147
    /**
155
    /**
148
     * Create an instance of {@link JAXBElement }{@code <}{@link DefinitionType }{@code >}}
156
     * Create an instance of {@link JAXBElement }{@code <}{@link DefinitionType }{@code >}}
149
     * 
157
     *