Enhancements for the aai-common library
[aai/aai-common.git] / aai-els-onap-logging / src / main / java / org / onap / aai / domain / restResponseInfo / Info.java
  * ============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: 2015.10.28 at 05:53:17 PM EDT 
+// 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: 2015.10.28 at 05:53:17 PM EDT
 //
 
 package org.onap.aai.domain.restResponseInfo;
 
+import javax.xml.bind.annotation.*;
 import java.util.ArrayList;
 import java.util.List;
 
-import javax.xml.bind.annotation.XmlAccessType;
-import javax.xml.bind.annotation.XmlAccessorType;
-import javax.xml.bind.annotation.XmlElement;
-import javax.xml.bind.annotation.XmlRootElement;
-import javax.xml.bind.annotation.XmlType;
-
 /**
  * <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>
@@ -85,8 +80,8 @@ import javax.xml.bind.annotation.XmlType;
  *   &lt;/complexContent>
  * &lt;/complexType>
  * </pre>
- * 
- * 
+ *
+ *
  */
 @XmlAccessorType(XmlAccessType.FIELD)
 @XmlType(name = "", propOrder = {"responseMessages"})
@@ -97,11 +92,11 @@ public class Info {
 
     /**
      * Gets the value of the responseMessages property.
-     * 
+     *
      * @return
      *         possible object is
      *         {@link ResponseMessages }
-     * 
+     *
      */
     public ResponseMessages getResponseMessages() {
         return responseMessages;
@@ -109,11 +104,11 @@ public class Info {
 
     /**
      * Sets the value of the responseMessages property.
-     * 
+     *
      * @param value
      *        allowed object is
      *        {@link ResponseMessages }
-     * 
+     *
      */
     public void setResponseMessages(ResponseMessages value) {
         this.responseMessages = value;
@@ -122,10 +117,10 @@ public class Info {
     /**
      * <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>
@@ -159,8 +154,8 @@ public class Info {
      *   &lt;/complexContent>
      * &lt;/complexType>
      * </pre>
-     * 
-     * 
+     *
+     *
      */
     @XmlAccessorType(XmlAccessType.FIELD)
     @XmlType(name = "", propOrder = {"responseMessage"})
@@ -170,21 +165,21 @@ public class Info {
 
         /**
          * Gets the value of the responseMessage property.
-         * 
+         *
          * <p>
          * This accessor method returns a reference to the live list,
          * not a snapshot. Therefore any modification you make to the
          * returned list will be present inside the JAXB object.
          * This is why there is not a <CODE>set</CODE> method for the responseMessage property.
-         * 
+         *
          * <p>
          * For example, to add a new item, do as follows:
-         * 
+         *
          * <pre>
          * getResponseMessage().add(newItem);
          * </pre>
-         * 
-         * 
+         *
+         *
          * <p>
          * Objects of the following type(s) are allowed in the list
          * {@link ResponseMessage }
@@ -201,10 +196,10 @@ public class Info {
         /**
          * <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>
@@ -228,8 +223,8 @@ public class Info {
          *   &lt;/complexContent>
          * &lt;/complexType>
          * </pre>
-         * 
-         * 
+         *
+         *
          */
         @XmlAccessorType(XmlAccessType.FIELD)
         @XmlType(name = "", propOrder = {"messageId", "text", "variables"})
@@ -244,11 +239,11 @@ public class Info {
 
             /**
              * Gets the value of the messageId property.
-             * 
+             *
              * @return
              *         possible object is
              *         {@link String }
-             * 
+             *
              */
             public String getMessageId() {
                 return messageId;
@@ -256,11 +251,11 @@ public class Info {
 
             /**
              * Sets the value of the messageId property.
-             * 
+             *
              * @param value
              *        allowed object is
              *        {@link String }
-             * 
+             *
              */
             public void setMessageId(String value) {
                 this.messageId = value;
@@ -268,11 +263,11 @@ public class Info {
 
             /**
              * Gets the value of the text property.
-             * 
+             *
              * @return
              *         possible object is
              *         {@link String }
-             * 
+             *
              */
             public String getText() {
                 return text;
@@ -280,11 +275,11 @@ public class Info {
 
             /**
              * Sets the value of the text property.
-             * 
+             *
              * @param value
              *        allowed object is
              *        {@link String }
-             * 
+             *
              */
             public void setText(String value) {
                 this.text = value;
@@ -292,11 +287,11 @@ public class Info {
 
             /**
              * Gets the value of the variables property.
-             * 
+             *
              * @return
              *         possible object is
              *         {@link Variables }
-             * 
+             *
              */
             public Variables getVariables() {
                 return variables;
@@ -304,11 +299,11 @@ public class Info {
 
             /**
              * Sets the value of the variables property.
-             * 
+             *
              * @param value
              *        allowed object is
              *        {@link Variables }
-             * 
+             *
              */
             public void setVariables(Variables value) {
                 this.variables = value;
@@ -317,10 +312,10 @@ public class Info {
             /**
              * <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>
@@ -332,8 +327,8 @@ public class Info {
              *   &lt;/complexContent>
              * &lt;/complexType>
              * </pre>
-             * 
-             * 
+             *
+             *
              */
             @XmlAccessorType(XmlAccessType.FIELD)
             @XmlType(name = "", propOrder = {"variable"})
@@ -343,21 +338,21 @@ public class Info {
 
                 /**
                  * Gets the value of the variable property.
-                 * 
+                 *
                  * <p>
                  * This accessor method returns a reference to the live list,
                  * not a snapshot. Therefore any modification you make to the
                  * returned list will be present inside the JAXB object.
                  * This is why there is not a <CODE>set</CODE> method for the variable property.
-                 * 
+                 *
                  * <p>
                  * For example, to add a new item, do as follows:
-                 * 
+                 *
                  * <pre>
                  * getVariable().add(newItem);
                  * </pre>
-                 * 
-                 * 
+                 *
+                 *
                  * <p>
                  * Objects of the following type(s) are allowed in the list
                  * {@link String }