FindEndringerResponse

Java class for findEndringerResponse complex type

.

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


<complexType name="findEndringerResponse">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="return" type="{http://kartverket.no/grunnbok/wsapi/v2/domain/endringslogg}Endringer" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getReturn(): Endringer
Gets the value of the return property.
Link copied to clipboard
open fun setReturn(value: Endringer)
Sets the value of the return property.