// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0 // See https://javaee.github.io/jaxb-v2/ // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2022.02.24 at 11:10:08 PM CET // package org.opentrafficsim.xml.generated; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.annotation.Generated; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElements; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** *
Java class for anonymous complex type. * *
The following schema fragment specifies the expected content contained within this class. * *
* <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> * <element name="INPUTPARAMETERS" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <choice maxOccurs="unbounded"> * <element name="ACCELERATION" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATION"/> * <element name="ACCELERATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATIONDIST"/> * <element name="BOOLEAN" type="{http://www.opentrafficsim.org/ots}PARAMETERBOOLEAN"/> * <element name="CLASS" type="{http://www.opentrafficsim.org/ots}PARAMETERCLASS"/> * <element name="DOUBLE" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLE"/> * <element name="DOUBLEDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLEDIST"/> * <element name="DURATION" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATION"/> * <element name="DURATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATIONDIST"/> * <element name="FLOAT" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOAT"/> * <element name="FLOATDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOATDIST"/> * <element name="FRACTION" type="{http://www.opentrafficsim.org/ots}PARAMETERFRACTION"/> * <element name="FREQUENCY" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCY"/> * <element name="FREQUENCYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCYDIST"/> * <element name="INTEGER" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGER"/> * <element name="INTEGERDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGERDIST"/> * <element name="LENGTH" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTH"/> * <element name="LENGTHDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTHDIST"/> * <element name="LINEARDENSITY" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITY"/> * <element name="LINEARDENSITYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITYDIST"/> * <element name="LONG" type="{http://www.opentrafficsim.org/ots}PARAMETERLONG"/> * <element name="LONGDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLONGDIST"/> * <element name="SPEED" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEED"/> * <element name="SPEEDDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEEDDIST"/> * <element name="STRING" type="{http://www.opentrafficsim.org/ots}PARAMETERSTRING"/> * </choice> * </restriction> * </complexContent> * </complexType> * </element> * <element name="OD" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> * </restriction> * </complexContent> * </complexType> * </element> * <element name="CONTROL" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> * </restriction> * </complexContent> * </complexType> * </element> * <element name="MODELIDREFERRAL" type="{http://www.opentrafficsim.org/ots}MODELIDREFERRALTYPE" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}string" /> * </restriction> * </complexContent> * </complexType> ** * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "inputparameters", "od", "control", "modelidreferral" }) @XmlRootElement(name = "SCENARIO") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") public class SCENARIO implements Serializable { @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") private final static long serialVersionUID = 10102L; @XmlElement(name = "INPUTPARAMETERS") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected SCENARIO.INPUTPARAMETERS inputparameters; @XmlElement(name = "OD") @Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0") protected List
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a set
method for the od property.
*
*
* For example, to add a new item, do as follows: *
* getOD().add(newItem); ** * *
* Objects of the following type(s) are allowed in the list
* {@link SCENARIO.OD }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public List
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link SCENARIO.CONTROL }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public List
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link MODELIDREFERRALTYPE }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public List Java class for anonymous complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
* Java class for anonymous complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
*
* This accessor method returns a reference to the live list,
* not a snapshot. Therefore any modification you make to the
* returned list will be present inside the JAXB object.
* This is why there is not a
* For example, to add a new item, do as follows:
*
* Objects of the following type(s) are allowed in the list
* {@link PARAMETERACCELERATION }
* {@link PARAMETERACCELERATIONDIST }
* {@link PARAMETERBOOLEAN }
* {@link PARAMETERCLASS }
* {@link PARAMETERDOUBLE }
* {@link PARAMETERDOUBLEDIST }
* {@link PARAMETERDURATION }
* {@link PARAMETERDURATIONDIST }
* {@link PARAMETERFLOAT }
* {@link PARAMETERFLOATDIST }
* {@link PARAMETERFRACTION }
* {@link PARAMETERFREQUENCY }
* {@link PARAMETERFREQUENCYDIST }
* {@link PARAMETERINTEGER }
* {@link PARAMETERINTEGERDIST }
* {@link PARAMETERLENGTH }
* {@link PARAMETERLENGTHDIST }
* {@link PARAMETERLINEARDENSITY }
* {@link PARAMETERLINEARDENSITYDIST }
* {@link PARAMETERLONG }
* {@link PARAMETERLONGDIST }
* {@link PARAMETERSPEED }
* {@link PARAMETERSPEEDDIST }
* {@link PARAMETERSTRING }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public List Java class for anonymous complex type.
*
* The following schema fragment specifies the expected content contained within this class.
*
* set
method for the control property.
*
*
* getCONTROL().add(newItem);
*
*
*
* set
method for the modelidreferral property.
*
*
* getMODELIDREFERRAL().add(newItem);
*
*
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public static class CONTROL
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "ID", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
protected String id;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public String getID() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public void setID(String value) {
this.id = value;
}
}
/**
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded">
* <element name="ACCELERATION" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATION"/>
* <element name="ACCELERATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERACCELERATIONDIST"/>
* <element name="BOOLEAN" type="{http://www.opentrafficsim.org/ots}PARAMETERBOOLEAN"/>
* <element name="CLASS" type="{http://www.opentrafficsim.org/ots}PARAMETERCLASS"/>
* <element name="DOUBLE" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLE"/>
* <element name="DOUBLEDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDOUBLEDIST"/>
* <element name="DURATION" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATION"/>
* <element name="DURATIONDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERDURATIONDIST"/>
* <element name="FLOAT" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOAT"/>
* <element name="FLOATDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFLOATDIST"/>
* <element name="FRACTION" type="{http://www.opentrafficsim.org/ots}PARAMETERFRACTION"/>
* <element name="FREQUENCY" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCY"/>
* <element name="FREQUENCYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERFREQUENCYDIST"/>
* <element name="INTEGER" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGER"/>
* <element name="INTEGERDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERINTEGERDIST"/>
* <element name="LENGTH" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTH"/>
* <element name="LENGTHDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLENGTHDIST"/>
* <element name="LINEARDENSITY" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITY"/>
* <element name="LINEARDENSITYDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLINEARDENSITYDIST"/>
* <element name="LONG" type="{http://www.opentrafficsim.org/ots}PARAMETERLONG"/>
* <element name="LONGDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERLONGDIST"/>
* <element name="SPEED" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEED"/>
* <element name="SPEEDDIST" type="{http://www.opentrafficsim.org/ots}PARAMETERSPEEDDIST"/>
* <element name="STRING" type="{http://www.opentrafficsim.org/ots}PARAMETERSTRING"/>
* </choice>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"accelerationOrACCELERATIONDISTOrBOOLEAN"
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public static class INPUTPARAMETERS
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
private final static long serialVersionUID = 10102L;
@XmlElements({
@XmlElement(name = "ACCELERATION", type = PARAMETERACCELERATION.class),
@XmlElement(name = "ACCELERATIONDIST", type = PARAMETERACCELERATIONDIST.class),
@XmlElement(name = "BOOLEAN", type = PARAMETERBOOLEAN.class),
@XmlElement(name = "CLASS", type = PARAMETERCLASS.class),
@XmlElement(name = "DOUBLE", type = PARAMETERDOUBLE.class),
@XmlElement(name = "DOUBLEDIST", type = PARAMETERDOUBLEDIST.class),
@XmlElement(name = "DURATION", type = PARAMETERDURATION.class),
@XmlElement(name = "DURATIONDIST", type = PARAMETERDURATIONDIST.class),
@XmlElement(name = "FLOAT", type = PARAMETERFLOAT.class),
@XmlElement(name = "FLOATDIST", type = PARAMETERFLOATDIST.class),
@XmlElement(name = "FRACTION", type = PARAMETERFRACTION.class),
@XmlElement(name = "FREQUENCY", type = PARAMETERFREQUENCY.class),
@XmlElement(name = "FREQUENCYDIST", type = PARAMETERFREQUENCYDIST.class),
@XmlElement(name = "INTEGER", type = PARAMETERINTEGER.class),
@XmlElement(name = "INTEGERDIST", type = PARAMETERINTEGERDIST.class),
@XmlElement(name = "LENGTH", type = PARAMETERLENGTH.class),
@XmlElement(name = "LENGTHDIST", type = PARAMETERLENGTHDIST.class),
@XmlElement(name = "LINEARDENSITY", type = PARAMETERLINEARDENSITY.class),
@XmlElement(name = "LINEARDENSITYDIST", type = PARAMETERLINEARDENSITYDIST.class),
@XmlElement(name = "LONG", type = PARAMETERLONG.class),
@XmlElement(name = "LONGDIST", type = PARAMETERLONGDIST.class),
@XmlElement(name = "SPEED", type = PARAMETERSPEED.class),
@XmlElement(name = "SPEEDDIST", type = PARAMETERSPEEDDIST.class),
@XmlElement(name = "STRING", type = PARAMETERSTRING.class)
})
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
protected Listset
method for the accelerationOrACCELERATIONDISTOrBOOLEAN property.
*
*
* getACCELERATIONOrACCELERATIONDISTOrBOOLEAN().add(newItem);
*
*
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public static class OD
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "ID", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
protected String id;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public String getID() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", date = "2022-02-24T11:10:08+01:00", comments = "JAXB RI v2.3.0")
public void setID(String value) {
this.id = value;
}
}
}