Package org.opentrafficsim.xml.generated
Class MODELTYPE.MODELPARAMETERS.INTEGER
java.lang.Object
org.opentrafficsim.xml.generated.PARAMETERINTEGER
org.opentrafficsim.xml.generated.MODELTYPE.MODELPARAMETERS.INTEGER
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MODELTYPE.MODELPARAMETERS
@Generated(value="com.sun.tools.xjc.Driver", date="2020-01-24T05:08:34+01:00", comments="JAXB RI v2.3.0") public static class MODELTYPE.MODELPARAMETERS.INTEGER extends PARAMETERINTEGER implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.opentrafficsim.org/ots>PARAMETERINTEGER"> <attribute name="GTUTYPE" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
gtutype
-
Constructor Summary
Constructors Constructor Description INTEGER()
-
Method Summary
Modifier and Type Method Description java.lang.String
getGTUTYPE()
Gets the value of the gtutype property.void
setGTUTYPE(java.lang.String value)
Sets the value of the gtutype property.Methods inherited from class org.opentrafficsim.xml.generated.PARAMETERINTEGER
getID, getValue, setID, setValue
-
Field Details
-
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
-
-
Constructor Details
-
INTEGER
public INTEGER()
-
-
Method Details
-
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
-