@UnstableApi
class Descriptor


A descriptor, as defined by ISO 23009-1, 2nd edition, 5.8.2.

Summary

Public constructors

Descriptor(schemeIdUri: String!, value: String?, id: String?)

Public functions

Boolean
equals(obj: Any?)
Int

Public properties

String?

The identifier, or null.

String!

The scheme URI.

String?

The value, or null.

Public constructors

Descriptor

Descriptor(schemeIdUri: String!, value: String?, id: String?)
Parameters
schemeIdUri: String!

The scheme URI.

value: String?

The value, or null.

id: String?

The identifier, or null.

Public functions

equals

fun equals(obj: Any?): Boolean

hashCode

fun hashCode(): Int

Public properties

id

val idString?

The identifier, or null.

schemeIdUri

val schemeIdUriString!

The scheme URI.

value

val valueString?

The value, or null.