T_Junction

open class T_Junction

Java class for t_junction complex type.

The following schema fragment specifies the expected content contained within this class.


<complexType name="t_junction">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="connection" type="{}t_junction_connection" maxOccurs="unbounded"/>
        <element name="priority" type="{}t_junction_priority" maxOccurs="unbounded" minOccurs="0"/>
        <element name="controller" type="{}t_junction_controller" maxOccurs="unbounded" minOccurs="0"/>
        <element name="surface" type="{}t_junction_surface" minOccurs="0"/>
        <group ref="{}g_additionalData"/>
      </sequence>
      <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="id" use="required" type="{}t_junction_id" />
      <attribute name="type" type="{}e_junction_type" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the connection property.
Link copied to clipboard
Gets the value of the controller property.
Link copied to clipboard
Gets the value of the dataQuality property.
Link copied to clipboard
open fun getId(): String
Gets the value of the id property.
Link copied to clipboard
Gets the value of the include property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
Gets the value of the priority property.
Link copied to clipboard
Gets the value of the surface property.
Link copied to clipboard
Gets the value of the type property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun setDataQuality(value: T_DataQuality)
Sets the value of the dataQuality property.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
Sets the value of the surface property.
Link copied to clipboard
open fun setType(value: E_Junction_Type)
Sets the value of the type property.