T_Junction_Connection

Java class for t_junction_connection complex type.

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


<complexType name="t_junction_connection">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="predecessor" type="{}t_junction_predecessorSuccessor" minOccurs="0"/>
        <element name="successor" type="{}t_junction_predecessorSuccessor" minOccurs="0"/>
        <element name="laneLink" type="{}t_junction_connection_laneLink" maxOccurs="unbounded" minOccurs="0"/>
        <group ref="{}g_additionalData"/>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="incomingRoad" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="connectingRoad" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="contactPoint" use="required" type="{}e_contactPoint" />
      <attribute name="connectionMaster" type="{http://www.w3.org/2001/XMLSchema}string" />
      <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 connectingRoad property.
Link copied to clipboard
Gets the value of the connectionMaster property.
Link copied to clipboard
Gets the value of the contactPoint 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
Gets the value of the incomingRoad property.
Link copied to clipboard
Gets the value of the laneLink property.
Link copied to clipboard
Gets the value of the predecessor property.
Link copied to clipboard
Gets the value of the successor 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 setConnectingRoad(value: String)
Sets the value of the connectingRoad property.
Link copied to clipboard
open fun setConnectionMaster(value: String)
Sets the value of the connectionMaster property.
Link copied to clipboard
Sets the value of the contactPoint 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 setIncomingRoad(value: String)
Sets the value of the incomingRoad property.
Link copied to clipboard
Sets the value of the predecessor property.
Link copied to clipboard
Sets the value of the successor property.
Link copied to clipboard
open fun setType(value: E_Junction_Type)
Sets the value of the type property.