Grunnboksutskrift

Java class for Grunnboksutskrift complex type

.

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


<complexType name="Grunnboksutskrift">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="matrikkelenhetId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}MatrikkelenhetId" minOccurs="0"/>
        <element name="innhold" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
        <element name="beskrivelse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="signertInnhold" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the beskrivelse property.
Link copied to clipboard
open fun getInnhold(): Array<Byte>
Gets the value of the innhold property.
Link copied to clipboard
Gets the value of the matrikkelenhetId property.
Link copied to clipboard
open fun getMimeType(): String
Gets the value of the mimeType property.
Link copied to clipboard
Gets the value of the signertInnhold property.
Link copied to clipboard
open fun setBeskrivelse(value: String)
Sets the value of the beskrivelse property.
Link copied to clipboard
open fun setInnhold(value: Array<Byte>)
Sets the value of the innhold property.
Link copied to clipboard
Sets the value of the matrikkelenhetId property.
Link copied to clipboard
open fun setMimeType(value: String)
Sets the value of the mimeType property.
Link copied to clipboard
open fun setSignertInnhold(value: Array<Byte>)
Sets the value of the signertInnhold property.