Enhancements for the aai-common library
[aai/aai-common.git] / aai-els-onap-logging / src / main / java / org / onap / aai / domain / restServiceException / Fault.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.02.11 at 04:54:29 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: 2015.02.11 at 04:54:29 PM EST
 //
 
 package org.onap.aai.domain.restServiceException;
 
+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 = {"requestError"})
@@ -98,11 +93,11 @@ public class Fault {
 
     /**
      * Gets the value of the requestError property.
-     * 
+     *
      * @return
      *         possible object is
      *         {@link RequestError }
-     * 
+     *
      */
     public RequestError getRequestError() {
         return requestError;
@@ -110,11 +105,11 @@ public class Fault {
 
     /**
      * Sets the value of the requestError property.
-     * 
+     *
      * @param value
      *        allowed object is
      *        {@link RequestError }
-     * 
+     *
      */
     public void setRequestError(RequestError value) {
         this.requestError = value;
@@ -123,10 +118,10 @@ public class Fault {
     /**
      * <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>
@@ -160,8 +155,8 @@ public class Fault {
      *   &lt;/complexContent>
      * &lt;/complexType>
      * </pre>
-     * 
-     * 
+     *
+     *
      */
     @XmlAccessorType(XmlAccessType.FIELD)
     @XmlType(name = "", propOrder = {"serviceException"})
@@ -172,11 +167,11 @@ public class Fault {
 
         /**
          * Gets the value of the serviceException property.
-         * 
+         *
          * @return
          *         possible object is
          *         {@link ServiceException }
-         * 
+         *
          */
         public ServiceException getServiceException() {
             return serviceException;
@@ -184,11 +179,11 @@ public class Fault {
 
         /**
          * Sets the value of the serviceException property.
-         * 
+         *
          * @param value
          *        allowed object is
          *        {@link ServiceException }
-         * 
+         *
          */
         public void setServiceException(ServiceException value) {
             this.serviceException = value;
@@ -197,10 +192,10 @@ public class Fault {
         /**
          * <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>
@@ -224,8 +219,8 @@ public class Fault {
          *   &lt;/complexContent>
          * &lt;/complexType>
          * </pre>
-         * 
-         * 
+         *
+         *
          */
         @XmlAccessorType(XmlAccessType.FIELD)
         @XmlType(name = "", propOrder = {"messageId", "text", "variables"})
@@ -240,11 +235,11 @@ public class Fault {
 
             /**
              * Gets the value of the messageId property.
-             * 
+             *
              * @return
              *         possible object is
              *         {@link String }
-             * 
+             *
              */
             public String getMessageId() {
                 return messageId;
@@ -252,11 +247,11 @@ public class Fault {
 
             /**
              * Sets the value of the messageId property.
-             * 
+             *
              * @param value
              *        allowed object is
              *        {@link String }
-             * 
+             *
              */
             public void setMessageId(String value) {
                 this.messageId = value;
@@ -264,11 +259,11 @@ public class Fault {
 
             /**
              * Gets the value of the text property.
-             * 
+             *
              * @return
              *         possible object is
              *         {@link String }
-             * 
+             *
              */
             public String getText() {
                 return text;
@@ -276,11 +271,11 @@ public class Fault {
 
             /**
              * Sets the value of the text property.
-             * 
+             *
              * @param value
              *        allowed object is
              *        {@link String }
-             * 
+             *
              */
             public void setText(String value) {
                 this.text = value;
@@ -288,11 +283,11 @@ public class Fault {
 
             /**
              * Gets the value of the variables property.
-             * 
+             *
              * @return
              *         possible object is
              *         {@link Variables }
-             * 
+             *
              */
             public Variables getVariables() {
                 return variables;
@@ -300,11 +295,11 @@ public class Fault {
 
             /**
              * Sets the value of the variables property.
-             * 
+             *
              * @param value
              *        allowed object is
              *        {@link Variables }
-             * 
+             *
              */
             public void setVariables(Variables value) {
                 this.variables = value;
@@ -313,10 +308,10 @@ public class Fault {
             /**
              * <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>
@@ -328,8 +323,8 @@ public class Fault {
              *   &lt;/complexContent>
              * &lt;/complexType>
              * </pre>
-             * 
-             * 
+             *
+             *
              */
             @XmlAccessorType(XmlAccessType.FIELD)
             @XmlType(name = "", propOrder = {"variable"})
@@ -339,21 +334,21 @@ public class Fault {
 
                 /**
                  * 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 }