]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.xml.sax/src/org/simantics/xml/sax/configuration/ObjectFactory.java
Initial support for XML export (order of Elements is not kept)
[simantics/interop.git] / org.simantics.xml.sax / src / org / simantics / xml / sax / configuration / ObjectFactory.java
index 2dfe1e4d39fceb8ce6ac22f1abfe509c060e87f1..d005c289ecb149550f8a8200f36ffd96f6712b9e 100644 (file)
@@ -2,7 +2,7 @@
 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 \r
 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \r
 // Any modifications to this file will be lost upon recompilation of the source schema. \r
-// Generated on: 2015.11.25 at 04:57:27 PM EET \r
+// Generated on: 2017.01.24 at 12:54:40 PM EET \r
 //\r
 \r
 \r
@@ -32,6 +32,7 @@ import javax.xml.namespace.QName;
 public class ObjectFactory {\r
 \r
     private final static QName _ComplexType_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "ComplexType");\r
+    private final static QName _Rename_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "Rename");\r
     private final static QName _IDProvider_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "IDProvider");\r
     private final static QName _ConversionRule_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "ConversionRule");\r
     private final static QName _Attribute_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "Attribute");\r
@@ -129,6 +130,14 @@ public class ObjectFactory {
         return new ComplexType();\r
     }\r
 \r
+    /**\r
+     * Create an instance of {@link Rename }\r
+     * \r
+     */\r
+    public Rename createRename() {\r
+        return new Rename();\r
+    }\r
+\r
     /**\r
      * Create an instance of {@link JAXBElement }{@code <}{@link ComplexType }{@code >}}\r
      * \r
@@ -138,6 +147,15 @@ public class ObjectFactory {
         return new JAXBElement<ComplexType>(_ComplexType_QNAME, ComplexType.class, null, value);\r
     }\r
 \r
+    /**\r
+     * Create an instance of {@link JAXBElement }{@code <}{@link Rename }{@code >}}\r
+     * \r
+     */\r
+    @XmlElementDecl(namespace = "http://www.simantics.org/xml/sax/configuration/", name = "Rename", substitutionHeadNamespace = "http://www.simantics.org/xml/sax/configuration/", substitutionHeadName = "ConversionRule")\r
+    public JAXBElement<Rename> createRename(Rename value) {\r
+        return new JAXBElement<Rename>(_Rename_QNAME, Rename.class, null, value);\r
+    }\r
+\r
     /**\r
      * Create an instance of {@link JAXBElement }{@code <}{@link IDProvider }{@code >}}\r
      * \r