CPD Results
The following document contains the results of PMD's CPD 7.0.0.
Duplications
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 138 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 168 |
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="Color" use="required" type="{http://www.opentrafficsim.org/ots}ColorType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Lane implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
@XmlAttribute(name = "Color", required = true)
@XmlJavaTypeAdapter(ColorAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ColorType color;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="Color" use="required" type="{http://www.opentrafficsim.org/ots}ColorType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class NoTrafficLane implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
@XmlAttribute(name = "Color", required = true)
@XmlJavaTypeAdapter(ColorAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ColorType color;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="Color" use="required" type="{http://www.opentrafficsim.org/ots}ColorType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Shoulder implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
@XmlAttribute(name = "Color", required = true)
@XmlJavaTypeAdapter(ColorAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ColorType color;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="Color" use="required" type="{http://www.opentrafficsim.org/ots}ColorType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Stripe implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
@XmlAttribute(name = "Color", required = true)
@XmlJavaTypeAdapter(ColorAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ColorType color;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1182 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1426 |
@XmlJavaTypeAdapter(DoublePositiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType sigma;
@XmlAttribute(name = "Min", required = true)
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType min;
@XmlAttribute(name = "Max", required = true)
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType max;
/**
* Gets the value of the mu property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMu() {
return mu;
}
/**
* Sets the value of the mu property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMu(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.mu = value;
}
/**
* Gets the value of the sigma property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getSigma() {
return sigma;
}
/**
* Sets the value of the sigma property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setSigma(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.sigma = value;
}
/**
* Gets the value of the min property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMin() {
return min;
}
/**
* Sets the value of the min property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMin(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.min = value;
}
/**
* Gets the value of the max property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMax() {
return max;
}
/**
* Sets the value of the max property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMax(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.max = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Mu" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* <attribute name="Sigma" use="required" type="{http://www.opentrafficsim.org/ots}DoublePositiveInclusive" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Normal | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Generator.java | 137 |
| org/opentrafficsim/xml/generated/ListGenerator.java | 128 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getGtuTemplate() {
return gtuTemplate;
}
/**
* Sets the value of the gtuTemplate property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setGtuTemplate(StringType value) {
this.gtuTemplate = value;
}
/**
* Gets the value of the gtuTemplateMix property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getGtuTemplateMix() {
return gtuTemplateMix;
}
/**
* Sets the value of the gtuTemplateMix property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setGtuTemplateMix(StringType value) {
this.gtuTemplateMix = value;
}
/**
* Gets the value of the route property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getRoute() {
return route;
}
/**
* Sets the value of the route property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setRoute(StringType value) {
this.route = value;
}
/**
* Gets the value of the routeMix property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getRouteMix() {
return routeMix;
}
/**
* Sets the value of the routeMix property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setRouteMix(StringType value) {
this.routeMix = value;
}
/**
* Gets the value of the shortestRoute property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getShortestRoute() {
return shortestRoute;
}
/**
* Sets the value of the shortestRoute property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setShortestRoute(StringType value) {
this.shortestRoute = value;
}
/**
* Gets the value of the shortestRouteMix property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getShortestRouteMix() {
return shortestRouteMix;
}
/**
* Sets the value of the shortestRouteMix property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setShortestRouteMix(StringType value) {
this.shortestRouteMix = value;
}
/**
* Gets the value of the frequency property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public FrequencyType getFrequency() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/DiscreteDistType.java | 451 |
| org/opentrafficsim/xml/generated/DiscreteDistType.java | 662 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "N", required = true)
@XmlJavaTypeAdapter(PositiveIntegerAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.IntegerType n;
@XmlAttribute(name = "P", required = true)
@XmlJavaTypeAdapter(FractionAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType p;
/**
* Gets the value of the n property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.IntegerType getN() {
return n;
}
/**
* Sets the value of the n property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setN(org.opentrafficsim.xml.bindings.types.IntegerType value) {
this.n = value;
}
/**
* Gets the value of the p property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getP() {
return p;
}
/**
* Sets the value of the p property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setP(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.p = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="C" use="required" type="{http://www.opentrafficsim.org/ots}long" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Constant | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Control.java | 1049 |
| org/opentrafficsim/xml/generated/TrafCodCoordinatesType.java | 46 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.StringType value;
@XmlAttribute(name = "Space")
@XmlJavaTypeAdapter(SpaceAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.StringType space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.StringType getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setValue(org.opentrafficsim.xml.bindings.types.StringType value) {
this.value = value;
}
/**
* Gets the value of the space property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.StringType getSpace() {
if (space == null) {
return new SpaceAdapter().unmarshal("preserve");
} else {
return space;
}
}
/**
* Sets the value of the space property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setSpace(org.opentrafficsim.xml.bindings.types.StringType value) {
this.space = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1567 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1993 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Alpha", required = true)
@XmlJavaTypeAdapter(DoublePositiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType alpha;
@XmlAttribute(name = "Beta", required = true)
@XmlJavaTypeAdapter(DoublePositiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType beta;
/**
* Gets the value of the alpha property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getAlpha() {
return alpha;
}
/**
* Sets the value of the alpha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setAlpha(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.alpha = value;
}
/**
* Gets the value of the beta property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getBeta() {
return beta;
}
/**
* Sets the value of the beta property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setBeta(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.beta = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Generator.java | 77 |
| org/opentrafficsim/xml/generated/ListGenerator.java | 72 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlElement(name = "GtuTemplate", type = String.class)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType gtuTemplate;
@XmlElement(name = "GtuTemplateMix", type = String.class)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType gtuTemplateMix;
@XmlElement(name = "Route", type = String.class)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType route;
@XmlElement(name = "RouteMix", type = String.class)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType routeMix;
@XmlElement(name = "ShortestRoute", type = String.class)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType shortestRoute;
@XmlElement(name = "ShortestRouteMix", type = String.class)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType shortestRouteMix;
@XmlElement(name = "Frequency", required = true, type = String.class) | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 541 |
| org/opentrafficsim/xml/generated/InputParameters.java | 721 |
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected java.lang.String id;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setValue(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.value = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public java.lang.String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>DurationType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Duration implements Serializable | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 162 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 252 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 342 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 192 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 282 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 372 |
public static class Lane implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
@XmlAttribute(name = "Color", required = true)
@XmlJavaTypeAdapter(ColorAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ColorType color;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="Color" use="required" type="{http://www.opentrafficsim.org/ots}ColorType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class NoTrafficLane implements Serializable | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 998 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1577 |
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType beta;
/**
* Gets the value of the alpha property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getAlpha() {
return alpha;
}
/**
* Sets the value of the alpha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setAlpha(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.alpha = value;
}
/**
* Gets the value of the beta property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getBeta() {
return beta;
}
/**
* Sets the value of the beta property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setBeta(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.beta = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Mu" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* <attribute name="Sigma" use="required" type="{http://www.opentrafficsim.org/ots}DoublePositive" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class LogNormal | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1089 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1333 |
@XmlJavaTypeAdapter(DoublePositiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType sigma;
/**
* Gets the value of the mu property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMu() {
return mu;
}
/**
* Sets the value of the mu property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMu(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.mu = value;
}
/**
* Gets the value of the sigma property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getSigma() {
return sigma;
}
/**
* Sets the value of the sigma property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setSigma(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.sigma = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Mu" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* <attribute name="Sigma" use="required" type="{http://www.opentrafficsim.org/ots}DoublePositive" />
* <attribute name="Min" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* <attribute name="Max" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class LogNormalTrunc | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ModelType.java | 1416 |
| org/opentrafficsim/xml/generated/ModelType.java | 1720 |
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType value;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setValue(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.value = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <extension base="{http://www.opentrafficsim.org/ots}ConstantDistType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* </extension>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/RouteMix.java | 217 |
| org/opentrafficsim/xml/generated/ShortestRouteMix.java | 217 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
@XmlAttribute(name = "Weight", required = true)
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected DoubleType weight;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
/**
* Gets the value of the weight property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public DoubleType getWeight() {
return weight;
}
/**
* Sets the value of the weight property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setWeight(DoubleType value) {
this.weight = value;
}
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/LaneTypeAnimationType.java | 46 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 162 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 252 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 342 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 432 |
| org/opentrafficsim/xml/generated/LinkTypeAnimationType.java | 46 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 192 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 282 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 372 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 462 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
@XmlAttribute(name = "Color", required = true)
@XmlJavaTypeAdapter(ColorAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ColorType color;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/RouteMix.java | 114 |
| org/opentrafficsim/xml/generated/ShortestRouteMix.java | 114 |
}
/**
* Gets the value of the randomStream property.
*
* @return
* possible object is
* {@link RandomStreamSource }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public RandomStreamSource getRandomStream() {
return randomStream;
}
/**
* Sets the value of the randomStream property.
*
* @param value
* allowed object is
* {@link RandomStreamSource }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setRandomStream(RandomStreamSource value) {
this.randomStream = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the gtuType property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getGtuType() {
return gtuType;
}
/**
* Sets the value of the gtuType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setGtuType(StringType value) {
this.gtuType = value;
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="Weight" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Route | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1254 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1498 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1924 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMin() {
return min;
}
/**
* Sets the value of the min property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMin(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.min = value;
}
/**
* Gets the value of the max property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMax() {
return max;
}
/**
* Sets the value of the max property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMax(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.max = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Mu" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* <attribute name="Sigma" use="required" type="{http://www.opentrafficsim.org/ots}DoublePositiveInclusive" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Normal | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 998 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 2003 |
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType beta;
/**
* Gets the value of the alpha property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getAlpha() {
return alpha;
}
/**
* Sets the value of the alpha property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setAlpha(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.alpha = value;
}
/**
* Gets the value of the beta property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getBeta() {
return beta;
}
/**
* Sets the value of the beta property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setBeta(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.beta = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ListGenerator.java | 299 |
| org/opentrafficsim/xml/generated/Sink.java | 102 |
this.roomChecker = value;
}
/**
* Gets the value of the link property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLink() {
return link;
}
/**
* Sets the value of the link property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLink(StringType value) {
this.link = value;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLane(StringType value) {
this.lane = value;
}
/**
* Gets the value of the position property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public LengthBeginEndType getPosition() {
return position;
}
/**
* Sets the value of the position property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setPosition(LengthBeginEndType value) {
this.position = value;
}
/**
* Gets the value of the uri property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public String getUri() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 927 |
| org/opentrafficsim/xml/generated/DiscreteDistType.java | 752 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Lambda", required = true)
@XmlJavaTypeAdapter(DoublePositiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType lambda;
/**
* Gets the value of the lambda property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getLambda() {
return lambda;
}
/**
* Sets the value of the lambda property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLambda(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.lambda = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Alpha" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* <attribute name="Beta" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Gamma | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/DiscreteDistType.java | 390 |
| org/opentrafficsim/xml/generated/DiscreteDistType.java | 601 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "P", required = true)
@XmlJavaTypeAdapter(FractionAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType p;
/**
* Gets the value of the p property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getP() {
return p;
}
/**
* Sets the value of the p property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setP(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.p = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="N" use="required" type="{http://www.opentrafficsim.org/ots}positiveInteger" />
* <attribute name="P" use="required" type="{http://www.opentrafficsim.org/ots}FractionType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Binomial | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Generator.java | 360 |
| org/opentrafficsim/xml/generated/ListGenerator.java | 299 |
| org/opentrafficsim/xml/generated/Sink.java | 102 |
this.randomStream = value;
}
/**
* Gets the value of the link property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLink() {
return link;
}
/**
* Sets the value of the link property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLink(StringType value) {
this.link = value;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLane(StringType value) {
this.lane = value;
}
/**
* Gets the value of the position property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public LengthBeginEndType getPosition() {
return position;
}
/**
* Sets the value of the position property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setPosition(LengthBeginEndType value) {
this.position = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/TrafficLightDetectorType.java | 86 |
| org/opentrafficsim/xml/generated/TrafficLightType.java | 114 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLane(StringType value) {
this.lane = value;
}
/**
* Gets the value of the position property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public LengthBeginEndType getPosition() {
return position;
}
/**
* Sets the value of the position property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setPosition(LengthBeginEndType value) {
this.position = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ModelType.java | 1038 |
| org/opentrafficsim/xml/generated/ModelType.java | 1501 |
| org/opentrafficsim/xml/generated/ModelType.java | 1653 |
| org/opentrafficsim/xml/generated/ModelType.java | 1896 |
| org/opentrafficsim/xml/generated/ModelType.java | 2048 |
| org/opentrafficsim/xml/generated/ModelType.java | 2200 |
| org/opentrafficsim/xml/generated/ModelType.java | 2352 |
| org/opentrafficsim/xml/generated/ModelType.java | 2504 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>boolean">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Boolean implements Serializable | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 272 |
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 423 |
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 483 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Color", required = true)
@XmlJavaTypeAdapter(ColorAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ColorType color;
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Color" use="required" type="{http://www.opentrafficsim.org/ots}ColorType" />
* <attribute name="Width" type="{http://www.opentrafficsim.org/ots}PositiveLengthType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Link | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 708 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1685 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getAlpha1() {
return alpha1;
}
/**
* Sets the value of the alpha1 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setAlpha1(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.alpha1 = value;
}
/**
* Gets the value of the alpha2 property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getAlpha2() {
return alpha2;
}
/**
* Sets the value of the alpha2 property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setAlpha2(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.alpha2 = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1101 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1202 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1345 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1446 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMu() {
return mu;
}
/**
* Sets the value of the mu property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMu(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.mu = value;
}
/**
* Gets the value of the sigma property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getSigma() {
return sigma;
}
/**
* Sets the value of the sigma property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setSigma(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.sigma = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1794 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1911 |
@XmlAttribute(name = "Max", required = true)
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType max;
/**
* Gets the value of the min property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMin() {
return min;
}
/**
* Sets the value of the min property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMin(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.min = value;
}
/**
* Gets the value of the mode property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMode() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Control.java | 908 |
| org/opentrafficsim/xml/generated/Control.java | 1058 |
| org/opentrafficsim/xml/generated/TrafCodCoordinatesType.java | 55 |
@XmlAttribute(name = "Space")
@XmlJavaTypeAdapter(SpaceAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.StringType space;
/**
* Gets the value of the value property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.StringType getValue() {
return value;
}
/**
* Sets the value of the value property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setValue(org.opentrafficsim.xml.bindings.types.StringType value) {
this.value = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public GraphicsTypeType getType() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ModelType.java | 1038 |
| org/opentrafficsim/xml/generated/ModelType.java | 1501 |
| org/opentrafficsim/xml/generated/ModelType.java | 1653 |
| org/opentrafficsim/xml/generated/ModelType.java | 1896 |
| org/opentrafficsim/xml/generated/ModelType.java | 2048 |
| org/opentrafficsim/xml/generated/ModelType.java | 2200 |
| org/opentrafficsim/xml/generated/ModelType.java | 2352 |
| org/opentrafficsim/xml/generated/ModelType.java | 2504 |
| org/opentrafficsim/xml/generated/ScenarioType.java | 258 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>boolean">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/CategoryType.java | 101 |
| org/opentrafficsim/xml/generated/GtuTemplate.java | 219 |
this.lane = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the gtuType property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getGtuType() {
return gtuType;
}
/**
* Sets the value of the gtuType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setGtuType(StringType value) {
this.gtuType = value;
}
/**
* Gets the value of the route property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getRoute() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ListGenerator.java | 325 |
| org/opentrafficsim/xml/generated/Sink.java | 128 |
| org/opentrafficsim/xml/generated/TrafficLightDetectorType.java | 101 |
this.link = value;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLane(StringType value) {
this.lane = value;
}
/**
* Gets the value of the position property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public LengthBeginEndType getPosition() {
return position;
}
/**
* Sets the value of the position property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setPosition(LengthBeginEndType value) {
this.position = value;
}
/**
* Gets the value of the uri property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public String getUri() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Od.java | 203 |
| org/opentrafficsim/xml/generated/RouteMix.java | 114 |
| org/opentrafficsim/xml/generated/ShortestRouteMix.java | 114 |
}
/**
* Gets the value of the randomStream property.
*
* @return
* possible object is
* {@link RandomStreamSource }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public RandomStreamSource getRandomStream() {
return randomStream;
}
/**
* Sets the value of the randomStream property.
*
* @param value
* allowed object is
* {@link RandomStreamSource }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setRandomStream(RandomStreamSource value) {
this.randomStream = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the sinkType property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getSinkType() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Connector.java | 91 |
| org/opentrafficsim/xml/generated/Link.java | 529 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setType(StringType value) {
this.type = value;
}
/**
* Gets the value of the centroid property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getCentroid() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Generator.java | 371 |
| org/opentrafficsim/xml/generated/ListGenerator.java | 310 |
| org/opentrafficsim/xml/generated/ResponsiveControlType.java | 641 |
| org/opentrafficsim/xml/generated/Sink.java | 113 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLink() {
return link;
}
/**
* Sets the value of the link property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLink(StringType value) {
this.link = value;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLane(StringType value) {
this.lane = value;
}
/**
* Gets the value of the position property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public LengthBeginEndType getPosition() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 686 |
| org/opentrafficsim/xml/generated/ModelType.java | 1685 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>FractionType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Fraction implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(FractionAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ControlType.java | 362 |
| org/opentrafficsim/xml/generated/Generator.java | 371 |
| org/opentrafficsim/xml/generated/ListGenerator.java | 310 |
| org/opentrafficsim/xml/generated/ResponsiveControlType.java | 641 |
| org/opentrafficsim/xml/generated/Sink.java | 113 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLink() {
return link;
}
/**
* Sets the value of the link property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLink(StringType value) {
this.link = value;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLane(StringType value) {
this.lane = value;
}
/**
* Gets the value of the trafficLightId property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getTrafficLightId() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/RouteMix.java | 139 |
| org/opentrafficsim/xml/generated/ShortestRoute.java | 218 |
| org/opentrafficsim/xml/generated/ShortestRouteMix.java | 139 |
this.randomStream = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the gtuType property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getGtuType() {
return gtuType;
}
/**
* Sets the value of the gtuType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setGtuType(StringType value) {
this.gtuType = value;
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* <attribute name="Weight" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1185 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1429 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1907 |
@XmlAttribute(name = "Min", required = true)
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType min;
@XmlAttribute(name = "Max", required = true)
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType max;
/**
* Gets the value of the mu property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMu() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 686 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1659 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Alpha1", required = true)
@XmlJavaTypeAdapter(DoublePositiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType alpha1;
@XmlAttribute(name = "Alpha2", required = true)
@XmlJavaTypeAdapter(DoublePositiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType alpha2;
/**
* Gets the value of the alpha1 property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1079 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1172 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Mu", required = true)
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType mu;
@XmlAttribute(name = "Sigma", required = true)
@XmlJavaTypeAdapter(DoublePositiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType sigma;
/**
* Gets the value of the mu property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1323 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1416 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Mu", required = true)
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType mu;
@XmlAttribute(name = "Sigma", required = true)
@XmlJavaTypeAdapter(DoublePositiveInclusiveAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType sigma;
/**
* Gets the value of the mu property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 441 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 300 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 330 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Color" use="required" type="{http://www.opentrafficsim.org/ots}ColorType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Shoulder
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Color", required = true) | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 501 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 390 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 420 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Color" use="required" type="{http://www.opentrafficsim.org/ots}ColorType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Stripe
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Color", required = true) | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 507 |
| org/opentrafficsim/xml/generated/ModelType.java | 1382 |
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>double">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Double implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected org.opentrafficsim.xml.bindings.types.DoubleType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 272 |
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 423 |
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 483 |
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 543 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Color", required = true)
@XmlJavaTypeAdapter(ColorAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ColorType color;
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ModelType.java | 1038 |
| org/opentrafficsim/xml/generated/ModelType.java | 1501 |
| org/opentrafficsim/xml/generated/ModelType.java | 1653 |
| org/opentrafficsim/xml/generated/ModelType.java | 1896 |
| org/opentrafficsim/xml/generated/ModelType.java | 2048 |
| org/opentrafficsim/xml/generated/ModelType.java | 2200 |
| org/opentrafficsim/xml/generated/ModelType.java | 2352 |
| org/opentrafficsim/xml/generated/ModelType.java | 2504 |
| org/opentrafficsim/xml/generated/ScenarioType.java | 258 |
| org/opentrafficsim/xml/generated/ScenarioType.java | 318 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Id", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 326 |
| org/opentrafficsim/xml/generated/ModelType.java | 1070 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>boolean">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Boolean implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(BooleanAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected BooleanType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 416 |
| org/opentrafficsim/xml/generated/ModelType.java | 1161 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>ClassNameType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Class implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(ClassAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ClassType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 596 |
| org/opentrafficsim/xml/generated/ModelType.java | 1533 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>DurationType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Duration implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(DurationAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected DurationType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 776 |
| org/opentrafficsim/xml/generated/ModelType.java | 1776 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>FrequencyType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Frequency implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(FrequencyAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected FrequencyType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 866 |
| org/opentrafficsim/xml/generated/ModelType.java | 1928 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>integer">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Integer implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(LongAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected LongType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 956 |
| org/opentrafficsim/xml/generated/ModelType.java | 2080 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>LengthType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Length implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(LengthAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected LengthType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 1046 |
| org/opentrafficsim/xml/generated/ModelType.java | 2232 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>LinearDensityType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class LinearDensity implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(LinearDensityAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected LinearDensityType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 1136 |
| org/opentrafficsim/xml/generated/ModelType.java | 2384 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>SpeedType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Speed implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(SpeedAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected SpeedType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 1226 |
| org/opentrafficsim/xml/generated/ModelType.java | 2536 |
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>string">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class String implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ListGenerator.java | 104 |
| org/opentrafficsim/xml/generated/Sink.java | 62 |
@XmlAttribute(name = "Link", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType link;
@XmlAttribute(name = "Lane", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType lane;
@XmlAttribute(name = "Position", required = true)
@XmlJavaTypeAdapter(LengthBeginEndAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected LengthBeginEndType position;
@XmlAttribute(name = "Uri", required = true) | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ParameterTypeDouble.java | 43 |
| org/opentrafficsim/xml/generated/ParameterTypeFloat.java | 43 |
extends ParameterType
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlAttribute(name = "Default")
@XmlJavaTypeAdapter(DoubleAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected DoubleType _default;
/**
* Gets the value of the default property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public DoubleType getDefault() {
return _default;
}
/**
* Sets the value of the default property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setDefault(DoubleType value) {
this._default = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/CategoryType.java | 101 |
| org/opentrafficsim/xml/generated/GtuTemplate.java | 219 |
| org/opentrafficsim/xml/generated/RouteMix.java | 139 |
| org/opentrafficsim/xml/generated/ShortestRoute.java | 218 |
| org/opentrafficsim/xml/generated/ShortestRouteMix.java | 139 |
this.lane = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the gtuType property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getGtuType() {
return gtuType;
}
/**
* Sets the value of the gtuType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setGtuType(StringType value) {
this.gtuType = value;
}
/**
* Gets the value of the route property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Generator.java | 386 |
| org/opentrafficsim/xml/generated/TrafficLightType.java | 129 |
this.link = value;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLane(StringType value) {
this.lane = value;
}
/**
* Gets the value of the position property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public LengthBeginEndType getPosition() {
return position;
}
/**
* Sets the value of the position property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setPosition(LengthBeginEndType value) {
this.position = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1025 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1604 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1726 |
this.alpha = value;
}
/**
* Gets the value of the beta property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getBeta() {
return beta;
}
/**
* Sets the value of the beta property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setBeta(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.beta = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Mu" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* <attribute name="Sigma" use="required" type="{http://www.opentrafficsim.org/ots}DoublePositive" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class LogNormal | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1269 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1513 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1848 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1939 |
this.min = value;
}
/**
* Gets the value of the max property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMax() {
return max;
}
/**
* Sets the value of the max property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMax(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.max = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Mu" use="required" type="{http://www.opentrafficsim.org/ots}double" />
* <attribute name="Sigma" use="required" type="{http://www.opentrafficsim.org/ots}DoublePositiveInclusive" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Normal | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Generator.java | 116 |
| org/opentrafficsim/xml/generated/ListGenerator.java | 104 |
| org/opentrafficsim/xml/generated/Sink.java | 62 |
@XmlAttribute(name = "Link", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType link;
@XmlAttribute(name = "Lane", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType lane;
@XmlAttribute(name = "Position", required = true)
@XmlJavaTypeAdapter(LengthBeginEndAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected LengthBeginEndType position;
/**
* Gets the value of the gtuTemplate property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Generator.java | 386 |
| org/opentrafficsim/xml/generated/TrafficLightDetectorType.java | 101 |
this.link = value;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLane(StringType value) {
this.lane = value;
}
/**
* Gets the value of the position property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public LengthBeginEndType getPosition() {
return position;
}
/**
* Sets the value of the position property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setPosition(LengthBeginEndType value) {
this.position = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 300 |
| org/opentrafficsim/xml/generated/InputParameters.java | 390 |
| org/opentrafficsim/xml/generated/InputParameters.java | 480 |
| org/opentrafficsim/xml/generated/InputParameters.java | 570 |
| org/opentrafficsim/xml/generated/InputParameters.java | 660 |
| org/opentrafficsim/xml/generated/InputParameters.java | 750 |
| org/opentrafficsim/xml/generated/InputParameters.java | 840 |
| org/opentrafficsim/xml/generated/InputParameters.java | 930 |
| org/opentrafficsim/xml/generated/InputParameters.java | 1020 |
| org/opentrafficsim/xml/generated/InputParameters.java | 1110 |
| org/opentrafficsim/xml/generated/InputParameters.java | 1200 |
public void setValue(AccelerationType value) {
this.value = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public java.lang.String getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(java.lang.String value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>boolean">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Boolean implements Serializable | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ListGenerator.java | 325 |
| org/opentrafficsim/xml/generated/Sink.java | 128 |
| org/opentrafficsim/xml/generated/TrafficLightType.java | 129 |
this.link = value;
}
/**
* Gets the value of the lane property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLane() {
return lane;
}
/**
* Sets the value of the lane property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLane(StringType value) {
this.lane = value;
}
/**
* Gets the value of the position property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public LengthBeginEndType getPosition() {
return position;
}
/**
* Sets the value of the position property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setPosition(LengthBeginEndType value) {
this.position = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/GtuTemplateMix.java | 107 |
| org/opentrafficsim/xml/generated/Od.java | 203 |
| org/opentrafficsim/xml/generated/RouteMix.java | 114 |
| org/opentrafficsim/xml/generated/ShortestRouteMix.java | 114 |
}
/**
* Gets the value of the randomStream property.
*
* @return
* possible object is
* {@link RandomStreamSource }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public RandomStreamSource getRandomStream() {
return randomStream;
}
/**
* Sets the value of the randomStream property.
*
* @param value
* allowed object is
* {@link RandomStreamSource }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setRandomStream(RandomStreamSource value) {
this.randomStream = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}IdType" />
* <attribute name="Weight" use="required" type="{http://www.opentrafficsim.org/ots}DoublePositiveInclusive" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD) | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Link.java | 519 |
| org/opentrafficsim/xml/generated/ResponsiveControlType.java | 266 |
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setType(StringType value) {
this.type = value;
}
/**
* Gets the value of the nodeStart property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/RouteMix.java | 75 |
| org/opentrafficsim/xml/generated/ShortestRouteMix.java | 75 |
@XmlElement(name = "RandomStream")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected RandomStreamSource randomStream;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected String id;
@XmlAttribute(name = "GtuType", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType gtuType;
/**
* Gets the value of the route property.
*
* <p>
* 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 <CODE>set</CODE> method for the route property.
*
* <p>
* For example, to add a new item, do as follows:
* <pre>
* getRoute().add(newItem);
* </pre>
*
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link RouteMix.Route }
*
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public List<RouteMix.Route> getRoute() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/CategoryType.java | 102 |
| org/opentrafficsim/xml/generated/GtuTemplate.java | 220 |
| org/opentrafficsim/xml/generated/Route.java | 99 |
| org/opentrafficsim/xml/generated/RouteMix.java | 140 |
| org/opentrafficsim/xml/generated/ShortestRoute.java | 219 |
| org/opentrafficsim/xml/generated/ShortestRouteMix.java | 140 |
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the gtuType property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getGtuType() {
return gtuType;
}
/**
* Sets the value of the gtuType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setGtuType(StringType value) {
this.gtuType = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Connector.java | 91 |
| org/opentrafficsim/xml/generated/ResponsiveControlType.java | 276 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the type property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getType() {
return type;
}
/**
* Sets the value of the type property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setType(StringType value) {
this.type = value;
}
/**
* Gets the value of the centroid property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConnectorAnimationType.java | 105 |
| org/opentrafficsim/xml/generated/DefaultAnimationType.java | 355 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = 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-05-19T03:25:58+02:00")
public 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-05-19T03:25:58+02:00")
public void setWidth(LengthType value) {
this.width = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/CseLane.java | 107 |
| org/opentrafficsim/xml/generated/CseShoulder.java | 66 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the laneType property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getLaneType() {
return laneType;
}
/**
* Sets the value of the laneType property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setLaneType(StringType value) {
this.laneType = value;
}
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/DesiredHeadwayModelType.java | 57 |
| org/opentrafficsim/xml/generated/DesiredSpeedModelType.java | 62 |
@XmlElement(name = "Class", type = String.class)
@XmlJavaTypeAdapter(ClassAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected ClassType clazz;
/**
* Gets the value of the idm property.
*
* @return
* possible object is
* {@link EmptyType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public EmptyType getIdm() {
return idm;
}
/**
* Sets the value of the idm property.
*
* @param value
* allowed object is
* {@link EmptyType }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setIdm(EmptyType value) {
this.idm = value;
}
/**
* Gets the value of the clazz property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ClassType getClazz() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/Centroid.java | 67 |
| org/opentrafficsim/xml/generated/Node.java | 74 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
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", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(String value) {
this.id = value;
}
/**
* Gets the value of the coordinate property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public Point2dType getCoordinate() {
return coordinate;
}
/**
* Sets the value of the coordinate property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setCoordinate(Point2dType value) {
this.coordinate = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConnectorAnimationType.java | 79 |
| org/opentrafficsim/xml/generated/LaneTypeAnimationType.java | 68 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 184 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 274 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 364 |
| org/opentrafficsim/xml/generated/LinkAnimationType.java | 454 |
| org/opentrafficsim/xml/generated/LinkTypeAnimationType.java | 68 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 214 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 304 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 394 |
| org/opentrafficsim/xml/generated/RoadLayoutAnimationType.java | 484 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
/**
* Gets the value of the color property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public ColorType getColor() {
return color;
}
/**
* Sets the value of the color property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setColor(ColorType value) {
this.color = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/DiscreteDistType.java | 408 |
| org/opentrafficsim/xml/generated/DiscreteDistType.java | 499 |
| org/opentrafficsim/xml/generated/DiscreteDistType.java | 619 |
| org/opentrafficsim/xml/generated/DiscreteDistType.java | 710 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getP() {
return p;
}
/**
* Sets the value of the p property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setP(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.p = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <attribute name="N" use="required" type="{http://www.opentrafficsim.org/ots}positiveInteger" />
* <attribute name="P" use="required" type="{http://www.opentrafficsim.org/ots}FractionType" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Binomial | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/OdOptions.java | 734 |
| org/opentrafficsim/xml/generated/OdOptions.java | 1204 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
/**
* Gets the value of the modelIdReferral property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getModelIdReferral() {
return modelIdReferral;
}
/**
* Sets the value of the modelIdReferral property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setModelIdReferral(StringType value) {
this.modelIdReferral = value;
} | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/InputParameters.java | 240 |
| org/opentrafficsim/xml/generated/ModelType.java | 922 |
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>AccelerationType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}InputParameterIdType" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Acceleration implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlValue
@XmlJavaTypeAdapter(AccelerationAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected AccelerationType value;
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/CrossSectionElement.java | 214 |
| org/opentrafficsim/xml/generated/CseStripe.java | 113 |
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-05-19T03:25:58+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-05-19T03:25:58+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-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getLeftOffsetStart() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/CrossSectionElement.java | 292 |
| org/opentrafficsim/xml/generated/CseStripe.java | 139 |
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-05-19T03:25:58+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-05-19T03:25:58+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-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getLeftOffsetEnd() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/OdOptions.java | 712 |
| org/opentrafficsim/xml/generated/OdOptions.java | 1178 |
implements Serializable
{
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
private final static long serialVersionUID = 10102L;
@XmlElement(name = "Id", type = String.class)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType id;
@XmlElement(name = "ModelIdReferral", type = String.class)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType modelIdReferral;
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00") | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/TrafficLightDetectorType.java | 58 |
| org/opentrafficsim/xml/generated/TrafficLightType.java | 64 |
@XmlAttribute(name = "Id", required = true)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected String id;
@XmlAttribute(name = "Lane", required = true)
@XmlJavaTypeAdapter(StringAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected StringType lane;
@XmlAttribute(name = "Position", required = true)
@XmlJavaTypeAdapter(LengthBeginEndAdapter.class)
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
protected LengthBeginEndType position;
@XmlAttribute(name = "Length", required = true) | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ModelType.java | 1135 |
| org/opentrafficsim/xml/generated/ModelType.java | 1750 |
public void setValue(BooleanType value) {
this.value = value;
}
/**
* Gets the value of the id property.
*
* @return
* possible object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public StringType getId() {
return id;
}
/**
* Sets the value of the id property.
*
* @param value
* allowed object is
* {@link java.lang.String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setId(StringType value) {
this.id = value;
}
}
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType>
* <simpleContent>
* <extension base="<http://www.opentrafficsim.org/ots>ClassNameType">
* <attribute name="Id" use="required" type="{http://www.opentrafficsim.org/ots}string" />
* </extension>
* </simpleContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"value"
})
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public static class Class implements Serializable | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1254 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1498 |
| org/opentrafficsim/xml/generated/ConstantDistType.java | 1807 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMin() {
return min;
}
/**
* Sets the value of the min property.
*
* @param value
* allowed object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public void setMin(org.opentrafficsim.xml.bindings.types.DoubleType value) {
this.min = value;
}
/**
* Gets the value of the max property.
*
* @return
* possible object is
* {@link String }
*
*/
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.DoubleType getMax() { | |
| File | Line |
|---|---|
| org/opentrafficsim/xml/generated/CrossSectionElement.java | 147 |
| org/opentrafficsim/xml/generated/CseStripe.java | 98 |
@Generated(value = "com.sun.tools.xjc.Driver", comments = "JAXB RI v2.3.7", date = "2024-05-19T03:25:58+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-05-19T03:25:58+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-05-19T03:25:58+02:00")
public org.opentrafficsim.xml.bindings.types.LengthType getLeftOffset() { | |
