84f1920e0a1c7ae7a5bf884eebd5b27534d1eec4
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / domain / notificationEvent / ObjectFactory.java
1 /**
2  * ============LICENSE_START=======================================================
3  * org.onap.aai
4  * ================================================================================
5  * Copyright © 2017-2018 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 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
22 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
23 // Any modifications to this file will be lost upon recompilation of the source schema. 
24 // Generated on: 2016.01.06 at 05:38:00 PM EST 
25 //
26
27
28 package org.onap.aai.domain.notificationEvent;
29
30 import javax.xml.bind.annotation.XmlRegistry;
31
32
33 /**
34  * This object contains factory methods for each 
35  * Java content interface and Java element interface 
36  * generated in the org.onap.aai.domain.notificationEvent package. 
37  * <p>An ObjectFactory allows you to programatically 
38  * construct new instances of the Java representation 
39  * for XML content. The Java representation of XML 
40  * content can consist of schema derived interfaces 
41  * and classes representing the binding of schema 
42  * type definitions, element declarations and model 
43  * groups.  Factory methods for each of these are 
44  * provided in this class.
45  * 
46  */
47 @XmlRegistry
48 public class ObjectFactory {
49
50
51     /**
52      * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onap.aai.domain.notificationEvent
53      * 
54      */
55     public ObjectFactory() {
56     }
57
58     /**
59      * Create an instance of {@link NotificationEvent }.
60      *
61      * @return the notification event
62      */
63     public NotificationEvent createNotificationEvent() {
64         return new NotificationEvent();
65     }
66
67     /**
68      * Create an instance of {@link NotificationEvent.EventHeader }
69      *
70      * @return the event header
71      */
72     public NotificationEvent.EventHeader createNotificationEventEventHeader() {
73         return new NotificationEvent.EventHeader();
74     }
75
76 }