JAL-4090 JAL-1551 spotlessApply
[jalview.git] / src / jalview / xml / binding / jalview / MapOnAMatrixType.java
index d48a315..de9132a 100644 (file)
@@ -5,7 +5,6 @@
 // Generated on: 2023.11.01 at 07:03:09 PM GMT 
 //
 
-
 package jalview.xml.binding.jalview;
 
 import java.util.ArrayList;
@@ -15,146 +14,139 @@ import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlAttribute;
 import javax.xml.bind.annotation.XmlType;
 
-
 /**
- * Defines a mapping from the local frame to a matrix
- *                             and its associated data specified by MatrixType
- *                     
+ * Defines a mapping from the local frame to a matrix and its associated data
+ * specified by MatrixType
+ * 
  * 
  * <p>Java class for MapOnAMatrixType 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>
- * <complexType name="MapOnAMatrixType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <sequence>
- *         <element name="property" type="{www.vamsas.ac.uk/jalview/version2}property" maxOccurs="unbounded" minOccurs="0"/>
- *         <element name="mapping" type="{www.vamsas.ac.uk/jalview/version2}mapListType" minOccurs="0"/>
- *       </sequence>
- *       <attribute name="matrix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
- *       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * </pre>
+ * <pre> <complexType name="MapOnAMatrixType">
+ * <complexContent> <restriction
+ * base="{http://www.w3.org/2001/XMLSchema}anyType">
+ * <sequence> <element name="property"
+ * type="{www.vamsas.ac.uk/jalview/version2}property" maxOccurs="unbounded"
+ * minOccurs="0"/> <element name="mapping"
+ * type="{www.vamsas.ac.uk/jalview/version2}mapListType" minOccurs="0"/>
+ * </sequence> <attribute name="matrix" use="required"
+ * type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute
+ * name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
+ * </restriction> </complexContent>
+ * </complexType> </pre>
  * 
  * 
  */
 @XmlAccessorType(XmlAccessType.FIELD)
-@XmlType(name = "MapOnAMatrixType", propOrder = {
-    "property",
-    "mapping"
-})
-public class MapOnAMatrixType {
+@XmlType(name = "MapOnAMatrixType", propOrder = { "property", "mapping" })
+public class MapOnAMatrixType
+{
 
-    protected List<Property> property;
-    protected MapListType mapping;
-    @XmlAttribute(name = "matrix", required = true)
-    protected String matrix;
-    @XmlAttribute(name = "id")
-    protected String id;
+  protected List<Property> property;
 
-    /**
-     * Gets the value of the property property.
-     * 
-     * &lt;p&gt;
-     * 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 &lt;CODE&gt;set&lt;/CODE&gt; method for the property property.
-     * 
-     * &lt;p&gt;
-     * For example, to add a new item, do as follows:
-     * &lt;pre&gt;
-     *    getProperty().add(newItem);
-     * &lt;/pre&gt;
-     * 
-     * 
-     * &lt;p&gt;
-     * Objects of the following type(s) are allowed in the list
-     * {@link Property }
-     * 
-     * 
-     */
-    public List<Property> getProperty() {
-        if (property == null) {
-            property = new ArrayList<Property>();
-        }
-        return this.property;
-    }
+  protected MapListType mapping;
 
-    /**
-     * Gets the value of the mapping property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link MapListType }
-     *     
-     */
-    public MapListType getMapping() {
-        return mapping;
-    }
+  @XmlAttribute(name = "matrix", required = true)
+  protected String matrix;
 
-    /**
-     * Sets the value of the mapping property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link MapListType }
-     *     
-     */
-    public void setMapping(MapListType value) {
-        this.mapping = value;
-    }
+  @XmlAttribute(name = "id")
+  protected String id;
 
-    /**
-     * Gets the value of the matrix property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getMatrix() {
-        return matrix;
+  /**
+   * Gets the value of the property property.
+   * 
+   * &lt;p&gt; 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
+   * &lt;CODE&gt;set&lt;/CODE&gt; method for the property property.
+   * 
+   * &lt;p&gt; For example, to add a new item, do as follows: &lt;pre&gt;
+   * getProperty().add(newItem); &lt;/pre&gt;
+   * 
+   * 
+   * &lt;p&gt; Objects of the following type(s) are allowed in the list
+   * {@link Property }
+   * 
+   * 
+   */
+  public List<Property> getProperty()
+  {
+    if (property == null)
+    {
+      property = new ArrayList<Property>();
     }
+    return this.property;
+  }
 
-    /**
-     * Sets the value of the matrix property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setMatrix(String value) {
-        this.matrix = value;
-    }
+  /**
+   * Gets the value of the mapping property.
+   * 
+   * @return possible object is {@link MapListType }
+   * 
+   */
+  public MapListType getMapping()
+  {
+    return mapping;
+  }
 
-    /**
-     * Gets the value of the id property.
-     * 
-     * @return
-     *     possible object is
-     *     {@link String }
-     *     
-     */
-    public String getId() {
-        return id;
-    }
+  /**
+   * Sets the value of the mapping property.
+   * 
+   * @param value
+   *          allowed object is {@link MapListType }
+   * 
+   */
+  public void setMapping(MapListType value)
+  {
+    this.mapping = value;
+  }
 
-    /**
-     * Sets the value of the id property.
-     * 
-     * @param value
-     *     allowed object is
-     *     {@link String }
-     *     
-     */
-    public void setId(String value) {
-        this.id = value;
-    }
+  /**
+   * Gets the value of the matrix property.
+   * 
+   * @return possible object is {@link String }
+   * 
+   */
+  public String getMatrix()
+  {
+    return matrix;
+  }
+
+  /**
+   * Sets the value of the matrix property.
+   * 
+   * @param value
+   *          allowed object is {@link String }
+   * 
+   */
+  public void setMatrix(String value)
+  {
+    this.matrix = value;
+  }
+
+  /**
+   * Gets the value of the id property.
+   * 
+   * @return possible object is {@link String }
+   * 
+   */
+  public String getId()
+  {
+    return id;
+  }
+
+  /**
+   * Sets the value of the id property.
+   * 
+   * @param value
+   *          allowed object is {@link String }
+   * 
+   */
+  public void setId(String value)
+  {
+    this.id = value;
+  }
 
 }