Class CONTROL.TRAFCOD.CONSOLE

java.lang.Object
org.opentrafficsim.xml.generated.CONTROL.TRAFCOD.CONSOLE
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CONTROL.TRAFCOD

@Generated(value="com.sun.tools.xjc.Driver",
           date="2020-01-23T12:43:16+01:00",
           comments="JAXB RI v2.3.0")
public static class CONTROL.TRAFCOD.CONSOLE
extends java.lang.Object
implements java.io.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:
Serialized Form
  • Field Details

    • map

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected CONTROL.TRAFCOD.CONSOLE.MAP map
    • mapfile

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String mapfile
    • coordinates

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected TRAFCODCOORDINATESTYPE coordinates
    • coordinatesfile

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") protected java.lang.String coordinatesfile
  • Constructor Details

  • Method Details

    • getMAP

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+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="2020-01-23T12:43:16+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 is CONTROL.TRAFCOD.CONSOLE.MAP
    • getMAPFILE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getMAPFILE()
      Gets the value of the mapfile property.
      Returns:
      possible object is String
    • setMAPFILE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setMAPFILE​(java.lang.String value)
      Sets the value of the mapfile property.
      Parameters:
      value - allowed object is String
    • getCOORDINATES

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+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="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") 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", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public java.lang.String getCOORDINATESFILE()
      Gets the value of the coordinatesfile property.
      Returns:
      possible object is String
    • setCOORDINATESFILE

      @Generated(value="com.sun.tools.xjc.Driver", date="2020-01-23T12:43:16+01:00", comments="JAXB RI v2.3.0") public void setCOORDINATESFILE​(java.lang.String value)
      Sets the value of the coordinatesfile property.
      Parameters:
      value - allowed object is String