IntegerList

open class IntegerList

Brukes i Endringslogg for å angi flere kommunenr som en liste med integers. Dette bør kanskje endres da kommunenr angis som stringer ellers?

Java class for IntegerList complex type

.

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


<complexType name="IntegerList">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="item" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getItem(): List<Integer>
Gets the value of the item property.