UUID

open class UUID

Denne klassen er kun tilgjengelig for klientversjon fra 3.17 eller senere. For eldre klienter returneres ikke dette objektet.

Since

3.17

Java class for UUID complex type

.

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


<complexType name="UUID">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence minOccurs="0">
        <element name="navnerom" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getNavnerom(): String
Gets the value of the navnerom property.
Link copied to clipboard
open fun getUuid(): String
Gets the value of the uuid property.
Link copied to clipboard
open fun setNavnerom(value: String)
Sets the value of the navnerom property.
Link copied to clipboard
open fun setUuid(value: String)
Sets the value of the uuid property.