]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.xml.sax/src/org/simantics/xml/sax/configuration/IDReference.java
XML Schema converter
[simantics/interop.git] / org.simantics.xml.sax / src / org / simantics / xml / sax / configuration / IDReference.java
diff --git a/org.simantics.xml.sax/src/org/simantics/xml/sax/configuration/IDReference.java b/org.simantics.xml.sax/src/org/simantics/xml/sax/configuration/IDReference.java
new file mode 100644 (file)
index 0000000..e48ca71
--- /dev/null
@@ -0,0 +1,157 @@
+//\r
+// 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
+//\r
+\r
+\r
+package org.simantics.xml.sax.configuration;\r
+\r
+import javax.xml.bind.annotation.XmlAccessType;\r
+import javax.xml.bind.annotation.XmlAccessorType;\r
+import javax.xml.bind.annotation.XmlElement;\r
+import javax.xml.bind.annotation.XmlType;\r
+\r
+\r
+/**\r
+ * <p>Java class for anonymous complex type.\r
+ * \r
+ * <p>The following schema fragment specifies the expected content contained within this class.\r
+ * \r
+ * <pre>\r
+ * &lt;complexType>\r
+ *   &lt;complexContent>\r
+ *     &lt;extension base="{http://www.simantics.org/xml/sax/configuration/}ConversionRule">\r
+ *       &lt;sequence>\r
+ *         &lt;choice>\r
+ *           &lt;element ref="{http://www.simantics.org/xml/sax/configuration/}Element"/>\r
+ *           &lt;element ref="{http://www.simantics.org/xml/sax/configuration/}ComplexType"/>\r
+ *         &lt;/choice>\r
+ *         &lt;element name="IDSource" type="{http://www.simantics.org/xml/sax/configuration/}Attribute"/>\r
+ *         &lt;element name="Reference" type="{http://www.simantics.org/xml/sax/configuration/}Attribute"/>\r
+ *       &lt;/sequence>\r
+ *     &lt;/extension>\r
+ *   &lt;/complexContent>\r
+ * &lt;/complexType>\r
+ * </pre>\r
+ * \r
+ * \r
+ */\r
+@XmlAccessorType(XmlAccessType.FIELD)\r
+@XmlType(name = "", propOrder = {\r
+    "element",\r
+    "complexType",\r
+    "idSource",\r
+    "reference"\r
+})\r
+public class IDReference\r
+    extends ConversionRule\r
+{\r
+\r
+    @XmlElement(name = "Element")\r
+    protected Element element;\r
+    @XmlElement(name = "ComplexType")\r
+    protected ComplexType complexType;\r
+    @XmlElement(name = "IDSource", required = true)\r
+    protected Attribute idSource;\r
+    @XmlElement(name = "Reference", required = true)\r
+    protected Attribute reference;\r
+\r
+    /**\r
+     * Gets the value of the element property.\r
+     * \r
+     * @return\r
+     *     possible object is\r
+     *     {@link Element }\r
+     *     \r
+     */\r
+    public Element getElement() {\r
+        return element;\r
+    }\r
+\r
+    /**\r
+     * Sets the value of the element property.\r
+     * \r
+     * @param value\r
+     *     allowed object is\r
+     *     {@link Element }\r
+     *     \r
+     */\r
+    public void setElement(Element value) {\r
+        this.element = value;\r
+    }\r
+\r
+    /**\r
+     * Gets the value of the complexType property.\r
+     * \r
+     * @return\r
+     *     possible object is\r
+     *     {@link ComplexType }\r
+     *     \r
+     */\r
+    public ComplexType getComplexType() {\r
+        return complexType;\r
+    }\r
+\r
+    /**\r
+     * Sets the value of the complexType property.\r
+     * \r
+     * @param value\r
+     *     allowed object is\r
+     *     {@link ComplexType }\r
+     *     \r
+     */\r
+    public void setComplexType(ComplexType value) {\r
+        this.complexType = value;\r
+    }\r
+\r
+    /**\r
+     * Gets the value of the idSource property.\r
+     * \r
+     * @return\r
+     *     possible object is\r
+     *     {@link Attribute }\r
+     *     \r
+     */\r
+    public Attribute getIDSource() {\r
+        return idSource;\r
+    }\r
+\r
+    /**\r
+     * Sets the value of the idSource property.\r
+     * \r
+     * @param value\r
+     *     allowed object is\r
+     *     {@link Attribute }\r
+     *     \r
+     */\r
+    public void setIDSource(Attribute value) {\r
+        this.idSource = value;\r
+    }\r
+\r
+    /**\r
+     * Gets the value of the reference property.\r
+     * \r
+     * @return\r
+     *     possible object is\r
+     *     {@link Attribute }\r
+     *     \r
+     */\r
+    public Attribute getReference() {\r
+        return reference;\r
+    }\r
+\r
+    /**\r
+     * Sets the value of the reference property.\r
+     * \r
+     * @param value\r
+     *     allowed object is\r
+     *     {@link Attribute }\r
+     *     \r
+     */\r
+    public void setReference(Attribute value) {\r
+        this.reference = value;\r
+    }\r
+\r
+}\r