Package org.opentrafficsim.xml.generated
Class CONTROL.TRAFCOD
- java.lang.Object
-
- org.opentrafficsim.xml.generated.CONTROLTYPE
-
- org.opentrafficsim.xml.generated.RESPONSIVECONTROLTYPE
-
- org.opentrafficsim.xml.generated.CONTROL.TRAFCOD
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CONTROL
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public static class CONTROL.TRAFCOD extends RESPONSIVECONTROLTYPE implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.opentrafficsim.org/ots}RESPONSIVECONTROLTYPE"> <sequence> <choice> <element name="PROGRAM"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{http://www.w3.org/XML/1998/namespace}space default="preserve""/> </extension> </simpleContent> </complexType> </element> <element name="PROGRAMFILE" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </choice> <element name="CONSOLE"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element name="MAP"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="TYPE" type="{http://www.opentrafficsim.org/ots}GRAPHICSTYPE" /> <attribute name="ENCODING" type="{http://www.opentrafficsim.org/ots}ENCODINGTYPE" /> <attribute ref="{http://www.w3.org/XML/1998/namespace}space default="preserve""/> </extension> </simpleContent> </complexType> </element> <element name="MAPFILE" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </choice> <choice> <element name="COORDINATES" type="{http://www.opentrafficsim.org/ots}TRAFCODCOORDINATESTYPE"/> <element name="COORDINATESFILE" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </choice> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CONTROL.TRAFCOD.CONSOLE
Java class for anonymous complex type.static class
CONTROL.TRAFCOD.PROGRAM
Java class for anonymous complex type.-
Nested classes/interfaces inherited from class org.opentrafficsim.xml.generated.RESPONSIVECONTROLTYPE
RESPONSIVECONTROLTYPE.SENSOR
-
Nested classes/interfaces inherited from class org.opentrafficsim.xml.generated.CONTROLTYPE
CONTROLTYPE.SIGNALGROUP
-
-
Field Summary
Fields Modifier and Type Field Description protected CONTROL.TRAFCOD.CONSOLE
console
protected CONTROL.TRAFCOD.PROGRAM
program
protected String
programfile
-
Fields inherited from class org.opentrafficsim.xml.generated.RESPONSIVECONTROLTYPE
sensor
-
Fields inherited from class org.opentrafficsim.xml.generated.CONTROLTYPE
endtime, id, signalgroup, starttime
-
-
Constructor Summary
Constructors Constructor Description TRAFCOD()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CONTROL.TRAFCOD.CONSOLE
getCONSOLE()
Gets the value of the console property.CONTROL.TRAFCOD.PROGRAM
getPROGRAM()
Gets the value of the program property.String
getPROGRAMFILE()
Gets the value of the programfile property.void
setCONSOLE(CONTROL.TRAFCOD.CONSOLE value)
Sets the value of the console property.void
setPROGRAM(CONTROL.TRAFCOD.PROGRAM value)
Sets the value of the program property.void
setPROGRAMFILE(String value)
Sets the value of the programfile property.-
Methods inherited from class org.opentrafficsim.xml.generated.RESPONSIVECONTROLTYPE
getSENSOR
-
Methods inherited from class org.opentrafficsim.xml.generated.CONTROLTYPE
getENDTIME, getID, getSIGNALGROUP, getSTARTTIME, setENDTIME, setID, setSTARTTIME
-
-
-
-
Field Detail
-
program
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected CONTROL.TRAFCOD.PROGRAM program
-
programfile
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected String programfile
-
console
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") protected CONTROL.TRAFCOD.CONSOLE console
-
-
Method Detail
-
getPROGRAM
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public CONTROL.TRAFCOD.PROGRAM getPROGRAM()
Gets the value of the program property.- Returns:
- possible object is
CONTROL.TRAFCOD.PROGRAM
-
setPROGRAM
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setPROGRAM(CONTROL.TRAFCOD.PROGRAM value)
Sets the value of the program property.- Parameters:
value
- allowed object isCONTROL.TRAFCOD.PROGRAM
-
getPROGRAMFILE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public String getPROGRAMFILE()
Gets the value of the programfile property.- Returns:
- possible object is
String
-
setPROGRAMFILE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setPROGRAMFILE(String value)
Sets the value of the programfile property.- Parameters:
value
- allowed object isString
-
getCONSOLE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public CONTROL.TRAFCOD.CONSOLE getCONSOLE()
Gets the value of the console property.- Returns:
- possible object is
CONTROL.TRAFCOD.CONSOLE
-
setCONSOLE
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-01T07:11:19+01:00", comments="JAXB RI v2.3.0") public void setCONSOLE(CONTROL.TRAFCOD.CONSOLE value)
Sets the value of the console property.- Parameters:
value
- allowed object isCONTROL.TRAFCOD.CONSOLE
-
-