]> gerrit.simantics Code Review - simantics/interop.git/blob - 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
1 //\r
2 // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 \r
3 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> \r
4 // Any modifications to this file will be lost upon recompilation of the source schema. \r
5 // Generated on: 2015.06.17 at 02:58:58 PM EEST \r
6 //\r
7 \r
8 \r
9 package org.w3._2001.xmlschema;\r
10 \r
11 import javax.xml.bind.annotation.XmlAccessType;\r
12 import javax.xml.bind.annotation.XmlAccessorType;\r
13 import javax.xml.bind.annotation.XmlAttribute;\r
14 import javax.xml.bind.annotation.XmlRootElement;\r
15 import javax.xml.bind.annotation.XmlType;\r
16 import javax.xml.bind.annotation.adapters.CollapsedStringAdapter;\r
17 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;\r
18 \r
19 \r
20 /**\r
21  * <p>Java class for anonymous complex type.\r
22  * \r
23  * <p>The following schema fragment specifies the expected content contained within this class.\r
24  * \r
25  * <pre>\r
26  * &lt;complexType>\r
27  *   &lt;complexContent>\r
28  *     &lt;extension base="{http://www.w3.org/2001/XMLSchema}annotated">\r
29  *       &lt;attribute name="xpath" use="required">\r
30  *         &lt;simpleType>\r
31  *           &lt;restriction base="{http://www.w3.org/2001/XMLSchema}token">\r
32  *             &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
33  *           &lt;/restriction>\r
34  *         &lt;/simpleType>\r
35  *       &lt;/attribute>\r
36  *       &lt;anyAttribute processContents='lax' namespace='##other'/>\r
37  *     &lt;/extension>\r
38  *   &lt;/complexContent>\r
39  * &lt;/complexType>\r
40  * </pre>\r
41  * \r
42  * \r
43  */\r
44 @XmlAccessorType(XmlAccessType.FIELD)\r
45 @XmlType(name = "")\r
46 @XmlRootElement(name = "field")\r
47 public class Field\r
48     extends Annotated\r
49 {\r
50 \r
51     @XmlAttribute(name = "xpath", required = true)\r
52     @XmlJavaTypeAdapter(CollapsedStringAdapter.class)\r
53     protected String xpath;\r
54 \r
55     /**\r
56      * Gets the value of the xpath property.\r
57      * \r
58      * @return\r
59      *     possible object is\r
60      *     {@link String }\r
61      *     \r
62      */\r
63     public String getXpath() {\r
64         return xpath;\r
65     }\r
66 \r
67     /**\r
68      * Sets the value of the xpath property.\r
69      * \r
70      * @param value\r
71      *     allowed object is\r
72      *     {@link String }\r
73      *     \r
74      */\r
75     public void setXpath(String value) {\r
76         this.xpath = value;\r
77     }\r
78 \r
79 }\r