Package org.opentrafficsim.xml.generated
Class GTUTEMPLATE
java.lang.Object
org.opentrafficsim.xml.generated.GTUTEMPLATE
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-01-24T05:08:34+01:00",
comments="JAXB RI v2.3.0")
public class GTUTEMPLATE
extends java.lang.Object
implements java.io.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>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean_defaultprotected java.lang.Stringbaseprotected java.lang.Stringgtutypeprotected java.lang.Stringidprotected LENGTHDISTTYPElengthdistprotected ACCELERATIONDISTTYPEmaxaccelerationdistprotected ACCELERATIONDISTTYPEmaxdecelerationdistprotected SPEEDDISTTYPEmaxspeeddistprotected LENGTHDISTTYPEwidthdist -
Constructor Summary
Constructors Constructor Description GTUTEMPLATE() -
Method Summary
Modifier and Type Method Description java.lang.StringgetBase()Gets the value of the base property.java.lang.StringgetGTUTYPE()Gets the value of the gtutype property.java.lang.StringgetID()Gets the value of the id property.LENGTHDISTTYPEgetLENGTHDIST()Gets the value of the lengthdist property.ACCELERATIONDISTTYPEgetMAXACCELERATIONDIST()Gets the value of the maxaccelerationdist property.ACCELERATIONDISTTYPEgetMAXDECELERATIONDIST()Gets the value of the maxdecelerationdist property.SPEEDDISTTYPEgetMAXSPEEDDIST()Gets the value of the maxspeeddist property.LENGTHDISTTYPEgetWIDTHDIST()Gets the value of the widthdist property.booleanisDEFAULT()Gets the value of the default property.voidsetBase(java.lang.String value)Sets the value of the base property.voidsetDEFAULT(java.lang.Boolean value)Sets the value of the default property.voidsetGTUTYPE(java.lang.String value)Sets the value of the gtutype property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetLENGTHDIST(LENGTHDISTTYPE value)Sets the value of the lengthdist property.voidsetMAXACCELERATIONDIST(ACCELERATIONDISTTYPE value)Sets the value of the maxaccelerationdist property.voidsetMAXDECELERATIONDIST(ACCELERATIONDISTTYPE value)Sets the value of the maxdecelerationdist property.voidsetMAXSPEEDDIST(SPEEDDISTTYPE value)Sets the value of the maxspeeddist property.voidsetWIDTHDIST(LENGTHDISTTYPE value)Sets the value of the widthdist property.
-
Field Details
-
lengthdist
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected LENGTHDISTTYPE lengthdist -
widthdist
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected LENGTHDISTTYPE widthdist -
maxspeeddist
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected SPEEDDISTTYPE maxspeeddist -
maxaccelerationdist
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected ACCELERATIONDISTTYPE maxaccelerationdist -
maxdecelerationdist
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected ACCELERATIONDISTTYPE maxdecelerationdist -
id
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String id -
gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String gtutype -
_default
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.Boolean _default -
base
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") protected java.lang.String base
-
-
Constructor Details
-
GTUTEMPLATE
public GTUTEMPLATE()
-
-
Method Details
-
getLENGTHDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public LENGTHDISTTYPE getLENGTHDIST()Gets the value of the lengthdist property.- Returns:
- possible object is
LENGTHDISTTYPE
-
setLENGTHDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setLENGTHDIST(LENGTHDISTTYPE value)Sets the value of the lengthdist property.- Parameters:
value- allowed object isLENGTHDISTTYPE
-
getWIDTHDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public LENGTHDISTTYPE getWIDTHDIST()Gets the value of the widthdist property.- Returns:
- possible object is
LENGTHDISTTYPE
-
setWIDTHDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setWIDTHDIST(LENGTHDISTTYPE value)Sets the value of the widthdist property.- Parameters:
value- allowed object isLENGTHDISTTYPE
-
getMAXSPEEDDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public SPEEDDISTTYPE getMAXSPEEDDIST()Gets the value of the maxspeeddist property.- Returns:
- possible object is
SPEEDDISTTYPE
-
setMAXSPEEDDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setMAXSPEEDDIST(SPEEDDISTTYPE value)Sets the value of the maxspeeddist property.- Parameters:
value- allowed object isSPEEDDISTTYPE
-
getMAXACCELERATIONDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public ACCELERATIONDISTTYPE getMAXACCELERATIONDIST()Gets the value of the maxaccelerationdist property.- Returns:
- possible object is
ACCELERATIONDISTTYPE
-
setMAXACCELERATIONDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setMAXACCELERATIONDIST(ACCELERATIONDISTTYPE value)Sets the value of the maxaccelerationdist property.- Parameters:
value- allowed object isACCELERATIONDISTTYPE
-
getMAXDECELERATIONDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public ACCELERATIONDISTTYPE getMAXDECELERATIONDIST()Gets the value of the maxdecelerationdist property.- Returns:
- possible object is
ACCELERATIONDISTTYPE
-
setMAXDECELERATIONDIST
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setMAXDECELERATIONDIST(ACCELERATIONDISTTYPE value)Sets the value of the maxdecelerationdist property.- Parameters:
value- allowed object isACCELERATIONDISTTYPE
-
getID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setID(java.lang.String value)Sets the value of the id property.- Parameters:
value- allowed object isString
-
getGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getGTUTYPE()Gets the value of the gtutype property.- Returns:
- possible object is
String
-
setGTUTYPE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setGTUTYPE(java.lang.String value)Sets the value of the gtutype property.- Parameters:
value- allowed object isString
-
isDEFAULT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public boolean isDEFAULT()Gets the value of the default property.- Returns:
- possible object is
Boolean
-
setDEFAULT
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setDEFAULT(java.lang.Boolean value)Sets the value of the default property.- Parameters:
value- allowed object isBoolean
-
getBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public java.lang.String getBase()Gets the value of the base property.- Returns:
- possible object is
String
-
setBase
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public void setBase(java.lang.String value)Sets the value of the base property.- Parameters:
value- allowed object isString
-