AAI-1523 Batch reformat aai-core
[aai/aai-common.git] / aai-core / src / main / java / org / onap / aai / domain / responseMessage / AAIResponseMessages.java
index d4ea565..09bf30e 100644 (file)
@@ -17,8 +17,8 @@
  * limitations under the License.
  * ============LICENSE_END=========================================================
  */
-package org.onap.aai.domain.responseMessage;
 
+package org.onap.aai.domain.responseMessage;
 
 //
 //This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 
@@ -38,9 +38,11 @@ import javax.xml.bind.annotation.XmlRootElement;
 import javax.xml.bind.annotation.XmlType;
 
 /**
- * <p>Java class for anonymous complex type.
+ * <p>
+ * Java class for anonymous complex type.
  * 
- * <p>The following schema fragment specifies the expected content contained within this class.
+ * <p>
+ * The following schema fragment specifies the expected content contained within this class.
  * 
  * <pre>
  * &lt;complexType>
@@ -79,39 +81,36 @@ import javax.xml.bind.annotation.XmlType;
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "", propOrder = {
-               "aaiResponseMessage",
-               "any"
-})
+@XmlType(name = "", propOrder = {"aaiResponseMessage", "any"})
 @XmlRootElement(name = "aai-response-messages", namespace = "http://org.onap.aai.inventory")
 public class AAIResponseMessages {
-       @XmlElement(name = "aai-response-message")
-       protected List<AAIResponseMessage> aaiResponseMessage;
-       @XmlAnyElement(lax = true)
-       protected List<Object> any;
+    @XmlElement(name = "aai-response-message")
+    protected List<AAIResponseMessage> aaiResponseMessage;
+    @XmlAnyElement(lax = true)
+    protected List<Object> any;
 
-       /**
-        * Gets the AAI response message.
-        *
-        * @return the AAI response message
-        */
-       public List<AAIResponseMessage> getAAIResponseMessage() {
-               if (aaiResponseMessage == null) {
-                       aaiResponseMessage = new ArrayList<AAIResponseMessage>();
-               }
-               return this.aaiResponseMessage;
-       }
+    /**
+     * Gets the AAI response message.
+     *
+     * @return the AAI response message
+     */
+    public List<AAIResponseMessage> getAAIResponseMessage() {
+        if (aaiResponseMessage == null) {
+            aaiResponseMessage = new ArrayList<AAIResponseMessage>();
+        }
+        return this.aaiResponseMessage;
+    }
 
-       /**
-        * Gets the any.
-        *
-        * @return the any
-        */
-       public List<Object> getAny() {
-               if (any == null) {
-                       any = new ArrayList<Object>();
-               }
-               return this.any;
-       }
+    /**
+     * Gets the any.
+     *
+     * @return the any
+     */
+    public List<Object> getAny() {
+        if (any == null) {
+            any = new ArrayList<Object>();
+        }
+        return this.any;
+    }
 
 }