MatrikkelVelocityRapport

Java class for MatrikkelVelocityRapport complex type

.

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


<complexType name="MatrikkelVelocityRapport">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/rapport}MatrikkelRapport">
      <sequence>
        <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="extensions" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}StringList" minOccurs="0"/>
        <element name="view" type="{http://www.w3.org/2001/XMLSchema}string" 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
Gets the value of the description property.
Link copied to clipboard
Gets the value of the extensions 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 getView(): String
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 setDescription(value: String)
Sets the value of the description property.
Link copied to clipboard
open fun setExtensions(value: StringList)
Sets the value of the extensions 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.
Link copied to clipboard
open fun setView(value: String)
Sets the value of the view property.