X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.xml.sax%2Fsrc%2Forg%2Fsimantics%2Fxml%2Fsax%2Fconfiguration%2FObjectFactory.java;h=d005c289ecb149550f8a8200f36ffd96f6712b9e;hb=HEAD;hp=2dfe1e4d39fceb8ce6ac22f1abfe509c060e87f1;hpb=ada38ab0a1a98dcb413bef3273064da36ce2d273;p=simantics%2Finterop.git diff --git a/org.simantics.xml.sax/src/org/simantics/xml/sax/configuration/ObjectFactory.java b/org.simantics.xml.sax/src/org/simantics/xml/sax/configuration/ObjectFactory.java index 2dfe1e4..d005c28 100644 --- a/org.simantics.xml.sax/src/org/simantics/xml/sax/configuration/ObjectFactory.java +++ b/org.simantics.xml.sax/src/org/simantics/xml/sax/configuration/ObjectFactory.java @@ -2,7 +2,7 @@ // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See http://java.sun.com/xml/jaxb // Any modifications to this file will be lost upon recompilation of the source schema. -// Generated on: 2015.11.25 at 04:57:27 PM EET +// Generated on: 2017.01.24 at 12:54:40 PM EET // @@ -32,6 +32,7 @@ import javax.xml.namespace.QName; public class ObjectFactory { private final static QName _ComplexType_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "ComplexType"); + private final static QName _Rename_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "Rename"); private final static QName _IDProvider_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "IDProvider"); private final static QName _ConversionRule_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "ConversionRule"); private final static QName _Attribute_QNAME = new QName("http://www.simantics.org/xml/sax/configuration/", "Attribute"); @@ -129,6 +130,14 @@ public class ObjectFactory { return new ComplexType(); } + /** + * Create an instance of {@link Rename } + * + */ + public Rename createRename() { + return new Rename(); + } + /** * Create an instance of {@link JAXBElement }{@code <}{@link ComplexType }{@code >}} * @@ -138,6 +147,15 @@ public class ObjectFactory { return new JAXBElement(_ComplexType_QNAME, ComplexType.class, null, value); } + /** + * Create an instance of {@link JAXBElement }{@code <}{@link Rename }{@code >}} + * + */ + @XmlElementDecl(namespace = "http://www.simantics.org/xml/sax/configuration/", name = "Rename", substitutionHeadNamespace = "http://www.simantics.org/xml/sax/configuration/", substitutionHeadName = "ConversionRule") + public JAXBElement createRename(Rename value) { + return new JAXBElement(_Rename_QNAME, Rename.class, null, value); + } + /** * Create an instance of {@link JAXBElement }{@code <}{@link IDProvider }{@code >}} *