@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public class GTUTEMPLATE extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LENGTHDIST" type="{http://www.opentrafficsim.org/ots}LENGTHDISTTYPE"/>
<element name="WIDTHDIST" type="{http://www.opentrafficsim.org/ots}LENGTHDISTTYPE"/>
<element name="MAXSPEEDDIST" type="{http://www.opentrafficsim.org/ots}SPEEDDISTTYPE"/>
<element name="MAXACCELERATIONDIST" type="{http://www.opentrafficsim.org/ots}ACCELERATIONDISTTYPE" minOccurs="0"/>
<element name="MAXDECELERATIONDIST" type="{http://www.opentrafficsim.org/ots}ACCELERATIONDISTTYPE" minOccurs="0"/>
</sequence>
<attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="GTUTYPE" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="DEFAULT" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute ref="{http://www.w3.org/XML/1998/namespace}base"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_default |
protected String |
base |
protected String |
gtutype |
protected String |
id |
protected LENGTHDISTTYPE |
lengthdist |
protected ACCELERATIONDISTTYPE |
maxaccelerationdist |
protected ACCELERATIONDISTTYPE |
maxdecelerationdist |
protected SPEEDDISTTYPE |
maxspeeddist |
protected LENGTHDISTTYPE |
widthdist |
| Constructor and Description |
|---|
GTUTEMPLATE() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase()
Gets the value of the base property.
|
String |
getGTUTYPE()
Gets the value of the gtutype property.
|
String |
getID()
Gets the value of the id property.
|
LENGTHDISTTYPE |
getLENGTHDIST()
Gets the value of the lengthdist property.
|
ACCELERATIONDISTTYPE |
getMAXACCELERATIONDIST()
Gets the value of the maxaccelerationdist property.
|
ACCELERATIONDISTTYPE |
getMAXDECELERATIONDIST()
Gets the value of the maxdecelerationdist property.
|
SPEEDDISTTYPE |
getMAXSPEEDDIST()
Gets the value of the maxspeeddist property.
|
LENGTHDISTTYPE |
getWIDTHDIST()
Gets the value of the widthdist property.
|
boolean |
isDEFAULT()
Gets the value of the default property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setDEFAULT(Boolean value)
Sets the value of the default property.
|
void |
setGTUTYPE(String value)
Sets the value of the gtutype property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setLENGTHDIST(LENGTHDISTTYPE value)
Sets the value of the lengthdist property.
|
void |
setMAXACCELERATIONDIST(ACCELERATIONDISTTYPE value)
Sets the value of the maxaccelerationdist property.
|
void |
setMAXDECELERATIONDIST(ACCELERATIONDISTTYPE value)
Sets the value of the maxdecelerationdist property.
|
void |
setMAXSPEEDDIST(SPEEDDISTTYPE value)
Sets the value of the maxspeeddist property.
|
void |
setWIDTHDIST(LENGTHDISTTYPE value)
Sets the value of the widthdist property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected LENGTHDISTTYPE lengthdist
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected LENGTHDISTTYPE widthdist
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected SPEEDDISTTYPE maxspeeddist
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected ACCELERATIONDISTTYPE maxaccelerationdist
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected ACCELERATIONDISTTYPE maxdecelerationdist
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected Boolean _default
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") protected String base
@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public LENGTHDISTTYPE getLENGTHDIST()
LENGTHDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setLENGTHDIST(LENGTHDISTTYPE value)
value - allowed object is
LENGTHDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public LENGTHDISTTYPE getWIDTHDIST()
LENGTHDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setWIDTHDIST(LENGTHDISTTYPE value)
value - allowed object is
LENGTHDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public SPEEDDISTTYPE getMAXSPEEDDIST()
SPEEDDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setMAXSPEEDDIST(SPEEDDISTTYPE value)
value - allowed object is
SPEEDDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public ACCELERATIONDISTTYPE getMAXACCELERATIONDIST()
ACCELERATIONDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setMAXACCELERATIONDIST(ACCELERATIONDISTTYPE value)
value - allowed object is
ACCELERATIONDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public ACCELERATIONDISTTYPE getMAXDECELERATIONDIST()
ACCELERATIONDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setMAXDECELERATIONDIST(ACCELERATIONDISTTYPE value)
value - allowed object is
ACCELERATIONDISTTYPE@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getID()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setID(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setGTUTYPE(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public boolean isDEFAULT()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public void setDEFAULT(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2019-04-20T02:12:22+02:00", comments="JAXB RI v2.3.0") public String getBase()
StringCopyright © 2014–2019 Delft University of Technology. All rights reserved.