Header

open class Header

Java class for anonymous complex type

.

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

{@code  }

Constructors

Link copied to clipboard
constructor()

Functions

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
open fun getInclude(): List<Include>
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
open fun getRevMajor(): Integer
Gets the value of the revMajor property.
Link copied to clipboard
open fun getRevMinor(): Integer
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 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
open fun setGeoReference(value: String)
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 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.