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: 2019.03.16 at 06:21:55 PM CET 6 // 7 8 9 package org.opentrafficsim.xml.generated; 10 11 import javax.annotation.Generated; 12 import javax.xml.bind.annotation.XmlAccessType; 13 import javax.xml.bind.annotation.XmlAccessorType; 14 import javax.xml.bind.annotation.XmlType; 15 16 17 /** 18 * <p>Java class for CSENOTRAFFICLANE complex type. 19 * 20 * <p>The following schema fragment specifies the expected content contained within this class. 21 * 22 * <pre> 23 * <complexType name="CSENOTRAFFICLANE"> 24 * <complexContent> 25 * <extension base="{http://www.opentrafficsim.org/ots}CROSSSECTIONELEMENT"> 26 * </extension> 27 * </complexContent> 28 * </complexType> 29 * </pre> 30 * 31 * 32 */ 33 @XmlAccessorType(XmlAccessType.FIELD) 34 @XmlType(name = "CSENOTRAFFICLANE") 35 @Generated(value = "com.sun.tools.xjc.Driver", date = "2019-03-16T06:21:55+01:00", comments = "JAXB RI v2.3.0") 36 public class CSENOTRAFFICLANE 37 extends CROSSSECTIONELEMENT 38 { 39 40 41 }