]> gerrit.simantics Code Review - simantics/interop.git/blob - org.simantics.xml.sax/src/org/w3/_2001/xmlschema/Keyref.java
XML Schema converter
[simantics/interop.git] / org.simantics.xml.sax / src / org / w3 / _2001 / xmlschema / Keyref.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.namespace.QName;\r
17 \r
18 \r
19 /**\r
20  * <p>Java class for anonymous complex type.\r
21  * \r
22  * <p>The following schema fragment specifies the expected content contained within this class.\r
23  * \r
24  * <pre>\r
25  * &lt;complexType>\r
26  *   &lt;complexContent>\r
27  *     &lt;extension base="{http://www.w3.org/2001/XMLSchema}keybase">\r
28  *       &lt;attribute name="refer" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />\r
29  *       &lt;anyAttribute processContents='lax' namespace='##other'/>\r
30  *     &lt;/extension>\r
31  *   &lt;/complexContent>\r
32  * &lt;/complexType>\r
33  * </pre>\r
34  * \r
35  * \r
36  */\r
37 @XmlAccessorType(XmlAccessType.FIELD)\r
38 @XmlType(name = "")\r
39 @XmlRootElement(name = "keyref")\r
40 public class Keyref\r
41     extends Keybase\r
42 {\r
43 \r
44     @XmlAttribute(name = "refer", required = true)\r
45     protected QName refer;\r
46 \r
47     /**\r
48      * Gets the value of the refer property.\r
49      * \r
50      * @return\r
51      *     possible object is\r
52      *     {@link QName }\r
53      *     \r
54      */\r
55     public QName getRefer() {\r
56         return refer;\r
57     }\r
58 \r
59     /**\r
60      * Sets the value of the refer property.\r
61      * \r
62      * @param value\r
63      *     allowed object is\r
64      *     {@link QName }\r
65      *     \r
66      */\r
67     public void setRefer(QName value) {\r
68         this.refer = value;\r
69     }\r
70 \r
71 }\r