CrossSectionElement.java
//
// This file was generated by the Eclipse Implementation of JAXB, v2.3.7
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2024.08.29 at 06:50:16 PM CEST
//
package org.opentrafficsim.xml.generated;
import java.io.Serializable;
import javax.annotation.Generated;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.opentrafficsim.xml.bindings.LengthAdapter;
import org.opentrafficsim.xml.bindings.PositiveLengthAdapter;
/**
* <p>Java class for CrossSectionElement complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="CrossSectionElement">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <choice minOccurs="0">
* <element name="CenterOffset" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="LeftOffset" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="RightOffset" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <sequence>
* <choice>
* <element name="CenterOffsetStart" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="LeftOffsetStart" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="RightOffsetStart" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* </choice>
* <choice>
* <element name="CenterOffsetEnd" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="LeftOffsetEnd" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* <element name="RightOffsetEnd" type="{http://www.opentrafficsim.org/ots}LengthType"/>
* </choice>
* </sequence>
* </choice>
* <choice>
* <element name="Width" type="{http://www.opentrafficsim.org/ots}PositiveLengthType"/>
* <sequence>
* <element name="WidthStart" type="{http://www.opentrafficsim.org/ots}PositiveLengthType"/>
* <element name="WidthEnd" type="{http://www.opentrafficsim.org/ots}PositiveLengthType"/>
* </sequence>
* </choice>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CrossSectionElement", propOrder = {
"centerOffset",
"leftOffset",
"rightOffset",
"centerOffsetStart",
"leftOffsetStart",
"rightOffsetStart",
"centerOffsetEnd",
"leftOffsetEnd",
"rightOffsetEnd",
"width",
"widthStart",
"widthEnd"
})
@XmlSeeAlso({
CseLane.class,
CseShoulder.class
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public class CrossSectionElement implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
private final static long serialVersionUID = 10102L;
@XmlElement(name = "CenterOffset", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType centerOffset;
@XmlElement(name = "LeftOffset", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType leftOffset;
@XmlElement(name = "RightOffset", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType rightOffset;
@XmlElement(name = "CenterOffsetStart", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType centerOffsetStart;
@XmlElement(name = "LeftOffsetStart", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType leftOffsetStart;
@XmlElement(name = "RightOffsetStart", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType rightOffsetStart;
@XmlElement(name = "CenterOffsetEnd", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType centerOffsetEnd;
@XmlElement(name = "LeftOffsetEnd", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType leftOffsetEnd;
@XmlElement(name = "RightOffsetEnd", type = String.class)
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType rightOffsetEnd;
@XmlElement(name = "Width", type = String.class)
@XmlJavaTypeAdapter(PositiveLengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType width;
@XmlElement(name = "WidthStart", type = String.class)
@XmlJavaTypeAdapter(PositiveLengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType widthStart;
@XmlElement(name = "WidthEnd", type = String.class)
@XmlJavaTypeAdapter(PositiveLengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
protected org.opentrafficsim.xml.bindings.types.LengthType widthEnd;
/**
* Gets the value of the centerOffset property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getCenterOffset() {
return centerOffset;
}
/**
* Sets the value of the centerOffset property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setCenterOffset(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.centerOffset = value;
}
/**
* Gets the value of the leftOffset property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getLeftOffset() {
return leftOffset;
}
/**
* Sets the value of the leftOffset property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setLeftOffset(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.leftOffset = value;
}
/**
* Gets the value of the rightOffset property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getRightOffset() {
return rightOffset;
}
/**
* Sets the value of the rightOffset property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setRightOffset(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.rightOffset = value;
}
/**
* Gets the value of the centerOffsetStart property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getCenterOffsetStart() {
return centerOffsetStart;
}
/**
* Sets the value of the centerOffsetStart property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setCenterOffsetStart(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.centerOffsetStart = value;
}
/**
* Gets the value of the leftOffsetStart property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getLeftOffsetStart() {
return leftOffsetStart;
}
/**
* Sets the value of the leftOffsetStart property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setLeftOffsetStart(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.leftOffsetStart = value;
}
/**
* Gets the value of the rightOffsetStart property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getRightOffsetStart() {
return rightOffsetStart;
}
/**
* Sets the value of the rightOffsetStart property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setRightOffsetStart(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.rightOffsetStart = value;
}
/**
* Gets the value of the centerOffsetEnd property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getCenterOffsetEnd() {
return centerOffsetEnd;
}
/**
* Sets the value of the centerOffsetEnd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setCenterOffsetEnd(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.centerOffsetEnd = value;
}
/**
* Gets the value of the leftOffsetEnd property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getLeftOffsetEnd() {
return leftOffsetEnd;
}
/**
* Sets the value of the leftOffsetEnd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setLeftOffsetEnd(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.leftOffsetEnd = value;
}
/**
* Gets the value of the rightOffsetEnd property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getRightOffsetEnd() {
return rightOffsetEnd;
}
/**
* Sets the value of the rightOffsetEnd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setRightOffsetEnd(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.rightOffsetEnd = value;
}
/**
* Gets the value of the width property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getWidth() {
return width;
}
/**
* Sets the value of the width property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setWidth(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.width = value;
}
/**
* Gets the value of the widthStart property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getWidthStart() {
return widthStart;
}
/**
* Sets the value of the widthStart property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setWidthStart(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.widthStart = value;
}
/**
* Gets the value of the widthEnd property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getWidthEnd() {
return widthEnd;
}
/**
* Sets the value of the widthEnd property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-08-29T18:50:16+02:00")
public void setWidthEnd(org.opentrafficsim.xml.bindings.types.LengthType value) {
this.widthEnd = value;
}
}