EnkelByggSokModel

Java class for EnkelByggSokModel complex type

.

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


<complexType name="EnkelByggSokModel">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="bygningsnummer" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
        <element name="lopenummer" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the bygningsnummer property.
Link copied to clipboard
Gets the value of the lopenummer property.
Link copied to clipboard
open fun setBygningsnummer(value: Long)
Sets the value of the bygningsnummer property.
Link copied to clipboard
open fun setLopenummer(value: Integer)
Sets the value of the lopenummer property.