Unit Of Work Transfer
Java class for UnitOfWorkTransfer complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="UnitOfWorkTransfer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="insertedObjects" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelBubbleObjectList"/>
<element name="updatedObjects" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelBubbleObjectList"/>
<element name="deletedObjects" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}MatrikkelBubbleObjectList"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Content copied to clipboard
Inheritors
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
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
Sets the value of the updatedObjects property.