Byggesakmelding

Java class for Byggesakmelding complex type

.

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


<complexType name="Byggesakmelding">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelBubbleObject">
      <sequence>
        <element name="forsendelseId" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="info" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="brukstilfelleKodeId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/aktivitetsliste/koder}ByggBrukstilfelleKodeId"/>
        <element name="kommuneId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/kommune}KommuneId"/>
        <element name="createdAt" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp"/>
        <element name="meldingStatus" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/aktivitetsliste/koder}ByggesakmeldingStatus"/>
        <element name="byggesakdata" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/aktivitetsliste}Byggesakdata"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the brukstilfelleKodeId property.
Link copied to clipboard
Gets the value of the byggesakdata property.
Link copied to clipboard
Gets the value of the createdAt property.
Link copied to clipboard
Gets the value of the forsendelseId property.
Link copied to clipboard
Gets the value of the id property.
Link copied to clipboard
open fun getInfo(): String
Gets the value of the info property.
Link copied to clipboard
Gets the value of the kommuneId property.
Link copied to clipboard
Gets the value of the meldingStatus property.
Link copied to clipboard
open fun getMetadata(): Metadata
Gets the value of the metadata property.
Link copied to clipboard
Sets the value of the brukstilfelleKodeId property.
Link copied to clipboard
open fun setByggesakdata(value: Byggesakdata)
Sets the value of the byggesakdata property.
Link copied to clipboard
open fun setCreatedAt(value: Timestamp)
Sets the value of the createdAt property.
Link copied to clipboard
open fun setForsendelseId(value: String)
Sets the value of the forsendelseId property.
Link copied to clipboard
open fun setId(value: MatrikkelBubbleId)
Sets the value of the id property.
Link copied to clipboard
open fun setInfo(value: String)
Sets the value of the info property.
Link copied to clipboard
open fun setKommuneId(value: KommuneId)
Sets the value of the kommuneId property.
Link copied to clipboard
Sets the value of the meldingStatus property.
Link copied to clipboard
open fun setMetadata(value: Metadata)
Sets the value of the metadata property.