Person Unit Of Work Transfer
Java class for PersonUnitOfWorkTransfer complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonUnitOfWorkTransfer">
<complexContent>
<extension base="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}UnitOfWorkTransfer">
<sequence>
<element name="fortrolighetsBytteIds" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/person}PersonIdList" minOccurs="0"/>
<element name="skyggePersonerSomSkalBliVanlige" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entry" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/person}AnnenPersonId"/>
<element name="value" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain/person}FysiskPerson"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the deletedObjects property.
Link copied to clipboard
Gets the value of the fortrolighetsBytteIds property.
Link copied to clipboard
Gets the value of the insertedObjects property.
Link copied to clipboard
open fun getSkyggePersonerSomSkalBliVanlige(): PersonUnitOfWorkTransfer.SkyggePersonerSomSkalBliVanlige
Gets the value of the skyggePersonerSomSkalBliVanlige 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 fortrolighetsBytteIds property.
Link copied to clipboard
Sets the value of the insertedObjects property.
Link copied to clipboard
open fun setSkyggePersonerSomSkalBliVanlige(value: PersonUnitOfWorkTransfer.SkyggePersonerSomSkalBliVanlige)
Sets the value of the skyggePersonerSomSkalBliVanlige property.
Link copied to clipboard
Sets the value of the updatedObjects property.