KlageUnitOfWorkTransfer

Java class for KlageUnitOfWorkTransfer complex type

.

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


<complexType name="KlageUnitOfWorkTransfer">
  <complexContent>
    <extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}UnitOfWorkTransfer">
      <sequence>
        <element name="klageId" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/matrikkelenhet}KlageId" minOccurs="0"/>
      </sequence>
    </extension>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Gets the value of the deletedObjects property.
Link copied to clipboard
Gets the value of the insertedObjects property.
Link copied to clipboard
open fun getKlageId(): KlageId
Gets the value of the klageId property.
Link copied to clipboard
Gets the value of the updatedObjects property.
Link copied to clipboard
Sets the value of the deletedObjects property.
Link copied to clipboard
Sets the value of the insertedObjects property.
Link copied to clipboard
open fun setKlageId(value: KlageId)
Sets the value of the klageId property.
Link copied to clipboard
Sets the value of the updatedObjects property.