View Javadoc
1   //
2   // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 
3   // See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a> 
4   // Any modifications to this file will be lost upon recompilation of the source schema. 
5   // Generated on: 2020.11.01 at 07:11:19 PM CET 
6   //
7   
8   
9   package org.opentrafficsim.xml.generated;
10  
11  import java.io.Serializable;
12  import javax.annotation.Generated;
13  import javax.xml.bind.annotation.XmlAccessType;
14  import javax.xml.bind.annotation.XmlAccessorType;
15  import javax.xml.bind.annotation.XmlAttribute;
16  import javax.xml.bind.annotation.XmlRootElement;
17  import javax.xml.bind.annotation.XmlType;
18  import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
19  import org.opentrafficsim.xml.bindings.FractionAdapter;
20  
21  
22  /**
23   * <p>Java class for anonymous complex type.
24   * 
25   * <p>The following schema fragment specifies the expected content contained within this class.
26   * 
27   * <pre>
28   * &lt;complexType&gt;
29   *   &lt;complexContent&gt;
30   *     &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
31   *       &lt;attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
32   *       &lt;attribute name="NODESTART" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
33   *       &lt;attribute name="NODEEND" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /&gt;
34   *       &lt;attribute name="DEMANDWEIGHT" type="{http://www.opentrafficsim.org/ots}FRACTIONTYPE" /&gt;
35   *     &lt;/restriction&gt;
36   *   &lt;/complexContent&gt;
37   * &lt;/complexType&gt;
38   * </pre>
39   * 
40   * 
41   */
42  @XmlAccessorType(XmlAccessType.FIELD)
43  @XmlType(name = "")
44  @XmlRootElement(name = "CONNECTOR")
45  @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
46  public class CONNECTOR implements Serializable
47  {
48  
49      @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
50      private final static long serialVersionUID = 10102L;
51      @XmlAttribute(name = "ID", required = true)
52      @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
53      protected String id;
54      @XmlAttribute(name = "NODESTART", required = true)
55      @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
56      protected String nodestart;
57      @XmlAttribute(name = "NODEEND", required = true)
58      @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
59      protected String nodeend;
60      @XmlAttribute(name = "DEMANDWEIGHT")
61      @XmlJavaTypeAdapter(FractionAdapter.class)
62      @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
63      protected Double demandweight;
64  
65      /**
66       * Gets the value of the id property.
67       * 
68       * @return
69       *     possible object is
70       *     {@link String }
71       *     
72       */
73      @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
74      public String getID() {
75          return id;
76      }
77  
78      /**
79       * Sets the value of the id property.
80       * 
81       * @param value
82       *     allowed object is
83       *     {@link String }
84       *     
85       */
86      @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
87      public void setID(String value) {
88          this.id = value;
89      }
90  
91      /**
92       * Gets the value of the nodestart property.
93       * 
94       * @return
95       *     possible object is
96       *     {@link String }
97       *     
98       */
99      @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
100     public String getNODESTART() {
101         return nodestart;
102     }
103 
104     /**
105      * Sets the value of the nodestart property.
106      * 
107      * @param value
108      *     allowed object is
109      *     {@link String }
110      *     
111      */
112     @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
113     public void setNODESTART(String value) {
114         this.nodestart = value;
115     }
116 
117     /**
118      * Gets the value of the nodeend property.
119      * 
120      * @return
121      *     possible object is
122      *     {@link String }
123      *     
124      */
125     @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
126     public String getNODEEND() {
127         return nodeend;
128     }
129 
130     /**
131      * Sets the value of the nodeend property.
132      * 
133      * @param value
134      *     allowed object is
135      *     {@link String }
136      *     
137      */
138     @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
139     public void setNODEEND(String value) {
140         this.nodeend = value;
141     }
142 
143     /**
144      * Gets the value of the demandweight property.
145      * 
146      * @return
147      *     possible object is
148      *     {@link String }
149      *     
150      */
151     @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
152     public Double getDEMANDWEIGHT() {
153         return demandweight;
154     }
155 
156     /**
157      * Sets the value of the demandweight property.
158      * 
159      * @param value
160      *     allowed object is
161      *     {@link String }
162      *     
163      */
164     @Generated(value = "com.sun.tools.xjc.Driver", date = "2020-11-01T07:11:19+01:00", comments = "JAXB RI v2.3.0")
165     public void setDEMANDWEIGHT(Double value) {
166         this.demandweight = value;
167     }
168 
169 }