MatrikkelPdfRapport

Java class for MatrikkelPdfRapport complex type

.

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


<complexType name="MatrikkelPdfRapport">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/rapport}MatrikkelRapport">
      <sequence>
        <element name="antallSider" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the antallSider property.
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 setAntallSider(value: Integer)
Sets the value of the antallSider 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.