Lock Not Aquired
Java class for LockNotAquired complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="LockNotAquired">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="lockKey">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="discriminator" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="keyValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="owner" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expires" type="{http://matrikkel.statkart.no/matrikkelapi/wsapi/v1/domain}Timestamp"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Content copied to clipboard