Class Control.TrafCod

All Implemented Interfaces:
Serializable
Enclosing class:
Control

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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.opentrafficsim.org/ots>MultiLineString">
                   <attribute name="Space" type="{http://www.opentrafficsim.org/ots}space" default="preserve" />
                 </extension>
               </simpleContent>
             </complexType>
           </element>
           <element name="ProgramFile" type="{http://www.opentrafficsim.org/ots}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.opentrafficsim.org/ots>MultiLineString">
                             <attribute name="Type" type="{http://www.opentrafficsim.org/ots}GraphicsType" />
                             <attribute name="Encoding" type="{http://www.opentrafficsim.org/ots}EncodingType" />
                             <attribute name="Space" type="{http://www.opentrafficsim.org/ots}space" default="preserve" />
                           </extension>
                         </simpleContent>
                       </complexType>
                     </element>
                     <element name="MapFile" type="{http://www.opentrafficsim.org/ots}anyURI"/>
                   </choice>
                   <choice>
                     <element name="Coordinates" type="{http://www.opentrafficsim.org/ots}TrafCodCoordinatesType"/>
                     <element name="CoordinatesFile" type="{http://www.opentrafficsim.org/ots}anyURI"/>
                   </choice>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • program

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Control.TrafCod.Program program
    • programFile

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected String programFile
    • console

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") protected Control.TrafCod.Console console
  • Constructor Details

    • TrafCod

      public TrafCod()
  • Method Details

    • getProgram

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setProgram(Control.TrafCod.Program value)
      Sets the value of the program property.
      Parameters:
      value - allowed object is Control.TrafCod.Program
    • getProgramFile

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public String getProgramFile()
      Gets the value of the programFile property.
      Returns:
      possible object is String
    • setProgramFile

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setProgramFile(String value)
      Sets the value of the programFile property.
      Parameters:
      value - allowed object is String
    • getConsole

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") 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", comments="JAXB RI v2.3.7", date="2024-08-29T18:50:16+02:00") public void setConsole(Control.TrafCod.Console value)
      Sets the value of the console property.
      Parameters:
      value - allowed object is Control.TrafCod.Console