@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public class CATEGORY extends Object
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"> <attribute name="NAME" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="GTUTYPE" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ROUTE" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="LANE" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="FACTOR" type="{http://www.opentrafficsim.org/ots}POSITIVEFACTOR" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}base"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
base |
protected String |
factor |
protected String |
gtutype |
protected String |
lane |
protected String |
name |
protected String |
route |
Constructor and Description |
---|
CATEGORY() |
Modifier and Type | Method and Description |
---|---|
String |
getBase()
Gets the value of the base property.
|
String |
getFACTOR()
Gets the value of the factor property.
|
String |
getGTUTYPE()
Gets the value of the gtutype property.
|
String |
getLANE()
Gets the value of the lane property.
|
String |
getNAME()
Gets the value of the name property.
|
String |
getROUTE()
Gets the value of the route property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setFACTOR(String value)
Sets the value of the factor property.
|
void |
setGTUTYPE(String value)
Sets the value of the gtutype property.
|
void |
setLANE(String value)
Sets the value of the lane property.
|
void |
setNAME(String value)
Sets the value of the name property.
|
void |
setROUTE(String value)
Sets the value of the route property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String name
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String gtutype
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String route
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String lane
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String factor
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") protected String base
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getNAME()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setNAME(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getGTUTYPE()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01: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-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getROUTE()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setROUTE(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getLANE()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setLANE(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getFACTOR()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public void setFACTOR(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2019-03-16T06:21:55+01:00", comments="JAXB RI v2.3.0") public String getBase()
String
Copyright © 2014–2019 Delft University of Technology. All rights reserved.