T_Header

open class T_Header

Java class for t_header complex type.

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


<complexType name="t_header">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="geoReference" type="{}t_header_GeoReference" minOccurs="0"/>
        <element name="offset" type="{}t_header_Offset" minOccurs="0"/>
        <group ref="{}g_additionalData"/>
      </sequence>
      <attribute name="revMajor" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="1" />
      <attribute name="revMinor" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="5" />
      <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="version" type="{}t_header_Version" />
      <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="north" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="south" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="east" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="west" type="{http://www.w3.org/2001/XMLSchema}double" />
      <attribute name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" />
    </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 getDate(): String
Gets the value of the date property.
Link copied to clipboard
open fun getEast(): Double
Gets the value of the east property.
Link copied to clipboard
Gets the value of the geoReference property.
Link copied to clipboard
Gets the value of the include property.
Link copied to clipboard
open fun getName(): String
Gets the value of the name property.
Link copied to clipboard
open fun getNorth(): Double
Gets the value of the north property.
Link copied to clipboard
Gets the value of the offset property.
Link copied to clipboard
open fun getRevMajor(): Int
Gets the value of the revMajor property.
Link copied to clipboard
open fun getRevMinor(): Int
Gets the value of the revMinor property.
Link copied to clipboard
open fun getSouth(): Double
Gets the value of the south property.
Link copied to clipboard
Gets the value of the userData property.
Link copied to clipboard
open fun getVendor(): String
Gets the value of the vendor property.
Link copied to clipboard
open fun getVersion(): Float
Gets the value of the version property.
Link copied to clipboard
open fun getWest(): Double
Gets the value of the west property.
Link copied to clipboard
open fun setDataQuality(value: T_DataQuality)
Sets the value of the dataQuality property.
Link copied to clipboard
open fun setDate(value: String)
Sets the value of the date property.
Link copied to clipboard
open fun setEast(value: Double)
Sets the value of the east property.
Link copied to clipboard
Sets the value of the geoReference property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setNorth(value: Double)
Sets the value of the north property.
Link copied to clipboard
open fun setOffset(value: T_Header_Offset)
Sets the value of the offset property.
Link copied to clipboard
open fun setRevMajor(value: Integer)
Sets the value of the revMajor property.
Link copied to clipboard
open fun setRevMinor(value: Integer)
Sets the value of the revMinor property.
Link copied to clipboard
open fun setSouth(value: Double)
Sets the value of the south property.
Link copied to clipboard
open fun setVendor(value: String)
Sets the value of the vendor property.
Link copied to clipboard
open fun setVersion(value: Float)
Sets the value of the version property.
Link copied to clipboard
open fun setWest(value: Double)
Sets the value of the west property.