MatrikkelRapport

abstract class MatrikkelRapport

Java class for MatrikkelRapport complex type

.

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


<complexType name="MatrikkelRapport">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
        <element name="size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="compressedSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="rapportTypeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/rapport/koder}RapportTypeId" minOccurs="0"/>
        <element name="filnavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the compressedSize property.
Link copied to clipboard
open fun getFilnavn(): String
Gets the value of the filnavn property.
Link copied to clipboard
Gets the value of the rapportTypeId property.
Link copied to clipboard
open fun getSize(): Long
Gets the value of the size property.
Link copied to clipboard
open fun getUrl(): String
Gets the value of the url property.
Link copied to clipboard
open fun setCompressedSize(value: Long)
Sets the value of the compressedSize property.
Link copied to clipboard
open fun setFilnavn(value: String)
Sets the value of the filnavn property.
Link copied to clipboard
Sets the value of the rapportTypeId property.
Link copied to clipboard
open fun setSize(value: Long)
Sets the value of the size property.
Link copied to clipboard
open fun setUrl(value: String)
Sets the value of the url property.