T_Junction_Surface_CRG

Java class for t_junction_surface_CRG complex type.

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


<complexType name="t_junction_surface_CRG">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <group ref="{}g_additionalData"/>
      <attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="mode" use="required" type="{}e_road_surface_CRG_mode" fixed="global" />
      <attribute name="purpose" type="{}e_road_surface_CRG_purpose" />
      <attribute name="zOffset" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="zScale" 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 dataQuality property.
Link copied to clipboard
open fun getFile(): String
Gets the value of the file property.
Link copied to clipboard
Gets the value of the include property.
Link copied to clipboard
Gets the value of the mode property.
Link copied to clipboard
Gets the value of the purpose property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun getZOffset(): Double
Gets the value of the zOffset property.
Link copied to clipboard
open fun getZScale(): Double
Gets the value of the zScale property.
Link copied to clipboard
open fun setDataQuality(value: T_DataQuality)
Sets the value of the dataQuality property.
Link copied to clipboard
open fun setFile(value: String)
Sets the value of the file property.
Link copied to clipboard
Sets the value of the mode property.
Link copied to clipboard
Sets the value of the purpose property.
Link copied to clipboard
open fun setZOffset(value: Double)
Sets the value of the zOffset property.
Link copied to clipboard
open fun setZScale(value: Double)
Sets the value of the zScale property.