]> gerrit.simantics Code Review - simantics/interop.git/blobdiff - org.simantics.xml.sax/src/org/w3/_2001/xmlschema/Field.java
XML Schema converter
[simantics/interop.git] / org.simantics.xml.sax / src / org / w3 / _2001 / xmlschema / Field.java
diff --git a/org.simantics.xml.sax/src/org/w3/_2001/xmlschema/Field.java b/org.simantics.xml.sax/src/org/w3/_2001/xmlschema/Field.java
new file mode 100644 (file)
index 0000000..72a62ac
--- /dev/null
@@ -0,0 +1,79 @@
+//\r
+// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 \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.06.17 at 02:58:58 PM EEST \r
+//\r
+\r
+\r
+package org.w3._2001.xmlschema;\r
+\r
+import javax.xml.bind.annotation.XmlAccessType;\r
+import javax.xml.bind.annotation.XmlAccessorType;\r
+import javax.xml.bind.annotation.XmlAttribute;\r
+import javax.xml.bind.annotation.XmlRootElement;\r
+import javax.xml.bind.annotation.XmlType;\r
+import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;\r
+import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;\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.w3.org/2001/XMLSchema}annotated">\r
+ *       &lt;attribute name="xpath" use="required">\r
+ *         &lt;simpleType>\r
+ *           &lt;restriction base="{http://www.w3.org/2001/XMLSchema}token">\r
+ *             &lt;pattern value="(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*))))(\|(\.//)?((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)/)*((((child::)?((\i\c*:)?(\i\c*|\*)))|\.)|((attribute::|@)((\i\c*:)?(\i\c*|\*)))))*"/>\r
+ *           &lt;/restriction>\r
+ *         &lt;/simpleType>\r
+ *       &lt;/attribute>\r
+ *       &lt;anyAttribute processContents='lax' namespace='##other'/>\r
+ *     &lt;/extension>\r
+ *   &lt;/complexContent>\r
+ * &lt;/complexType>\r
+ * </pre>\r
+ * \r
+ * \r
+ */\r
+@XmlAccessorType(XmlAccessType.FIELD)\r
+@XmlType(name = "")\r
+@XmlRootElement(name = "field")\r
+public class Field\r
+    extends Annotated\r
+{\r
+\r
+    @XmlAttribute(name = "xpath", required = true)\r
+    @XmlJavaTypeAdapter(CollapsedStringAdapter.class)\r
+    protected String xpath;\r
+\r
+    /**\r
+     * Gets the value of the xpath property.\r
+     * \r
+     * @return\r
+     *     possible object is\r
+     *     {@link String }\r
+     *     \r
+     */\r
+    public String getXpath() {\r
+        return xpath;\r
+    }\r
+\r
+    /**\r
+     * Sets the value of the xpath property.\r
+     * \r
+     * @param value\r
+     *     allowed object is\r
+     *     {@link String }\r
+     *     \r
+     */\r
+    public void setXpath(String value) {\r
+        this.xpath = value;\r
+    }\r
+\r
+}\r