VegadresseDTO

Java class for VegadresseDTO complex type

.

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


<complexType name="VegadresseDTO">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}AdresseDTO">
      <sequence>
        <element name="vegDTO" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}VegDTO" minOccurs="0"/>
        <element name="vegadresseId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/adresse}VegadresseId" minOccurs="0"/>
        <element name="nr" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
        <element name="bokstav" 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
open fun getBokstav(): String
Gets the value of the bokstav property.
Link copied to clipboard
Gets the value of the matrikkelenhetDTO property.
Link copied to clipboard
open fun getNr(): Integer
Gets the value of the nr property.
Link copied to clipboard
Gets the value of the vegadresseId property.
Link copied to clipboard
open fun getVegDTO(): VegDTO
Gets the value of the vegDTO property.
Link copied to clipboard
open fun setBokstav(value: String)
Sets the value of the bokstav property.
Link copied to clipboard
Sets the value of the matrikkelenhetDTO property.
Link copied to clipboard
open fun setNr(value: Integer)
Sets the value of the nr property.
Link copied to clipboard
open fun setVegadresseId(value: VegadresseId)
Sets the value of the vegadresseId property.
Link copied to clipboard
open fun setVegDTO(value: VegDTO)
Sets the value of the vegDTO property.