Constructors

Link copied to clipboard
constructor(familyNames: TextListValue = TextListValue(), givenNames: TextListValue = TextListValue(), additionalNames: TextListValue = TextListValue(), honorificPrefixes: TextListValue = TextListValue(), honorificSuffixes: TextListValue = TextListValue())
constructor(familyName: String? = null, givenName: String? = null, additionalName: String? = null, honorificPrefix: String? = null, honorificSuffix: String? = null)
constructor(values: List<TextListValue>)
constructor(value: StructuredTextValue)

Properties

Link copied to clipboard
Link copied to clipboard
open override val cardinality: Cardinality
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard
Link copied to clipboard
val pref: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this Property.

Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the Property.

Link copied to clipboard
open override fun mergeWith(other: Property<*>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String

Returns a formatted string of this Property according to RFC 6350 with group name and values.