T_Road_Objects_Object

Java class for t_road_objects_object complex type.

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


<complexType name="t_road_objects_object">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="repeat" type="{}t_road_objects_object_repeat" minOccurs="0"/>
        <element name="outline" type="{}t_road_objects_object_outlines_outline" minOccurs="0"/>
        <element name="outlines" type="{}t_road_objects_object_outlines" minOccurs="0"/>
        <element name="material" type="{}t_road_objects_object_material" maxOccurs="unbounded" minOccurs="0"/>
        <element name="validity" type="{}t_road_objects_object_laneValidity" maxOccurs="unbounded" minOccurs="0"/>
        <element name="parkingSpace" type="{}t_road_objects_object_parkingSpace" minOccurs="0"/>
        <element name="markings" type="{}t_road_objects_object_markings" minOccurs="0"/>
        <element name="borders" type="{}t_road_objects_object_borders" minOccurs="0"/>
        <group ref="{}g_additionalData"/>
      </sequence>
      <attribute name="type" type="{}e_objectType" />
      <attribute name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="dynamic" use="required" type="{}t_yesNo" />
      <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="s" use="required" type="{}t_grEqZero" />
      <attribute name="t" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="zOffset" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="validLength" use="required" type="{}t_grEqZero" />
      <attribute name="orientation" use="required" type="{}e_orientation" />
      <attribute name="hdg" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="pitch" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="roll" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="radius" type="{http://www.w3.org/2001/XMLSchema}double" />
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the borders property.
Link copied to clipboard
Gets the value of the dataQuality property.
Link copied to clipboard
open fun getDynamic(): T_YesNo
Gets the value of the dynamic property.
Link copied to clipboard
open fun getHdg(): Double
Gets the value of the hdg property.
Link copied to clipboard
open fun getHeight(): Double
Gets the value of the height 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 getLength(): Double
Gets the value of the length property.
Link copied to clipboard
Gets the value of the markings property.
Link copied to clipboard
Gets the value of the material 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 orientation property.
Link copied to clipboard
Gets the value of the outline property.
Link copied to clipboard
Gets the value of the outlines property.
Link copied to clipboard
Gets the value of the parkingSpace property.
Link copied to clipboard
open fun getPitch(): Double
Gets the value of the pitch property.
Link copied to clipboard
open fun getRadius(): Double
Gets the value of the radius property.
Link copied to clipboard
Gets the value of the repeat property.
Link copied to clipboard
open fun getRoll(): Double
Gets the value of the roll property.
Link copied to clipboard
open fun getS(): Double
Gets the value of the s property.
Link copied to clipboard
open fun getSubtype(): String
Gets the value of the subtype property.
Link copied to clipboard
open fun getT(): Double
Gets the value of the t property.
Link copied to clipboard
open fun getType(): E_ObjectType
Gets the value of the type property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
Gets the value of the validity property.
Link copied to clipboard
Gets the value of the validLength property.
Link copied to clipboard
open fun getWidth(): Double
Gets the value of the width property.
Link copied to clipboard
open fun getZOffset(): Double
Gets the value of the zOffset property.
Link copied to clipboard
Sets the value of the borders property.
Link copied to clipboard
open fun setDataQuality(value: T_DataQuality)
Sets the value of the dataQuality property.
Link copied to clipboard
open fun setDynamic(value: T_YesNo)
Sets the value of the dynamic property.
Link copied to clipboard
open fun setHdg(value: Double)
Sets the value of the hdg property.
Link copied to clipboard
open fun setHeight(value: Double)
Sets the value of the height property.
Link copied to clipboard
open fun setId(value: String)
Sets the value of the id property.
Link copied to clipboard
open fun setLength(value: Double)
Sets the value of the length property.
Link copied to clipboard
Sets the value of the markings property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setOrientation(value: String)
Sets the value of the orientation property.
Link copied to clipboard
Sets the value of the outline property.
Link copied to clipboard
Sets the value of the outlines property.
Link copied to clipboard
Sets the value of the parkingSpace property.
Link copied to clipboard
open fun setPitch(value: Double)
Sets the value of the pitch property.
Link copied to clipboard
open fun setRadius(value: Double)
Sets the value of the radius property.
Link copied to clipboard
Sets the value of the repeat property.
Link copied to clipboard
open fun setRoll(value: Double)
Sets the value of the roll property.
Link copied to clipboard
open fun setS(value: Double)
Sets the value of the s property.
Link copied to clipboard
open fun setSubtype(value: String)
Sets the value of the subtype property.
Link copied to clipboard
open fun setT(value: Double)
Sets the value of the t property.
Link copied to clipboard
open fun setType(value: E_ObjectType)
Sets the value of the type property.
Link copied to clipboard
open fun setValidLength(value: Double)
Sets the value of the validLength property.
Link copied to clipboard
open fun setWidth(value: Double)
Sets the value of the width property.
Link copied to clipboard
open fun setZOffset(value: Double)
Sets the value of the zOffset property.