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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public static class CONTROL.TRAFCOD.CONSOLE extends Object implements 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>
         <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:
  • Field Details

    • map

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected CONTROL.TRAFCOD.CONSOLE.MAP map
    • mapfile

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String mapfile
    • coordinates

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected TRAFCODCOORDINATESTYPE coordinates
    • coordinatesfile

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") protected String coordinatesfile
  • Constructor Details

    • CONSOLE

      public CONSOLE()
  • Method Details

    • getMAP

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") 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", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setMAP(CONTROL.TRAFCOD.CONSOLE.MAP value)
      Sets the value of the map property.
      Parameters:
      value - allowed object is CONTROL.TRAFCOD.CONSOLE.MAP
    • getMAPFILE

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getMAPFILE()
      Gets the value of the mapfile property.
      Returns:
      possible object is String
    • setMAPFILE

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setMAPFILE(String value)
      Sets the value of the mapfile property.
      Parameters:
      value - allowed object is String
    • getCOORDINATES

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public TRAFCODCOORDINATESTYPE getCOORDINATES()
      Gets the value of the coordinates property.
      Returns:
      possible object is TRAFCODCOORDINATESTYPE
    • setCOORDINATES

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setCOORDINATES(TRAFCODCOORDINATESTYPE value)
      Sets the value of the coordinates property.
      Parameters:
      value - allowed object is TRAFCODCOORDINATESTYPE
    • getCOORDINATESFILE

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public String getCOORDINATESFILE()
      Gets the value of the coordinatesfile property.
      Returns:
      possible object is String
    • setCOORDINATESFILE

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2024-05-19T01:06:56+02:00") public void setCOORDINATESFILE(String value)
      Sets the value of the coordinatesfile property.
      Parameters:
      value - allowed object is String