Header

open class Header

Java class for anonymous complex type.

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


<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="userData" type="{}userData" maxOccurs="unbounded" minOccurs="0"/>
        <element name="include" type="{}include" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
      <attribute name="revMajor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
      <attribute name="revMinor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
      <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
      <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}double" />
      <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
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
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(): Double
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 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: Double)
Sets the value of the version property.
Link copied to clipboard
open fun setWest(value: Double)
Sets the value of the west property.