Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 23af4ffddefacb026c527acac6f8206d79b43bdb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371

package org.eclipse.papyrus.manufacturing.ofbiz.createWorkEffort;

import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlElementDecl;
import javax.xml.bind.annotation.XmlRegistry;
import javax.xml.namespace.QName;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.eclipse.papyrus.manufacturing.ofbiz.createWorkEffort package. 
 * <p>An ObjectFactory allows you to programatically 
 * construct new instances of the Java representation 
 * for XML content. The Java representation of XML 
 * content can consist of schema derived interfaces 
 * and classes representing the binding of schema 
 * type definitions, element declarations and model 
 * groups.  Factory methods for each of these are 
 * provided in this class.
 * 
 */
@XmlRegistry
public class ObjectFactory {

    private final static QName _Null_QNAME = new QName("http://ofbiz.apache.org/service/", "null");
    private final static QName _ColArrayList_QNAME = new QName("http://ofbiz.apache.org/service/", "col-ArrayList");
    private final static QName _ColLinkedList_QNAME = new QName("http://ofbiz.apache.org/service/", "col-LinkedList");
    private final static QName _ColStack_QNAME = new QName("http://ofbiz.apache.org/service/", "col-Stack");
    private final static QName _ColVector_QNAME = new QName("http://ofbiz.apache.org/service/", "col-Vector");
    private final static QName _ColTreeSet_QNAME = new QName("http://ofbiz.apache.org/service/", "col-TreeSet");
    private final static QName _ColHashSet_QNAME = new QName("http://ofbiz.apache.org/service/", "col-HashSet");
    private final static QName _ColCollection_QNAME = new QName("http://ofbiz.apache.org/service/", "col-Collection");
    private final static QName _MapTreeMap_QNAME = new QName("http://ofbiz.apache.org/service/", "map-TreeMap");
    private final static QName _MapWeakHashMap_QNAME = new QName("http://ofbiz.apache.org/service/", "map-WeakHashMap");
    private final static QName _MapHashtable_QNAME = new QName("http://ofbiz.apache.org/service/", "map-Hashtable");
    private final static QName _MapProperties_QNAME = new QName("http://ofbiz.apache.org/service/", "map-Properties");
    private final static QName _MapHashMap_QNAME = new QName("http://ofbiz.apache.org/service/", "map-HashMap");
    private final static QName _MapMap_QNAME = new QName("http://ofbiz.apache.org/service/", "map-Map");
    private final static QName _MapEntry_QNAME = new QName("http://ofbiz.apache.org/service/", "map-Entry");
    private final static QName _MapKey_QNAME = new QName("http://ofbiz.apache.org/service/", "map-Key");
    private final static QName _MapValue_QNAME = new QName("http://ofbiz.apache.org/service/", "map-Value");
    private final static QName _Eepk_QNAME = new QName("http://ofbiz.apache.org/service/", "eepk-");
    private final static QName _Eeval_QNAME = new QName("http://ofbiz.apache.org/service/", "eeval-");
    private final static QName _CusObj_QNAME = new QName("http://ofbiz.apache.org/service/", "cus-obj");

    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.eclipse.papyrus.manufacturing.ofbiz.createWorkEffort
     * 
     */
    public ObjectFactory() {
    }

    /**
     * Create an instance of {@link Null }
     * 
     */
    public Null createNull() {
        return new Null();
    }

    /**
     * Create an instance of {@link StdString }
     * 
     */
    public StdString createStdString() {
        return new StdString();
    }

    /**
     * Create an instance of {@link StdInteger }
     * 
     */
    public StdInteger createStdInteger() {
        return new StdInteger();
    }

    /**
     * Create an instance of {@link StdLong }
     * 
     */
    public StdLong createStdLong() {
        return new StdLong();
    }

    /**
     * Create an instance of {@link StdFloat }
     * 
     */
    public StdFloat createStdFloat() {
        return new StdFloat();
    }

    /**
     * Create an instance of {@link StdDouble }
     * 
     */
    public StdDouble createStdDouble() {
        return new StdDouble();
    }

    /**
     * Create an instance of {@link StdBoolean }
     * 
     */
    public StdBoolean createStdBoolean() {
        return new StdBoolean();
    }

    /**
     * Create an instance of {@link StdLocale }
     * 
     */
    public StdLocale createStdLocale() {
        return new StdLocale();
    }

    /**
     * Create an instance of {@link StdBigDecimal }
     * 
     */
    public StdBigDecimal createStdBigDecimal() {
        return new StdBigDecimal();
    }

    /**
     * Create an instance of {@link SqlTimestamp }
     * 
     */
    public SqlTimestamp createSqlTimestamp() {
        return new SqlTimestamp();
    }

    /**
     * Create an instance of {@link SqlDate }
     * 
     */
    public SqlDate createSqlDate() {
        return new SqlDate();
    }

