LockNotAquired

open class LockNotAquired

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>

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class LockKey
Java class for anonymous complex type.

Functions

Link copied to clipboard
open fun getExpires(): Timestamp
Gets the value of the expires property.
Link copied to clipboard
Gets the value of the lockKey property.
Link copied to clipboard
open fun getOwner(): String
Gets the value of the owner property.
Link copied to clipboard
open fun setExpires(value: Timestamp)
Sets the value of the expires property.
Link copied to clipboard
Sets the value of the lockKey property.
Link copied to clipboard
open fun setOwner(value: String)
Sets the value of the owner property.