summaryrefslogtreecommitdiffstats
path: root/verigraph/src/main/java/it/polito/nffg/neo4j/jaxb/ObjectFactory.java
blob: 1c7c7f5956bf431d3540a8437fc0fe1921096b04 (plain)
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
/*******************************************************************************
 * Copyright (c) 2017 Politecnico di Torino and others.
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Apache License, Version 2.0
 * which accompanies this distribution, and is available at
 * http://www.apache.org/licenses/LICENSE-2.0
 *******************************************************************************/

package it.polito.nffg.neo4j.jaxb;

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 it.polito.nffg.neo4j.jaxb 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 _Nffg_QNAME = new QName("http://www.example.org/nffg/", "nffg");
    private final static QName _NffgSet_QNAME = new QName("http://www.example.org/nffg/", "nffg-set");


    /**
     * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: it.polito.nffg.neo4j.jaxb
     */
    public ObjectFactory() {
    }

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

    /**
     * Create an instance of {@link FlowrulesType.Flowspace }
     */
    public FlowrulesType.Flowspace createFlowrulesTypeFlowspace() {
        return new FlowrulesType.Flowspace();
    }

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

    /**
     * Create an instance of {@link CiType.Attributes }
     */
    public CiType.Attributes createCiTypeAttributes() {
        return new CiType.Attributes();
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    /**
     * Create an instance of {@link FlowrulesType.Flowspace.Mac }
     */
    public FlowrulesType.Flowspace.Mac createFlowrulesTypeFlowspaceMac() {
        return new FlowrulesType.Flowspace.Mac();
    }

    /**
     * Create an instance of {@link FlowrulesType.Flowspace.Ip }
     */
    public FlowrulesType.Flowspace.Ip createFlowrulesTypeFlowspaceIp() {
        return new FlowrulesType.Flowspace.Ip();
    }

    /**
     * Create an instance of {@link FlowrulesType.Flowspace.Tcp }
     */
    public FlowrulesType.Flowspace.Tcp createFlowrulesTypeFlowspaceTcp() {
        return new FlowrulesType.Flowspace.Tcp();
    }

    /**
     * Create an instance of {@link FlowrulesType.Flowspace.Udp }
     */
    public FlowrulesType.Flowspace.Udp createFlowrulesTypeFlowspaceUdp() {
        return new FlowrulesType.Flowspace.Udp();
    }

    /**
     * Create an instance of {@link CiType.Attributes.Attribute }
     */
    public CiType.Attributes.Attribute createCiTypeAttributesAttribute() {
        return new CiType.Attributes.Attribute();
    }

    /**
     * Create an instance of {@link EpType.Flowspace }
     */
    public EpType.Flowspace createEpTypeFlowspace() {
        return new EpType.Flowspace();
    }

    /**
     * Create an instance of {@link SpecType.Deployment }
     */
    public SpecType.Deployment createSpecTypeDeployment() {
        return new SpecType.Deployment();
    }

    /**
     * Create an instance of {@link SpecType.Image }
     */
    public SpecType.Image createSpecTypeImage() {
        return new SpecType.Image();
    }

    /**
     * Create an instance of {@link SpecType.Cpu }
     */
    public SpecType.Cpu createSpecTypeCpu() {
        return new SpecType.Cpu();
    }

    /**
     * Create an instance of {@link SpecType.Memory }
     */
    public SpecType.Memory createSpecTypeMemory() {
        return new SpecType.Memory();
    }

    /**
     * Create an instance of {@link SpecType.Storage }
     */
    public SpecType.Storage createSpecTypeStorage() {
        return new SpecType.Storage();
    }

    /**
     * Create an instance of {@link MonParamsType.Parameter }
     */
    public MonParamsType.Parameter createMonParamsTypeParameter() {
        return new MonParamsType.Parameter();
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link NffgType }{@code >}}
     */
    @XmlElementDecl(namespace = "http://www.example.org/nffg/", name = "nffg")
    public JAXBElement<Nffg> createNffg(Nffg value) {
        return new JAXBElement<Nffg>(_Nffg_QNAME, Nffg.class, null, value);
    }

    /**
     * Create an instance of {@link JAXBElement }{@code <}{@link NffgSetType }{@code >}}
     */
    @XmlElementDecl(namespace = "http://www.example.org/nffg/", name = "nffg-set")
    public JAXBElement<NffgSet> createNffgSet(NffgSet value) {
        return new JAXBElement<NffgSet>(_NffgSet_QNAME, NffgSet.class, null, value);
    }

}