    /**
     * Create an instance of {@link SqlTime }
     * 
     */
    public SqlTime createSqlTime() {
        return new SqlTime();
    }

    /**
     * Create an instance of {@link ColCollection }
     * 
     */
    public ColCollection createColCollection() {
        return new ColCollection();
    }

    /**
     * Create an instance of {@link MapMap }
     * 
     */
    public MapMap createMapMap() {
        return new MapMap();
    }

    /**
     * Create an instance of {@link MapEntry }
     * 
     */
    public MapEntry createMapEntry() {
        return new MapEntry();
    }

    /**
     * Create an instance of {@link MapKey }
     * 
     */
    public MapKey createMapKey() {
        return new MapKey();
    }

    /**
     * Create an instance of {@link MapValue }
     * 
     */
    public MapValue createMapValue() {
        return new MapValue();
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link Null }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "null")
    public JAXBElement<Null> createNull(Null value) {
        return new JAXBElement<Null>(_Null_QNAME, Null.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link ColCollection }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "col-ArrayList")
    public JAXBElement<ColCollection> createColArrayList(ColCollection value) {
        return new JAXBElement<ColCollection>(_ColArrayList_QNAME, ColCollection.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link ColCollection }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "col-LinkedList")
    public JAXBElement<ColCollection> createColLinkedList(ColCollection value) {
        return new JAXBElement<ColCollection>(_ColLinkedList_QNAME, ColCollection.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link ColCollection }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "col-Stack")
    public JAXBElement<ColCollection> createColStack(ColCollection value) {
        return new JAXBElement<ColCollection>(_ColStack_QNAME, ColCollection.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link ColCollection }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "col-Vector")
    public JAXBElement<ColCollection> createColVector(ColCollection value) {
        return new JAXBElement<ColCollection>(_ColVector_QNAME, ColCollection.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link ColCollection }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "col-TreeSet")
    public JAXBElement<ColCollection> createColTreeSet(ColCollection value) {
        return new JAXBElement<ColCollection>(_ColTreeSet_QNAME, ColCollection.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link ColCollection }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "col-HashSet")
    public JAXBElement<ColCollection> createColHashSet(ColCollection value) {
        return new JAXBElement<ColCollection>(_ColHashSet_QNAME, ColCollection.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link ColCollection }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "col-Collection")
    public JAXBElement<ColCollection> createColCollection(ColCollection value) {
        return new JAXBElement<ColCollection>(_ColCollection_QNAME, ColCollection.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapMap }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "map-TreeMap")
    public JAXBElement<MapMap> createMapTreeMap(MapMap value) {
        return new JAXBElement<MapMap>(_MapTreeMap_QNAME, MapMap.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapMap }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "map-WeakHashMap")
    public JAXBElement<MapMap> createMapWeakHashMap(MapMap value) {
        return new JAXBElement<MapMap>(_MapWeakHashMap_QNAME, MapMap.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapMap }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "map-Hashtable")
    public JAXBElement<MapMap> createMapHashtable(MapMap value) {
        return new JAXBElement<MapMap>(_MapHashtable_QNAME, MapMap.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapMap }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "map-Properties")
    public JAXBElement<MapMap> createMapProperties(MapMap value) {
        return new JAXBElement<MapMap>(_MapProperties_QNAME, MapMap.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapMap }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "map-HashMap")
    public JAXBElement<MapMap> createMapHashMap(MapMap value) {
        return new JAXBElement<MapMap>(_MapHashMap_QNAME, MapMap.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapMap }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "map-Map")
    public JAXBElement<MapMap> createMapMap(MapMap value) {
        return new JAXBElement<MapMap>(_MapMap_QNAME, MapMap.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapEntry }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "map-Entry")
    public JAXBElement<MapEntry> createMapEntry(MapEntry value) {
        return new JAXBElement<MapEntry>(_MapEntry_QNAME, MapEntry.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapKey }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "map-Key")
    public JAXBElement<MapKey> createMapKey(MapKey value) {
        return new JAXBElement<MapKey>(_MapKey_QNAME, MapKey.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapValue }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "map-Value")
    public JAXBElement<MapValue> createMapValue(MapValue value) {
        return new JAXBElement<MapValue>(_MapValue_QNAME, MapValue.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapMap }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "eepk-")
    public JAXBElement<MapMap> createEepk(MapMap value) {
        return new JAXBElement<MapMap>(_Eepk_QNAME, MapMap.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link MapMap }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "eeval-")
    public JAXBElement<MapMap> createEeval(MapMap value) {
        return new JAXBElement<MapMap>(_Eeval_QNAME, MapMap.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link Object }{@code >}}
     * 
     */
    @XmlElementDecl(namespace = "http://ofbiz.apache.org/service/", name = "cus-obj")
    public JAXBElement<Object> createCusObj(Object value) {
        return new JAXBElement<Object>(_CusObj_QNAME, Object.class, null, value);
    }

}

Back to the top