T_Station

Defines stations for tram and railroad applications and for automotive environments. May refer to multiple tracks and is therefore defined on the same level as junctions.

Java class for t_station complex type.

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


<complexType name="t_station">
  <complexContent>
    <extension base="{}_OpenDriveElement">
      <sequence>
        <element name="platform" type="{}t_station_platform" maxOccurs="unbounded"/>
        <group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="type" type="{}e_station_type" />
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the gAdditionalData property.
Link copied to clipboard
open fun getId(): String
Gets the value of the id 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 platform property.
Link copied to clipboard
Gets the value of the type 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
open fun setType(value: E_Station_Type)
Sets the value of the type property.