a52634b975f83ee3c2cf1fcf5d9e4e66328a75d2
[appc.git] / appc-config / appc-flow-controller / provider / src / main / java / org / openecomp / appc / flow / controller / interfaceData / ObjectFactory.java
1 /*-
2  * ============LICENSE_START=======================================================
3  * ONAP : APP-C
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property.  All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20
21 //
22 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
23 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
24 // Any modifications to this file will be lost upon recompilation of the source schema. 
25 // Generated on: 2017.07.31 at 10:30:39 AM EDT 
26 //
27
28
29 package org.onap.appc.flow.controller.interfaceData;
30
31 import javax.xml.bind.annotation.XmlRegistry;
32
33
34 /**
35  * This object contains factory methods for each 
36  * Java content interface and Java element interface 
37  * generated in the org.onap.appc.flow.controller.interfaceData package. 
38  * <p>An ObjectFactory allows you to programatically 
39  * construct new instances of the Java representation 
40  * for XML content. The Java representation of XML 
41  * content can consist of schema derived interfaces 
42  * and classes representing the binding of schema 
43  * type definitions, element declarations and model 
44  * groups.  Factory methods for each of these are 
45  * provided in this class.
46  * 
47  */
48 @XmlRegistry
49 public class ObjectFactory {
50
51
52     /**
53      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onap.appc.flow.controller.interfaceData
54      * 
55      */
56     public ObjectFactory() {
57     }
58
59     /**
60      * Create an instance of {@link Capabilities }
61      * 
62      */
63     public Capabilities createCapabilities() {
64         return new Capabilities();
65     }
66
67     /**
68      * Create an instance of {@link RequestInfo }
69      * 
70      */
71     public RequestInfo createRequestInfo() {
72         return new RequestInfo();
73     }
74
75     /**
76      * Create an instance of {@link ActionIdentifier }
77      * 
78      */
79     public ActionIdentifier createActionIdentifier() {
80         return new ActionIdentifier();
81     }
82
83     /**
84      * Create an instance of {@link DependencyInfo }
85      * 
86      */
87     public DependencyInfo createDependencyInfo() {
88         return new DependencyInfo();
89     }
90
91     /**
92      * Create an instance of {@link Vnfcs }
93      * 
94      */
95     public Vnfcs createVnfcs() {
96         return new Vnfcs();
97     }
98
99     /**
100      * Create an instance of {@link Vm }
101      * 
102      */
103     public Vm createVm() {
104         return new Vm();
105     }
106
107     /**
108      * Create an instance of {@link Vnfcslist }
109      * 
110      */
111     public Vnfcslist createVnfcslist() {
112         return new Vnfcslist();
113     }
114
115     /**
116      * Create an instance of {@link TunableParameters }
117      * 
118      */
119     public TunableParameters createTunableParameters() {
120         return new TunableParameters();
121     }
122
123     /**
124      * Create an instance of {@link VnfInfo }
125      * 
126      */
127     public VnfInfo createVnfInfo() {
128         return new VnfInfo();
129     }
130
131     /**
132      * Create an instance of {@link InventoryInfo }
133      * 
134      */
135     public InventoryInfo createInventoryInfo() {
136         return new InventoryInfo();
137     }
138
139     /**
140      * Create an instance of {@link Input }
141      * 
142      */
143     public Input createInput() {
144         return new Input();
145     }
146
147 }