T_Road_Objects_Object_Outlines_Outline

Java class for t_road_objects_object_outlines_outline complex type.

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


<complexType name="t_road_objects_object_outlines_outline">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="cornerRoad" type="{}t_road_objects_object_outlines_outline_cornerRoad" maxOccurs="unbounded" minOccurs="0"/>
        <element name="cornerLocal" type="{}t_road_objects_object_outlines_outline_cornerLocal" maxOccurs="unbounded" minOccurs="0"/>
        <group ref="{}g_additionalData"/>
      </sequence>
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
      <attribute name="fillType" use="required" type="{}e_outlineFillType" />
      <attribute name="outer" use="required" type="{}t_bool" />
      <attribute name="closed" use="required" type="{}t_bool" />
      <attribute name="laneType" use="required" type="{}e_laneType" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getClosed(): T_Bool
Gets the value of the closed property.
Link copied to clipboard
Gets the value of the cornerLocal property.
Link copied to clipboard
Gets the value of the cornerRoad property.
Link copied to clipboard
Gets the value of the dataQuality property.
Link copied to clipboard
Gets the value of the fillType property.
Link copied to clipboard
open fun getId(): Integer
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 laneType property.
Link copied to clipboard
open fun getOuter(): T_Bool
Gets the value of the outer property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun setClosed(value: T_Bool)
Sets the value of the closed property.
Link copied to clipboard
open fun setDataQuality(value: T_DataQuality)
Sets the value of the dataQuality property.
Link copied to clipboard
Sets the value of the fillType property.
Link copied to clipboard
open fun setId(value: Integer)
Sets the value of the id property.
Link copied to clipboard
open fun setLaneType(value: E_LaneType)
Sets the value of the laneType property.
Link copied to clipboard
open fun setOuter(value: T_Bool)
Sets the value of the outer property.