MatrikkelJasperRapport

Java class for MatrikkelJasperRapport complex type

.

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


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

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
open fun getPages(): Integer
Gets the value of the pages 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 getView(): DataHandler
Gets the value of the view 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
open fun setPages(value: Integer)
Sets the value of the pages 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.
Link copied to clipboard
open fun setView(value: DataHandler)
Sets the value of the view property.