Subversion Repositories SmartDukaan

Rev

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

Rev 1061 Rev 2169
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: 2011.01.04 at 10:49:11 AM IST 
5
// Generated on: 2011.06.08 at 03:45:16 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 CompositeDefinitionType }
44
     * Create an instance of {@link DefinitionType }
45
     * 
45
     * 
46
     */
46
     */
47
    public CompositeDefinitionType createCompositeDefinitionType() {
47
    public DefinitionType createDefinitionType() {
48
        return new CompositeDefinitionType();
48
        return new DefinitionType();
49
    }
49
    }
50
 
50
 
51
    /**
51
    /**
52
     * Create an instance of {@link CategorySlideDefinitionType }
52
     * Create an instance of {@link CategoryType }
53
     * 
53
     * 
54
     */
54
     */
55
    public CategorySlideDefinitionType createCategorySlideDefinitionType() {
55
    public CategoryType createCategoryType() {
56
        return new CategorySlideDefinitionType();
56
        return new CategoryType();
57
    }
57
    }
58
 
58
 
59
    /**
59
    /**
60
     * Create an instance of {@link UnitType }
60
     * Create an instance of {@link HelpDocDefinitionType }
61
     * 
61
     * 
62
     */
62
     */
63
    public UnitType createUnitType() {
63
    public HelpDocDefinitionType createHelpDocDefinitionType() {
64
        return new UnitType();
64
        return new HelpDocDefinitionType();
65
    }
65
    }
66
 
66
 
67
    /**
67
    /**
68
     * Create an instance of {@link CompositePartDefinitionType }
68
     * Create an instance of {@link EnumValueType }
69
     * 
69
     * 
70
     */
70
     */
71
    public CompositePartDefinitionType createCompositePartDefinitionType() {
71
    public EnumValueType createEnumValueType() {
72
        return new CompositePartDefinitionType();
72
        return new EnumValueType();
73
    }
73
    }
74
 
74
 
75
    /**
75
    /**
76
     * Create an instance of {@link DatatypeDefinitionType }
76
     * Create an instance of {@link DatatypeDefinitionType }
77
     * 
77
     * 
Line 87... Line 87...
87
    public EnumDefinitionType createEnumDefinitionType() {
87
    public EnumDefinitionType createEnumDefinitionType() {
88
        return new EnumDefinitionType();
88
        return new EnumDefinitionType();
89
    }
89
    }
90
 
90
 
91
    /**
91
    /**
92
     * Create an instance of {@link DefinitionType }
92
     * Create an instance of {@link BulletDefinitionType }
93
     * 
93
     * 
94
     */
94
     */
95
    public DefinitionType createDefinitionType() {
95
    public BulletDefinitionType createBulletDefinitionType() {
96
        return new DefinitionType();
96
        return new BulletDefinitionType();
97
    }
97
    }
98
 
98
 
99
    /**
99
    /**
100
     * Create an instance of {@link CategoryType }
100
     * Create an instance of {@link CategorySlideSequenceType }
101
     * 
101
     * 
102
     */
102
     */
103
    public CategoryType createCategoryType() {
103
    public CategorySlideSequenceType createCategorySlideSequenceType() {
104
        return new CategoryType();
104
        return new CategorySlideSequenceType();
-
 
105
    }
-
 
106
 
-
 
107
    /**
-
 
108
     * Create an instance of {@link SlideDefinitionType }
-
 
109
     * 
-
 
110
     */
-
 
111
    public SlideDefinitionType createSlideDefinitionType() {
-
 
112
        return new SlideDefinitionType();
105
    }
113
    }
106
 
114
 
107
    /**
115
    /**
108
     * Create an instance of {@link SlideFeatureDefinitionType }
116
     * Create an instance of {@link SlideFeatureDefinitionType }
109
     * 
117
     * 
Line 111... Line 119...
111
    public SlideFeatureDefinitionType createSlideFeatureDefinitionType() {
119
    public SlideFeatureDefinitionType createSlideFeatureDefinitionType() {
112
        return new SlideFeatureDefinitionType();
120
        return new SlideFeatureDefinitionType();
113
    }
121
    }
114
 
122
 
115
    /**
123
    /**
116
     * Create an instance of {@link SlideDefinitionType }
124
     * Create an instance of {@link CompositePartDefinitionType }
117
     * 
125
     * 
118
     */
126
     */
119
    public SlideDefinitionType createSlideDefinitionType() {
127
    public CompositePartDefinitionType createCompositePartDefinitionType() {
120
        return new SlideDefinitionType();
128
        return new CompositePartDefinitionType();
121
    }
129
    }
122
 
130
 
123
    /**
131
    /**
124
     * Create an instance of {@link EnumValueType }
132
     * Create an instance of {@link FeatureDefinitionType }
125
     * 
133
     * 
126
     */
134
     */
127
    public EnumValueType createEnumValueType() {
135
    public FeatureDefinitionType createFeatureDefinitionType() {
128
        return new EnumValueType();
136
        return new FeatureDefinitionType();
129
    }
137
    }
130
 
138
 
131
    /**
139
    /**
132
     * Create an instance of {@link BulletDefinitionType }
140
     * Create an instance of {@link CategorySlideDefinitionType }
133
     * 
141
     * 
134
     */
142
     */
135
    public BulletDefinitionType createBulletDefinitionType() {
143
    public CategorySlideDefinitionType createCategorySlideDefinitionType() {
136
        return new BulletDefinitionType();
144
        return new CategorySlideDefinitionType();
137
    }
145
    }
138
 
146
 
139
    /**
147
    /**
140
     * Create an instance of {@link FeatureDefinitionType }
148
     * Create an instance of {@link UnitType }
141
     * 
149
     * 
142
     */
150
     */
143
    public FeatureDefinitionType createFeatureDefinitionType() {
151
    public UnitType createUnitType() {
144
        return new FeatureDefinitionType();
152
        return new UnitType();
145
    }
153
    }
146
 
154
 
147
    /**
155
    /**
148
     * Create an instance of {@link CategorySlideSequenceType }
156
     * Create an instance of {@link CompositeDefinitionType }
149
     * 
157
     * 
150
     */
158
     */
151
    public CategorySlideSequenceType createCategorySlideSequenceType() {
159
    public CompositeDefinitionType createCompositeDefinitionType() {
152
        return new CategorySlideSequenceType();
160
        return new CompositeDefinitionType();
153
    }
161
    }
154
 
162
 
155
    /**
163
    /**
156
     * Create an instance of {@link JAXBElement }{@code <}{@link DefinitionType }{@code >}}
164
     * Create an instance of {@link JAXBElement }{@code <}{@link DefinitionType }{@code >}}
157
     * 
165
     *