Package org.opentrafficsim.xml.generated
Class CONTROL.TRAFCOD.CONSOLE
- java.lang.Object
-
- org.opentrafficsim.xml.generated.CONTROL.TRAFCOD.CONSOLE
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CONTROL.TRAFCOD
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public static class CONTROL.TRAFCOD.CONSOLE extends Object implements SerializableJava 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> <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>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCONTROL.TRAFCOD.CONSOLE.MAPJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TRAFCODCOORDINATESTYPEcoordinatesprotected Stringcoordinatesfileprotected CONTROL.TRAFCOD.CONSOLE.MAPmapprotected Stringmapfile
-
Constructor Summary
Constructors Constructor Description CONSOLE()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TRAFCODCOORDINATESTYPEgetCOORDINATES()Gets the value of the coordinates property.StringgetCOORDINATESFILE()Gets the value of the coordinatesfile property.CONTROL.TRAFCOD.CONSOLE.MAPgetMAP()Gets the value of the map property.StringgetMAPFILE()Gets the value of the mapfile property.voidsetCOORDINATES(TRAFCODCOORDINATESTYPE value)Sets the value of the coordinates property.voidsetCOORDINATESFILE(String value)Sets the value of the coordinatesfile property.voidsetMAP(CONTROL.TRAFCOD.CONSOLE.MAP value)Sets the value of the map property.voidsetMAPFILE(String value)Sets the value of the mapfile property.
-
-
-
Field Detail
-
map
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected CONTROL.TRAFCOD.CONSOLE.MAP map
-
mapfile
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected String mapfile
-
coordinates
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected TRAFCODCOORDINATESTYPE coordinates
-
coordinatesfile
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") protected String coordinatesfile
-
-
Method Detail
-
getMAP
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public CONTROL.TRAFCOD.CONSOLE.MAP getMAP()Gets the value of the map property.- Returns:
- possible object is
CONTROL.TRAFCOD.CONSOLE.MAP
-
setMAP
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setMAP(CONTROL.TRAFCOD.CONSOLE.MAP value)Sets the value of the map property.- Parameters:
value- allowed object isCONTROL.TRAFCOD.CONSOLE.MAP
-
getMAPFILE
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public String getMAPFILE()Gets the value of the mapfile property.- Returns:
- possible object is
String
-
setMAPFILE
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setMAPFILE(String value)Sets the value of the mapfile property.- Parameters:
value- allowed object isString
-
getCOORDINATES
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public TRAFCODCOORDINATESTYPE getCOORDINATES()Gets the value of the coordinates property.- Returns:
- possible object is
TRAFCODCOORDINATESTYPE
-
setCOORDINATES
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public void setCOORDINATES(TRAFCODCOORDINATESTYPE value)Sets the value of the coordinates property.- Parameters:
value- allowed object isTRAFCODCOORDINATESTYPE
-
getCOORDINATESFILE
@Generated(value="com.sun.tools.xjc.Driver", date="2022-02-09T09:39:06+01:00", comments="JAXB RI v2.3.0") public String getCOORDINATESFILE()Gets the value of the coordinatesfile property.- Returns:
- possible object is
String
-
-