Class CONTROL.TRAFCOD

All Implemented Interfaces:
Serializable
Enclosing class:
CONTROL

@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 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:
  • Field Details

    • program

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

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

      @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 console
  • Constructor Details

    • TRAFCOD

      public TRAFCOD()
  • Method Details

    • getPROGRAM

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