BorettslagSpecification

Java class for BorettslagSpecification complex type

.

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


<complexType name="BorettslagSpecification">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="borettslagnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="borettslagnavn" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the borettslagnavn property.
Link copied to clipboard
Gets the value of the borettslagnummer property.
Link copied to clipboard
open fun setBorettslagnavn(value: String)
Sets the value of the borettslagnavn property.
Link copied to clipboard
open fun setBorettslagnummer(value: String)
Sets the value of the borettslagnummer property.