AT&T 1712 and 1802 release code
[so.git] / bpmn / MSOCommonBPMN / src / main / java / org / openecomp / mso / client / sdnc / sync / ObjectFactory.java
1 /*-
2  * ============LICENSE_START=======================================================
3  * ONAP - SO
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 package org.openecomp.mso.client.sdnc.sync;
22
23
24 import javax.xml.bind.annotation.XmlRegistry;
25
26
27
28 /**
29  * This object contains factory methods for each
30  * Java content interface and Java element interface
31  * generated in the org.openecomp.mso.adapters.sdnc package.
32  * <p>An ObjectFactory allows you to programatically
33  * construct new instances of the Java representation
34  * for XML content. The Java representation of XML
35  * content can consist of schema derived interfaces
36  * and classes representing the binding of schema
37  * type definitions, element declarations and model
38  * groups.  Factory methods for each of these are
39  * provided in this class.
40  *
41  */
42 @XmlRegistry
43 public class ObjectFactory {
44
45
46     /**
47      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openecomp.mso.adapters.sdnc
48      *
49      */
50     public ObjectFactory() {
51     }
52
53     /**
54      * Create an instance of {@link RequestHeader }
55      *
56      */
57     public RequestHeader createRequestHeader() {
58         return new RequestHeader();
59     }
60
61     /**
62      * Create an instance of {@link SDNCAdapterResponse }
63      *
64      */
65     public SDNCAdapterResponse createSDNCAdapterResponse() {
66         return new SDNCAdapterResponse();
67     }
68
69     /**
70      * Create an instance of {@link SDNCAdapterRequest }
71      *
72      */
73     public SDNCAdapterRequest createSDNCAdapterRequest() {
74         return new SDNCAdapterRequest();
75     }
76
77 }