AdressemerkeBestilling

Java class for AdressemerkeBestilling complex type

.

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


<complexType name="AdressemerkeBestilling">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelBubbleObject">
      <sequence>
        <element name="bruksenhetId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/bygning}BruksenhetId" minOccurs="0"/>
        <element name="mottakersNavn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="mottakersAdresse" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/person}MottakerAdresse" minOccurs="0"/>
        <element name="utsattTilDato" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
        <element name="bestiltDato" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
        <element name="sendtTilProduksjonDato" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the bestiltDato property.
Link copied to clipboard
Gets the value of the bruksenhetId property.
Link copied to clipboard
Gets the value of the id property.
Link copied to clipboard
open fun getMetadata(): Metadata
Gets the value of the metadata property.
Link copied to clipboard
Gets the value of the mottakersAdresse property.
Link copied to clipboard
Gets the value of the mottakersNavn property.
Link copied to clipboard
Gets the value of the sendtTilProduksjonDato property.
Link copied to clipboard
Gets the value of the utsattTilDato property.
Link copied to clipboard
open fun setBestiltDato(value: Timestamp)
Sets the value of the bestiltDato property.
Link copied to clipboard
open fun setBruksenhetId(value: BruksenhetId)
Sets the value of the bruksenhetId property.
Link copied to clipboard
open fun setId(value: MatrikkelBubbleId)
Sets the value of the id property.
Link copied to clipboard
open fun setMetadata(value: Metadata)
Sets the value of the metadata property.
Link copied to clipboard
Sets the value of the mottakersAdresse property.
Link copied to clipboard
open fun setMottakersNavn(value: String)
Sets the value of the mottakersNavn property.
Link copied to clipboard
Sets the value of the sendtTilProduksjonDato property.
Link copied to clipboard
open fun setUtsattTilDato(value: Timestamp)
Sets the value of the utsattTilDato property.