Merge branch 'develop' into features/JAL-4134_use_annotation_row_for_colours_and_groups
[jalview.git] / src / jalview / xml / binding / jalview / ObjectFactory.java
index 46ae594..993adae 100644 (file)
@@ -1,8 +1,8 @@
 //
-// This file was generated by the Eclipse Implementation of JAXB, v2.3.3 
-// See https://eclipse-ee4j.github.io/jaxb-ri 
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 
+// 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: 2021.08.30 at 11:05:22 AM BST 
+// Generated on: 2023.05.13 at 06:58:41 PM BST 
 //
 
 package jalview.xml.binding.jalview;
@@ -15,26 +15,27 @@ import javax.xml.namespace.QName;
 /**
  * This object contains factory methods for each Java content interface and Java
  * element interface generated in the jalview.xml.binding.jalview package.
- * &lt;p&gt;An ObjectFactory allows you to programatically construct new
- * instances of the Java representation for XML content. The Java representation
- * of XML content can consist of schema derived interfaces and classes
- * representing the binding of schema type definitions, element declarations and
- * model groups. Factory methods for each of these are provided in this class.
+ * <p>
+ * An ObjectFactory allows you to programatically construct new instances of the
+ * Java representation for XML content. The Java representation of XML content
+ * can consist of schema derived interfaces and classes representing the binding
+ * of schema type definitions, element declarations and model groups. Factory
+ * methods for each of these are provided in this class.
  * 
  */
 @XmlRegistry
 public class ObjectFactory
 {
 
+  private final static QName _WebServiceParameterSet_QNAME = new QName(
+          "www.jalview.org/xml/wsparamset", "WebServiceParameterSet");
+
   private final static QName _JalviewModel_QNAME = new QName(
           "www.jalview.org", "JalviewModel");
 
   private final static QName _JalviewUserColours_QNAME = new QName(
           "www.jalview.org/colours", "JalviewUserColours");
 
-  private final static QName _WebServiceParameterSet_QNAME = new QName(
-          "www.jalview.org/xml/wsparamset", "WebServiceParameterSet");
-
   /**
    * Create a new ObjectFactory that can be used to create new instances of
    * schema derived classes for package: jalview.xml.binding.jalview
@@ -45,30 +46,30 @@ public class ObjectFactory
   }
 
   /**
-   * Create an instance of {@link MapListType }
+   * Create an instance of {@link AlcodonFrame }
    * 
    */
-  public MapListType createMapListType()
+  public AlcodonFrame createAlcodonFrame()
   {
-    return new MapListType();
+    return new AlcodonFrame();
   }
 
   /**
-   * Create an instance of {@link Sequence }
+   * Create an instance of {@link MapListType }
    * 
    */
-  public Sequence createSequence()
+  public MapListType createMapListType()
   {
-    return new Sequence();
+    return new MapListType();
   }
 
   /**
-   * Create an instance of {@link AlcodonFrame }
+   * Create an instance of {@link Sequence }
    * 
    */
-  public AlcodonFrame createAlcodonFrame()
+  public Sequence createSequence()
   {
-    return new AlcodonFrame();
+    return new Sequence();
   }
 
   /**
@@ -189,6 +190,15 @@ public class ObjectFactory
   }
 
   /**
+   * Create an instance of {@link DoubleMatrix }
+   * 
+   */
+  public DoubleMatrix createDoubleMatrix()
+  {
+    return new DoubleMatrix();
+  }
+
+  /**
    * Create an instance of {@link AnnotationColourScheme }
    * 
    */
@@ -216,12 +226,30 @@ public class ObjectFactory
   }
 
   /**
-   * Create an instance of {@link DoubleMatrix }
+   * Create an instance of {@link AlcodonFrame.Alcodon }
    * 
    */
-  public DoubleMatrix createDoubleMatrix()
+  public AlcodonFrame.Alcodon createAlcodonFrameAlcodon()
   {
-    return new DoubleMatrix();
+    return new AlcodonFrame.Alcodon();
+  }
+
+  /**
+   * Create an instance of {@link AlcodonFrame.AlcodMap }
+   * 
+   */
+  public AlcodonFrame.AlcodMap createAlcodonFrameAlcodMap()
+  {
+    return new AlcodonFrame.AlcodMap();
+  }
+
+  /**
+   * Create an instance of {@link AnnotationElement }
+   * 
+   */
+  public AnnotationElement createAnnotationElement()
+  {
+    return new AnnotationElement();
   }
 
   /**
@@ -270,48 +298,30 @@ public class ObjectFactory
   }
 
   /**
-   * Create an instance of {@link AlcodonFrame.Alcodon }
-   * 
-   */
-  public AlcodonFrame.Alcodon createAlcodonFrameAlcodon()
-  {
-    return new AlcodonFrame.Alcodon();
-  }
-
-  /**
-   * Create an instance of {@link AlcodonFrame.AlcodMap }
-   * 
-   */
-  public AlcodonFrame.AlcodMap createAlcodonFrameAlcodMap()
-  {
-    return new AlcodonFrame.AlcodMap();
-  }
-
-  /**
-   * Create an instance of {@link AnnotationElement }
+   * Create an instance of {@link Annotation.ThresholdLine }
    * 
    */
