Class CONTROL.TRAFCOD

java.lang.Object
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CONTROL

@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
extends RESPONSIVECONTROLTYPE
implements java.io.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:
Serialized Form
  • Field Details

    • program

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

      @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 programfile
    • console

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

  • Method Details

    • getPROGRAM

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

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

      @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 getCONSOLE()
      Gets the value of the console property.
      Returns:
      possible object is CONTROL.TRAFCOD.CONSOLE
    • setCONSOLE

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