Enhancements for the aai-common library
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / domain / notificationEvent / NotificationEvent.java
index d8b9b99..1e6307c 100644 (file)
  * ============LICENSE_END=========================================================
  */
 //
-// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
-// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> 
-// Any modifications to this file will be lost upon recompilation of the source schema. 
-// Generated on: 2016.01.06 at 05:38:00 PM EST 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
+// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
+// Any modifications to this file will be lost upon recompilation of the source schema.
+// Generated on: 2016.01.06 at 05:38:00 PM EST
 //
 
 package org.onap.aai.domain.notificationEvent;
 
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlAnyElement;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
 import org.w3c.dom.Element;
 
+import javax.xml.bind.annotation.*;
+
 /**
  * <p>
  * Java class for anonymous complex type.
- * 
+ *
  * <p>
  * The following schema fragment specifies the expected content contained within this class.
- * 
+ *
  * <pre>
  * &lt;complexType>
  *   &lt;complexContent>
@@ -77,8 +72,8 @@ import org.w3c.dom.Element;
  *   &lt;/complexContent>
  * &lt;/complexType>
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {"cambriaPartition", "eventHeader", "entity"})
@@ -94,11 +89,11 @@ public class NotificationEvent {
 
     /**
      * Gets the value of the eventHeader property.
-     * 
+     *
      * @return
      *         possible object is
      *         {@link EventHeader }
-     * 
+     *
      */
     public EventHeader getEventHeader() {
         return eventHeader;
@@ -106,11 +101,11 @@ public class NotificationEvent {
 
     /**
      * Sets the value of the eventHeader property.
-     * 
+     *
      * @param value
      *        allowed object is
      *        {@link EventHeader }
-     * 
+     *
      */
     public void setEventHeader(EventHeader value) {
         this.eventHeader = value;
@@ -118,12 +113,12 @@ public class NotificationEvent {
 
     /**
      * Gets the value of the any property.
-     * 
+     *
      * @return
      *         possible object is
      *         {@link Object }
      *         {@link Element }
-     * 
+     *
      */
     public Object getEntity() {
         return entity;
@@ -131,12 +126,12 @@ public class NotificationEvent {
 
     /**
      * Sets the value of the any property.
-     * 
+     *
      * @param value
      *        allowed object is
      *        {@link Object }
      *        {@link Element }
-     * 
+     *
      */
     public void setEntity(Object value) {
         this.entity = value;
@@ -144,11 +139,11 @@ public class NotificationEvent {
 
     /**
      * Gets the value of the cambriaPartition property.
-     * 
+     *
      * @return
      *         possible object is
      *         {@link String }
-     * 
+     *
      */
     public String getCambriaPartition() {
         return cambriaPartition;
@@ -156,11 +151,11 @@ public class NotificationEvent {
 
     /**
      * Sets the value of the cambriaPartition property.
-     * 
+     *
      * @param value
      *        allowed object is
      *        {@link String }
-     * 
+     *
      */
     public void setCambriaPartition(String value) {
         this.cambriaPartition = value;
@@ -169,10 +164,10 @@ public class NotificationEvent {
     /**
      * <p>
      * Java class for anonymous complex type.
-     * 
+     *
      * <p>
      * The following schema fragment specifies the expected content contained within this class.
-     * 
+     *
      * <pre>
      * &lt;complexType>
      *   &lt;complexContent>
@@ -196,8 +191,8 @@ public class NotificationEvent {
      *   &lt;/complexContent>
      * &lt;/complexType>
      * </pre>
-     * 
-     * 
+     *
+     *
      */
     @XmlAccessorType(XmlAccessType.FIELD)
     @XmlType(
@@ -235,11 +230,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the id property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getId() {
             return id;
@@ -247,11 +242,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the id property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setId(String value) {
             this.id = value;
@@ -259,11 +254,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the timestamp property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getTimestamp() {
             return timestamp;
@@ -271,11 +266,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the timestamp property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setTimestamp(String value) {
             this.timestamp = value;
@@ -283,11 +278,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the sourceName property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getSourceName() {
             return sourceName;
@@ -295,11 +290,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the sourceName property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setSourceName(String value) {
             this.sourceName = value;
@@ -307,11 +302,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the domain property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getDomain() {
             return domain;
@@ -319,11 +314,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the domain property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setDomain(String value) {
             this.domain = value;
@@ -331,11 +326,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the sequenceNumber property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getSequenceNumber() {
             return sequenceNumber;
@@ -343,11 +338,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the sequenceNumber property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setSequenceNumber(String value) {
             this.sequenceNumber = value;
@@ -355,11 +350,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the severity property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getSeverity() {
             return severity;
@@ -367,11 +362,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the severity property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setSeverity(String value) {
             this.severity = value;
@@ -379,11 +374,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the eventType property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getEventType() {
             return eventType;
@@ -391,11 +386,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the eventType property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setEventType(String value) {
             this.eventType = value;
@@ -403,11 +398,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the version property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getVersion() {
             return version;
@@ -415,11 +410,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the version property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setVersion(String value) {
             this.version = value;
@@ -427,11 +422,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the action property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getAction() {
             return action;
@@ -439,11 +434,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the action property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setAction(String value) {
             this.action = value;
@@ -451,11 +446,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the entityType property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getEntityType() {
             return entityType;
@@ -463,11 +458,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the entityType property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setEntityType(String value) {
             this.entityType = value;
@@ -475,11 +470,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the topEntityType property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getTopEntityType() {
             return topEntityType;
@@ -487,11 +482,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the topEntityType property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setTopEntityType(String value) {
             this.topEntityType = value;
@@ -499,11 +494,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the entityLink property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getEntityLink() {
             return entityLink;
@@ -511,11 +506,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the entityLink property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setEntityLink(String value) {
             this.entityLink = value;
@@ -523,11 +518,11 @@ public class NotificationEvent {
 
         /**
          * Gets the value of the status property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link String }
-         * 
+         *
          */
         public String getStatus() {
             return status;
@@ -535,11 +530,11 @@ public class NotificationEvent {
 
         /**
          * Sets the value of the status property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link String }
-         * 
+         *
          */
         public void setStatus(String value) {
             this.status = value;