-  public AnnotationElement createAnnotationElement()
+  public Annotation.ThresholdLine createAnnotationThresholdLine()
   {
-    return new AnnotationElement();
+    return new Annotation.ThresholdLine();
   }
 
   /**
-   * Create an instance of {@link Annotation.ThresholdLine }
+   * Create an instance of {@link MatrixType }
    * 
    */
-  public Annotation.ThresholdLine createAnnotationThresholdLine()
+  public MatrixType createMatrixType()
   {
-    return new Annotation.ThresholdLine();
+    return new MatrixType();
   }
 
   /**
-   * Create an instance of {@link Annotation.Property }
+   * Create an instance of {@link jalview.xml.binding.jalview.Property }
    * 
    */
-  public Annotation.Property createAnnotationProperty()
+  public jalview.xml.binding.jalview.Property createProperty()
   {
-    return new Annotation.Property();
+    return new jalview.xml.binding.jalview.Property();
   }
 
   /**
@@ -495,6 +505,15 @@ public class ObjectFactory
   }
 
   /**
+   * Create an instance of {@link JalviewModel.Viewport.Overview }
+   * 
+   */
+  public JalviewModel.Viewport.Overview createJalviewModelViewportOverview()
+  {
+    return new JalviewModel.Viewport.Overview();
+  }
+
+  /**
    * Create an instance of
    * {@link JalviewModel.JSeq.RnaViewer.SecondaryStructure }
    * 
@@ -514,13 +533,25 @@ public class ObjectFactory
   }
 
   /**
+   * Create an instance of {@link JAXBElement
+   * }{@code <}{@link WebServiceParameterSet }{@code >}}
+   * 
+   */
+  @XmlElementDecl(
+    namespace = "www.jalview.org/xml/wsparamset",
+    name = "WebServiceParameterSet")
+  public JAXBElement<WebServiceParameterSet> createWebServiceParameterSet(
+          WebServiceParameterSet value)
+  {
+    return new JAXBElement<WebServiceParameterSet>(
+            _WebServiceParameterSet_QNAME, WebServiceParameterSet.class,
+            null, value);
+  }
+
+  /**
    * Create an instance of {@link JAXBElement }{@code <}{@link JalviewModel
-   * }{@code >}
+   * }{@code >}}
    * 
-   * @param value
-   *          Java instance representing xml element's value.
-   * @return the new instance of {@link JAXBElement
-   *         }{@code <}{@link JalviewModel }{@code >}
    */
   @XmlElementDecl(namespace = "www.jalview.org", name = "JalviewModel")
   public JAXBElement<JalviewModel> createJalviewModel(JalviewModel value)
@@ -531,12 +562,8 @@ public class ObjectFactory
 
   /**
    * Create an instance of {@link JAXBElement
-   * }{@code <}{@link JalviewUserColours }{@code >}
+   * }{@code <}{@link JalviewUserColours }{@code >}}
    * 
-   * @param value
-   *          Java instance representing xml element's value.
-   * @return the new instance of {@link JAXBElement
-   *         }{@code <}{@link JalviewUserColours }{@code >}
    */
   @XmlElementDecl(
     namespace = "www.jalview.org/colours",
@@ -548,24 +575,4 @@ public class ObjectFactory
             JalviewUserColours.class, null, value);
   }
 
-  /**
-   * Create an instance of {@link JAXBElement
-   * }{@code <}{@link WebServiceParameterSet }{@code >}
-   * 
-   * @param value
-   *          Java instance representing xml element's value.
-   * @return the new instance of {@link JAXBElement
-   *         }{@code <}{@link WebServiceParameterSet }{@code >}
-   */
-  @XmlElementDecl(
-    namespace = "www.jalview.org/xml/wsparamset",
-    name = "WebServiceParameterSet")
-  public JAXBElement<WebServiceParameterSet> createWebServiceParameterSet(
-          WebServiceParameterSet value)
-  {
-    return new JAXBElement<WebServiceParameterSet>(
-            _WebServiceParameterSet_QNAME, WebServiceParameterSet.class,
-            null, value);
-  }
-
 }